Docs/Market & discovery/Batch price

Batch price

GET/v1/price/multiPublic

The latest USD price for many mints in one call — the call to value a whole portfolio.

Query parameters

FieldTypeDescription
listrequiredstringComma-separated mints (≤100).
networkoptionalmainnet | devnetNetwork to read. Devnet returns an empty payload (with a note) until its ingestor lands. default mainnet

Response fields

FieldTypeDescription
data[mint].priceUsdnumber | nullLatest price.
data[mint].sourcestring | nullindexed (our reconciled price) or jupiter (spot fallback).
data[mint].symbolstring | nullTicker.
data[mint].updatedAtstring | nullLast update time.
For mints we don't index a reconciled price for (quote tokens like SOL/USDC), we fall back to a Jupiter spot price, labelled source:"jupiter".