Price stats (Multiple)

Get the price stats (current price, high/low, percentage change) by time frame for multiple tokens. Max to 20 tokens

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

Batch price stats for multiple tokens across selected timeframes.

  • Request body accepts token addresses through list_address.
  • Maximum batch size is 20 unique token addresses per request.
  • Returns current price, high, low, and price-change percent for each token and requested timeframe.
  • list_timeframe accepts comma-separated values such as 1m, 5m, 30m, 1h, 2h, 4h, 8h, 24h, 2d, 3d, and 7d.
  • Request up to 3 timeframes per call.
  • ui_amount_mode=scaled applies Solana Token-2022 scaled UI amount when tokens support scaled UI amount extension.
Compute Unit ⚙️
  • Batch CU is calculated as ceil(8 * token_count^0.8).
Use Cases 💡
  • Refresh price-stat tables for many tokens in one request.
  • Power screeners that rank multiple tokens by price change, high/low range, and current price.
  • Evaluate watchlists for momentum alerts across shared timeframes.
  • Build compact market boards without fetching full OHLCV series for every token.
How to Use 🛠️
  • Set x-chain for the target network.
  • Send token addresses in the request body and pass list_timeframe in the query.
  • Keep the timeframe list consistent across all tokens in the batch.
  • Set ui_amount_mode=raw or scaled consistently with your Token-2022 price handling.
Best Practices ✅
  • Use this endpoint for batch dashboards and alert scans where high/low and percentage change are enough.
  • Combine batch price stats with batch market data when ranking both momentum and market quality.
  • Deduplicate token addresses before requesting batch stats.

Query Params
string

A list of time frames seprated by comma (,). List of supported time frames: 1m, 5m, 30m, 1h, 2h, 4h, 8h, 24h, 2d, 3d, 7d

string
enum
Defaults to raw

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

Allowed:
Body Params
string
required
Defaults to So11111111111111111111111111111111111111112,DezXAZ8z7PnrnRJjz3wXBoRgixCa6xjnB7YaB1pPB263
Headers
string
enum
Defaults to solana

A chain name listed in supported networks.

Responses

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json