v1
latestOpenAPI 3.1.02026-07-2681217214.1 KBPRICES
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
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