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 query-string input.

  • Always use checksum contract addresses on EVM chains and canonical token mint addresses on Solana-like chains.
  • Pass token addresses as a comma-separated list in list_address.
  • Maximum batch size is 100 token addresses per request.
  • include_liquidity=true requests price plus liquidity context for each token when available.
  • Individual entries may be null or partial if a token is unknown, unsupported, or not indexed on the selected chain.
Compute Unit ⚙️
  • Batch CU is calculated from a base of 3 CU per token-set request and scales with batch size.
Use Cases 💡
  • Price entire watchlists, portfolio holdings, or leaderboard rows in one request.
  • Feed token tables, mobile market boards, and scanner results without per-row price calls.
  • Pair batch prices with batch market, liquidity, or metadata endpoints for dense dashboards.
  • Reduce request fan-out for bots or backends that track many assets at once.
How to Use 🛠️
  • Set x-chain for the target network.
  • Pass list_address as a comma-separated token-address string.
  • Keep the request under 100 addresses.
  • Switch to the POST variant when your token list is easier to send in a request body.
Best Practices ✅
  • Deduplicate token addresses before calling so CU and payload size stay predictable.
  • Cache the batch result briefly and reuse it across cards, tables, and widgets rendered in the same cycle.
  • If only a few rows need live updates, refresh those rows separately instead of reloading a full batch every time.

Query Params
number

Specify the liquidity value to check.

boolean
enum

Specify whether to include liquidity in the response.

Allowed:
string
required

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

string
enum
Defaults to raw

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

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