verified owner Blockchain Data x402 solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp

Currently trending Solana tokens ranked by momentum and volume

Currently trending Solana tokens ranked by momentum and volume.

10000 (raw units)
price
calls / 30d
unique payers
2026-09-19
updated

Provider

Saylor Innovations Knowledge Base · verified

For agents

Capabilities
Currently trending Solana tokens ranked by momentum and volume.
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": "10000",
    "maxTimeoutSeconds": 120
  },
  {
    "scheme": "exact",
    "network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
    "payTo": "7LSjfrJf8fNsB8VA9u7N3WEn25smQLpob3SvyUvXacy7",
    "asset": "Es9vMFrzaCERmJfrF4H2FYD4KCoNkY11McCe8BenwNYB",
    "amount": "10000",
    "maxTimeoutSeconds": 120
  }
]

Use it

curl

curl "https://saylorinnovations.com/api/trending"
# -> 402 Payment Required, accepts[] lists how to pay
# retry with a PAYMENT-SIGNATURE (or PAYMENT header) once paid

JavaScript

const res = await fetch("https://saylorinnovations.com/api/trending");
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/trending")
if res.status_code == 402:
    accepts = res.json()["accepts"]
    # pay one of accepts[] via an x402 client, then retry with the payment header

Machine-readable

Everything on this page is also available as clean JSON at /resources/solana-trending-tokens.json, and this resource appears in /discovery/resources and /discovery/search.