Skip to main content
POST
Get current token price (batch)

Request Body

Maximum 500 tokens per request. For larger datasets, split into multiple requests.
The payload array is positional: payload[i] always corresponds to items[i]. Each item also echoes back its address and chainId, so you can match a result to its input without relying on order.

Usage Examples

Example Response

A token that cannot be priced does not shift the array — its slot carries an error string instead of the price fields, while still echoing address/chainId:
All market data fields are nullable - tokens without supply data will return null for market cap fields.

Body

application/json
chainId
string
blockchain
string
address
string

Response

200 - application/json

Token price batch response

payload
object[]
required