Get historical price data points for a specific token address, suitable for rendering line charts. Supports various time intervals from 5 minutes to monthly.
Documentation Index
Fetch the complete documentation index at: https://docs.moralis.com/llms.txt
Use this file to discover all available pages before exploring further.
bitcoin as chainAlias and native as tokenAliasOrTokenAddress.The alias of the chain.
0x1, ethereum, 0x171, pulse, 0x2105, base, 0x38, binance, 0x89, polygon, 0xa, optimism, 0xa86a, avalanche, bitcoin-mainnet, bitcoin, solana-mainnet, sol The token address or alias
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
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