Token Data
Token endpoints available now cover: metadata, audits (single and batch), real-time price + market data, all-time-high, top holders, search, and recently graduated tokens. Use them to build token pages and discovery surfaces with current supply, liquidity, market cap, and holder distribution data.
Returns the metadata for a given token address stored in the database. Social fields are omitted.
The token's address (e.g., a Solana address)
Token metadata returned successfully
Missing token address path parameter
Token not found
Unexpected server error
Returns real-time metrics including price, market capitalization, FDV, liquidity, total and circulating supply, and current holder count. This endpoint does not use time windows and does not include trade statistics.
The token's mint address (e.g., a Solana SPL token address)
Real-time market data returned successfully
Missing or invalid token address
Token or its trading pairs not found
Unexpected server error
Returns ranked holder wallets, amounts, and percentage ownership for a given token address.
The token's mint address (e.g., Solana token address)
Optional limit on number of holders returned (default: 25, max: 100)
25List of holders returned successfully
Missing or invalid token address
Token or holders not found
Unexpected server error
Returns a list of trending tokens ordered by transaction count for a given interval.
Time interval window for counting transactions (default: 5m)
5mExample: {"value":"5m"}Possible values: List of trending tokens
Invalid interval specified
Unexpected server error
Performs a flexible search for tokens by name, symbol, or address, with optional filters, sorting, and symbol-only mode.
Query text to search in name, symbol, or address
Number of results to return (1–25)
10Field to sort results by
createdPossible values: Sort order direction
descPossible values: List of matching tokens
Invalid input (e.g., sortBy not allowed)
Unexpected server error
Fetches the most recently graduated tokens, ordered by graduation time (descending).
Number of results to return (1–100). Defaults to 25.
25List of graduated tokens
Unexpected server error
Returns the all-time-high (ATH) market cap and the timestamp when it occurred, based on all historical trades for the token.
The token's mint address (Solana SPL token).
ATH data returned successfully
Missing or invalid token address
No trades found for token, so ATH cannot be calculated
Unexpected server error
Fetches historical price, market cap, or liquidity snapshots for a token across multiple time windows.
The token's address
Historical data returned successfully
Missing token or invalid metrics
Unexpected server error
Returns percentage performance change for selected metrics over multiple time windows compared to the current value.
Token address to fetch performance data for
Performance data showing % change from current value across time windows.
Invalid or missing request body
Unexpected server error
Returns the latest price, market cap, and liquidity for a specific token address.
The token's contract address
Token pricing information
Missing or invalid token address
Token or trade data not found
Server error
Returns the lowest and highest values of selected metrics (price, market cap, liquidity) within a specified time range for a token.
The token's contract address
Unix timestamp (seconds) for range start
Unix timestamp (seconds) for range end
Behavior when requested range falls outside token lifespan
clampPossible values: Range results for the token
Invalid parameters or body
No data available for token
Requested range falls completely outside token lifespan (mode=error)
Internal server error
Returns audit data for a given token address, including developer, top holder, insider, bundler, sniper, and LP burn distributions.
The token's address (e.g., a Solana mint address)
Token audit data returned successfully
Token audit data returned successfully
Returns audit data for multiple tokens in a single batch call. Accepts up to 10 token addresses via a comma-separated addresses query parameter. Each entry includes developer, top holder, insider, bundler, sniper, and LP burn distributions.
Cost: 10 credits per request.
Comma-separated list of up to 10 token mint addresses
address1,address2Batch token audit data returned successfully
Missing or invalid query parameter
Internal server error
Last updated