v1
latestOpenAPI 3.1.02026-07-2410781551.8 KBStats
Price stats (Multiple)
Get the price stats (current price, high/low, percentage change) by time frame for multiple tokens. Max to 20 tokens
post/defi/v3/price/stats/multiple
Query parameters
list_timeframestring
A list of time frames seprated by comma (,). List of supported time frames: 1m, 5m, 30m, 1h, 2h, 4h, 8h, 24h, 2d, 3d, 7d
ui_amount_mode'raw' | 'scaled' | 'both'
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.
Request body
Response
JSON object containing list of price stats of tokens
Example response
{
"data": [
{
"data": [
{
"time_frame": "24h"
}
]
}
]
}