Retrieve historical token prices for multiple tokens at specific timestamps in a single request.
timestamp.items array:
payload 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": "..." }.