Skip to main content
GET
Token - Trending List

Dynamic token discovery ranked by recent trend signals.

  • Use sorting and interval parameters to define what “trending” means for your screen or workflow.
  • This is a discovery endpoint, not a full token fundamentals endpoint.
  • Results are paginated for leaderboard-style browsing.
  • This endpoint consumes 25 CU per request.
  • Surface hot tokens across supported chains.
  • Build trend boards, token-discovery feeds, and alert candidates.
  • Feed watchlist generation with recently accelerating tokens.
  • Set x-chain for the target network.
  • Choose the sort and interval parameters that match the trend horizon you care about.
  • Page through results with offset and limit.
  • Use this endpoint for discovery first, then hydrate shortlisted tokens with market, price, or security data.
  • Keep the selected interval visible in product UI so users understand the trend horizon.

Authorizations

X-API-KEY
string
header
required

API key for authentication

Headers

x-chain
enum<string>
default:solana

A chain name listed in supported networks.

Available options:
solana,
ethereum,
bsc,
base,
robinhood,
sui,
mantle,
hyperevm,
arbitrum,
avalanche,
optimism,
polygon,
zksync,
monad,
aptos,
fogo,
megaeth

Query Parameters

sort_by
enum<string>
default:rank
required

Specify the sort field.

Available options:
rank,
volumeUSD,
liquidity
interval
enum<string>
default:24h

Specify the interval of trending.

Available options:
1h,
4h,
24h
sort_type
enum<string>
default:asc
required

Specify the sort order.

Available options:
asc,
desc
offset
integer
default:0

Specify the offset for pagination. Filter for records with offset greater than the specified offset value, including those with offset equal to the specified offset.

limit
integer
default:50

Number of items per page.

Required range: 1 <= x <= 50
ui_amount_mode
enum<string>
default:scaled

Indicate whether to use the scaled amount for scaled ui amount tokens. Only support solana

Available options:
raw,
scaled

Response

JSON object containing a list of trending tokens

success
boolean
required

Whether the request completed successfully.

data
object
required

Trending-token payload with ranking metadata and token rows.