Plain-language summary of what a Solana token is and why it is trending, generated from on
Plain-language summary of what a Solana token is and why it is trending, generated from on-chain and social signals.
5000 (raw units)
price
—
calls / 30d
—
unique payers
2026-09-19
updated
Provider
Saylor Innovations Knowledge Base · verified
For agents
- Capabilities
- Plain-language summary of what a Solana token is and why it is trending, generated from on-chain and social signals.
- Use when
- An agent needs live Solana on-chain data that cannot be produced from a language model alone.
- License
- Commercial — pay-per-request via x402
Payment (x402 accepts[])
[
{
"scheme": "exact",
"network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
"payTo": "7LSjfrJf8fNsB8VA9u7N3WEn25smQLpob3SvyUvXacy7",
"asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
"amount": "5000",
"maxTimeoutSeconds": 120
},
{
"scheme": "exact",
"network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
"payTo": "7LSjfrJf8fNsB8VA9u7N3WEn25smQLpob3SvyUvXacy7",
"asset": "Es9vMFrzaCERmJfrF4H2FYD4KCoNkY11McCe8BenwNYB",
"amount": "5000",
"maxTimeoutSeconds": 120
}
]Use it
curl
curl "https://saylorinnovations.com/api/narrative/{mint}"
# -> 402 Payment Required, accepts[] lists how to pay
# retry with a PAYMENT-SIGNATURE (or PAYMENT header) once paidJavaScript
const res = await fetch("https://saylorinnovations.com/api/narrative/{mint}");
if (res.status === 402) {
const { accepts } = await res.json();
// pay one of accepts[] via an x402 client, then retry with the payment header
}Python
import httpx
res = httpx.get("https://saylorinnovations.com/api/narrative/{mint}")
if res.status_code == 402:
accepts = res.json()["accepts"]
# pay one of accepts[] via an x402 client, then retry with the payment headerMachine-readable
Everything on this page is also available as clean JSON at /resources/solana-token-narrative.json, and this resource appears in /discovery/resources and /discovery/search.