v2
latestOpenAPI 3.1.02026-07-316132736.5 KBV2 - Token
Get token OHLCV history
Retrieve OHLCV (Open, High, Low, Close, Volume) candlestick data for a specific token by its address.
get/api/2/token/ohlcv-history
Query parameters
addressstring required
Token contract address
Token contract address
chainIdstring
Blockchain chain ID (e.g., "evm:56", "solana:solana")
Blockchain chain ID (e.g., "evm:56", "solana:solana")
Start date (timestamp or ISO string)
End date (timestamp or ISO string)
periodstring
Candle period (e.g., "5m", "1h", "1d")
Candle period (e.g., "5m", "1h", "1d")
amountnumber nullable
Maximum number of candles (max 2000)
Maximum number of candles (max 2000)
Return USD prices (default: true)
Forward-fill empty candles between trades so the series has no gaps (default: false)
Response
Token OHLCV history response