Skip to main content
The Update Tokens stream provides real-time updates on the prices, volumes, market cap and liquidity of one or many tokens by tracking the highest-volume pool for each token. This documentation follows our standard streaming API structure. The token_addresses input is limited to a maximum of 5 addresses per subscription.

Credit Cost

1 per minute

Supported Chains

  • BASE_MAINNET
  • BSC_MAINNET
  • ETH_MAINNET
  • HYPEREVM_MAINNET
  • MEGAETH_MAINNET
  • MONAD_MAINNET
  • POLYGON_MAINNET
  • ROBINHOOD_MAINNET
  • SOLANA_MAINNET
Estimate your monthly cost for this API using the Pricing Calculator.

Parameters

chain_name
enum
required
Blockchain network to filter eventsType: ChainName
token_addresses
array<string>
required
Array of token addresses on supported DEXes and chains to track

Subscription

You can subscribe to the updateTokens endpoint to receive real-time swap updates for the highest-volume pool of each token.

Response Format

Here’s an example of the response data structure:

Field Descriptions

trader
string
Address of the trader who initiated the swap
liquidity
float
Total liquidity in the pool
pair_address
string
The address of the DEX pair
base_token
object
Information about the base token in the pairType: TokenContractMetadata
last_5m
object
Aggregated trading metrics for the last 5 minutesType: TimeframeMetrics
last_6hr
object
Aggregated trading metrics for the last 6 hoursType: TimeframeMetrics
market_cap
float
Market capitalization of the token pair
quote_rate
float
Exchange rate between base and quote tokens
last_24hr
object
Aggregated trading metrics for the last 24 hoursType: TimeframeMetrics
last_1hr
object
Aggregated trading metrics for the last 1 hourType: TimeframeMetrics
quote_rate_usd
float
Exchange rate between base and quote tokens in USD
sender
string
Address that sent the transaction
quote_token
object
Information about the quote token in the pairType: TokenContractMetadata
id
string
Unique identifier for this swap event
chain_name
enum
The blockchain network where the pair existsType: ChainName
direction
string
Swap direction: buy or sell
timestamp
string
Timestamp of the latest swap (ISO-8601)