Price - Multiple

Retrieve the latest price information for multiple tokens. Maximum 100 tokens

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

Batch spot pricing with request-body input.

  • This is the POST variant of Price - Multiple and is useful when the token list is easier to send in a JSON payload.
  • Always use checksum contract addresses on EVM chains and canonical token mint addresses on Solana-like chains.
  • Maximum batch size is 100 token addresses per request.
  • include_liquidity=true requests price plus liquidity context for each token when available.
  • Individual response entries may be null or partial if a token is unknown, unsupported, or not yet indexed.
Compute Unit ⚙️
  • Batch CU is calculated from a base of 3 CU per token-set request and scales with batch size.
Use Cases 💡
  • Price many tokens from backend jobs, refresh workers, or API gateways that already hold JSON arrays.
  • Hydrate portfolio pages, watchlists, and token grids with one network round trip.
  • Support screening systems that need current price snapshots before ranking or filtering assets.
  • Lower request overhead when multiple app surfaces need the same batch at once.
How to Use 🛠️
  • Set x-chain for the target network.
  • Send the token list in the POST body using the documented request schema.
  • Keep the request under 100 addresses.
  • Use the GET variant when a simple comma-separated query string is more convenient.
Best Practices ✅
  • Normalize addresses before batching so you do not waste slots on duplicates or invalid casing.
  • Reuse the same batch response across multiple UI components during the same refresh cycle.
  • Prefer this POST form when URL length becomes awkward with large token sets.

Query Params
number

Specify the liquidity value to check.

boolean
enum

Specify whether to include liquidity in the response.

Allowed:
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