Token Price Timeseries
Get historical price data points for a specific token address, suitable for rendering line charts. Supports various time intervals from 5 minutes to monthly.
interval from 5m up to monthly, and set forwardFill=true to fill gaps with the last known price. For native coins, pass native as tokenAliasOrTokenAddress.Authorizations
Path Parameters
The alias of the chain.
0x1, ethereum, 0x15b38, chiliz, 0x171, pulse, 0x19, cro, 0x2105, base, 0x2eb, flow, 0x38, binance, 0x46f, lisk, 0x504, moon beam, 0x531, sei, 0x64, gnosis, 0x89, polygon, 0x8f, monad, 0xa, optimism, 0xa4b1, arbitrum, 0xa86a, avalanche, 0xe708, linea, bitcoin-mainnet, bitcoin, solana-mainnet, sol The token address or alias
Query Parameters
The limit per page
1 <= x <= 100The cursor to the next page
The time interval for price data points. Defaults to 5m if not provided.
5m, hourly, daily, weekly, monthly "hourly"
The starting date (format in seconds or datestring accepted by momentjs). Defaults to 24 hours before toDate if not provided.
"2025-01-01T00:00:00Z"
The ending date (format in seconds or datestring accepted by momentjs). Defaults to now if not provided.
"2025-01-07T00:00:00Z"
When true, fills gaps in the time series with interpolated values
Response
The cursor to be used for getting the next page of results
"eyJhbGciOi...VCaaw"
The blockchain network chain ID
"0x1"
The starting date of the time series in ISO 8601 format
"2025-01-01T00:00:00.000Z"
The ending date of the time series in ISO 8601 format
"2025-01-07T00:00:00.000Z"
The time interval used for the price data points
5m, hourly, daily, weekly, monthly "5m"
The current page number
1
The list of price data points

