Skip to main content
GET
Get token price snapshots
Use this endpoint to read cached USD price snapshots for one token or a small batch of tokens.

Headers

x-api-key
string

Optional API key for higher rate limits and fee rules.

Query Parameters

chainId
string

Chain ID for a single token price lookup. Required with token when tokens is not provided.

Example:

"8453"

token
string

Token address or symbol for a single token price lookup. Required with chainId when tokens is not provided.

Example:

"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913"

tokens
string

Comma-separated batch of chainId:token entries. Maximum 50 requested entries. When provided, tokens is used instead of the single-token chainId and token parameters.

Example:

"8453:0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913,1:0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48"

Response

Token price snapshot response.

prices
object[]
required