Batch price
The latest USD price for many mints in one call — the call to value a whole portfolio.
Query parameters
| Field | Type | Description |
|---|---|---|
listrequired | string | Comma-separated mints (≤100). |
networkoptional | mainnet | devnet | Network to read. Devnet returns an empty payload (with a note) until its ingestor lands. default mainnet |
Response fields
| Field | Type | Description |
|---|---|---|
data[mint].priceUsd | number | null | Latest price. |
data[mint].source | string | null | indexed (our reconciled price) or jupiter (spot fallback). |
data[mint].symbol | string | null | Ticker. |
data[mint].updatedAt | string | null | Last 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".