v1
latestOpenAPI 3.1.02026-07-24130315342.2 KBToken Endpoints
Get token trading activity stats
Get materialized trade count, USD volume, and average trade size for a token. Windows with no swaps are omitted; an omitted requested key means zero trades in that window. Each window ends at its own materialized snapshot; computed_at is the oldest snapshot among the returned windows and can precede request time because the response is cached.
get/api/v2/chain/{chain}/token/{address}/activity/stats
Path parameters
chain'blast' | 'base' | 'ethereum' | 'zora' | 'arbitrum' | 'sei' | 'avalanche' | 'polygon' | 'optimism' | 'ape_chain' | 'flow' | 'b3' | 'soneium' | 'ronin' | 'bera_chain' | 'solana' | 'shape' | 'unichain' | 'gunzilla' | 'abstract' | 'animechain' | 'hyperevm' | 'somnia' | 'monad' | 'hyperliquid' | 'megaeth' | 'ink' | 'robinhood' required
Blockchain chain identifier. Use the chain slug (e.g., 'ethereum', 'polygon', 'arbitrum', 'optimism', 'base')
Example:ethereum
The blockchain on which to filter the results
addressstring required
The token contract address
Query parameters
windowsstring
Comma-separated windows. Defaults to 5m,1h,4h,24h.
Response
OK