Skip to main content
This endpoint requires a Growth or Enterprise plan. Learn more.

Returns

DetailedTokenStats
DetailedTokenStats
See DetailedTokenStats

Arguments

tokenId
String
The ID of the token (address:networkId).
This is the live-streamed subscription version of our getDetailedTokenStats query. Subscribe to receive aggregated token statistics across specified time periods.

Example

Test this query in the Explorer →
Example Response

Usage Guidelines

  • Subscribe using tokenId in the format tokenAddress:networkId to stream detailed stats for a specific token.
  • Use this subscription to keep token pages, dashboards, or watchlists live without repeatedly polling getDetailedTokenStats.
  • Stats cover the same windows supported by getDetailedTokenStats (1m, 5m, 1h, 4h, 12h, 24h). Request only the timeframes and fields you need.
  • Supports both non-currency stats (buyers, buys, sellers, sells, traders, transactions) and USD stats (buy/sell volume, open/close, highest/lowest, liquidity).

Troubleshooting Tips

onDetailedStatsUpdated streams updates for specific pairs only. onDetailedTokenStatsUpdated streams aggregated stats across all pairs for a specified token.
Open a separate subscription per tokenId. Each subscription maintains its own stream.
FILTERED excludes suspected bot and sandwich attack transactions for cleaner stats. UNFILTERED includes all transactions.
  • Detailed Token Page: Build a comprehensive token detail page with price, holders, trades, and real-time updates