Token Price Sparkline
Get a small set of historical price points suitable for sparkline charts (tiny charts in token lists, watchlists, portfolio rows). Returns a fixed number of points based on the selected range.
range (24h to 1y) - a compact, chart-ready array you can drop directly into a sparkline widget without resampling. 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 time range for the sparkline. Determines the interval and window size.
24h, 7d, 30d, 90d, 1y "7d"
Response
The resolved blockchain chain ID
"0x1"
The sparkline range used for this result
24h, 7d, 30d, 90d, 1y "7d"
ISO-8601 timestamp of the computed window start
"2025-01-01T00:00:00.000Z"
ISO-8601 timestamp of the computed window end
"2025-01-08T00:00:00.000Z"
Always 1. Sparkline responses are not paginated.
1
Always null. Sparkline responses are not paginated.
null
Array of price data points

