Token
Token - Stats
Get token statistics
GET
Token - Stats
Get aggregated trading statistics for a token including volume, trade count, unique traders, and price changes over various time windows.
token_get_statsAuthorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
A chain name listed in supported networks Supported blockchain chains
Available options:
sol, eth, bsc An address of a token
Response
200 - application/json
Get Stats
Token statistics with nested time period data
Token contract address
Example:
"EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v"
Trade statistics grouped by time period (1m, 5m, 15m, 30m, 1h, 4h, 6h, 24h).
Each period contains full OHLCV data, trade counts, and previous-period comparisons.
See TokenTradeStatPeriod schema for all fields.
Example:
Token - Stats

