tokens enrichment in one request), see Trending board.
recentDeploys
Most recent token deployments across supported platforms, newest first.
Arguments
Return type
Example
deployByMint
Fetch the deployment record for a single mint. Returns null for unknown mints.
Arguments
Example
recentMigrations
Tokens that have recently migrated off a bonding curve onto an AMM pool (e.g. Pump.fun → PumpSwap). Same shape as recentDeploys; every row has a non-null migrated timestamp.
Arguments
Example
topTokens
Tokens ranked over a rolling window. Same rankings as REST GET /api/sol/tokens/top.
Arguments
Return type
Example
tokens (batch enrichment)
Fetch many mints in one query. Each mint is a Token object — only request the nested fields you need to avoid unnecessary RPC work (metadata, holders, supply are the heavier branches).
Arguments
Token nested fields
Example
Single-mint shortcuts
These mirror one branch oftokens when you only need one mint:
liveDeploys / liveMigrations / migratingDeploys
Snapshots from the in-memory live board (same data as REST GET /tokens/deploys, /tokens/migrations, /tokens/migrating). Returns [Deploy!].
Arguments
Example
searchTokens
Free-text search across token name / symbol / mint.
Arguments
Return type
Example
stats
Platform-wide approximate counts from the analytics store.
Return type
Example
ohlcv
Open / High / Low / Close / Volume candles for a mint at the requested timeframe. Backed by pre-aggregated materialized views.
Arguments
Return type
Example
priceChanges
Current price plus percentage change over standard lookback intervals (5m, 1h, 4h, 12h, 24h). Returns null for mints without price history.
