v1

latestOpenAPI 3.1.02026-07-2681217214.1 KB
PRICES
DEVELOPER

Token Prices History

Get a list of historical token prices by chain and token address for a given time range and granularity.

post/api/v1/developer/prices/history

Query parameters

cursorstring

Request body

start_timestampstring date-time required

Start of time range (UTC ISO 8601)

end_timestampstring date-time required

End of time range (UTC ISO 8601)

time_granularity'15s' | '1m' | '5m' | '1h' | '1d' required

Example request

{
  "addresses": [
    {
      "chain": "string",
      "token_address": "string"
    },
    {
      "chain": "string",
      "token_address": "string"
    }
  ],
  "end_timestamp": "2025-03-07T01:00:00Z",
  "start_timestamp": "2025-03-07T00:00:00Z",
  "time_granularity": "5m"
}

Response

Successful Response

cursorstring nullable

Pagination cursor for next page

messagestring nullable

Informational message (e.g. partial results)