v1

latestOpenAPI 3.1.02026-07-2410781551.8 KB
Stats

Token - Trade Data (Multiple)

Retrieve trade data of multiple tokens. Maximum 20 addresses.

get/defi/v3/token/trade-data/multiple

Query parameters

list_addressstring required

A list of token addresses in string separated by commas (,)

framesstring

A list of custom time intervals separated by comma (,). Users can pass up to 8 intervals. Rules:

  • Minute intervals: from 1m up to 1440m (e.g. 1m,15m,16m,17m,89m,90m,92m,1440m ...).
  • Second intervals: must be multiples of 5s, from 5s up to 3600s (e.g. 5s,10s,15s,90s,3600s ...).
  • Hours intervals: only support (1h 2h 4h 8h 24h)
ui_amount_mode'raw' | 'scaled'

Indicate whether to use the scaled amount for scaled ui amount tokens. Only support solana

Headers

x-chain'solana' | 'ethereum' | 'arbitrum' | 'avalanche' | 'bsc' | 'optimism' | 'polygon' | 'base' | 'zksync' | 'monad' | 'hyperevm' | 'aptos' | 'fogo' | 'mantle' | 'megaeth' | 'robinhood' | 'sui'

A chain name listed in supported networks.

Response

JSON object containing trade data of multiple tokens

successboolean required
dataobject required

A hashmap with token addresses as keys and the Token Trade Data object as value