Get Token Price Snapshot (batch)
Market & Token Data
Get Token Price Snapshot (batch)
Retrieve historical token prices for multiple tokens at specific timestamps in a single request.
POST
Get Token Price Snapshot (batch)
Max 100 items per request. Each item requires its own
timestamp.Request Body
Send an array of items or an object with anitems array:
Response Format
Returns apayload array matching the input order. Each entry contains:
| Field | Type | Description |
|---|---|---|
priceUSD | number | Token price in USD at the closest swap |
timestamp | number | The requested timestamp |
swapTimestamp | number | Actual swap timestamp (ms) used for the price |
poolAddress | string | Pool address where the swap was found |
{ "error": "..." }.