Price Volume - Multi

Retrieve price and volume updates of multiple tokens. Maximum 50 tokens.

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

Batch price-plus-volume snapshots.

  • This endpoint is the multi-token version of Price Volume - Single.
  • Maximum batch size is 50 token addresses per request.
  • Send the token list in the POST body using the documented request schema.
  • type defaults to 24h and supports shorter rolling windows for more reactive screens.
Compute Unit ⚙️
  • Batch CU is calculated from a base of 8 CU per token-set request and scales with batch size.
Use Cases 💡
  • Hydrate market boards, watchlists, and comparison tables with both price and rolling volume.
  • Rank many tokens by momentum without pulling full candle histories.
  • Power scanners that care about price action and trading activity at the same time.
  • Reduce request fan-out versus calling the single-token endpoint repeatedly.
How to Use 🛠️
  • Set x-chain for the target network.
  • Send up to 50 token addresses in the POST body.
  • Choose the rolling window in type.
  • Use the single-token variant for detail pages or isolated refreshes.
Best Practices ✅
  • Keep one shared timeframe per screen so all rows are comparable.
  • Deduplicate addresses before batching.
  • Refresh this batch on a cadence that matches the timeframe sensitivity of the screen.

Query Params
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
string
enum
Defaults to 24h
Allowed:
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