Skip to main content
GET
Get Token Price Snapshot
Batch Support Available: For batch requests (up to 100 tokens), use the POST /2/token/price-at endpoint.

Query details

Note: Always query using the address, not the name or symbol, to get accurate results.

Response Format

Usage Examples

Example Response

Query Parameters

chainId
string

Blockchain chain ID (e.g., "evm:56", "solana:solana")

address
string

Token contract address

timestamp
integer
required

Unix timestamp (seconds) for historical price lookup

Required range: x > 0

Response

200 - application/json

Token price at timestamp response

data
object
required