This endpoint allows you to get the OHLCV chart (Open, High, Low, Close, Volume) of a token based on the provided token address on a network
1708850449.before_timestamp parameter to query in multiple requests.include_empty_intervals param:
false (default): Only intervals with trade data are returned.true: All requested intervals are returned, those with no trade data are populated as follows:
token contract address
"So11111111111111111111111111111111111111112"
timeframe of the OHLCV chart
day, hour, minute, second time period to aggregate each OHLCV
Available values (day): 1
Available values (hour): 1 , 4 , 12
Available values (minute): 1 , 5 , 15
Available values (second): 1, 15, 30
Default value: 1
return OHLCV data before this timestamp (integer seconds since epoch)
number of OHLCV results to return, maximum 1000 Default value: 100
return OHLCV in USD or quote token Default value: usd
usd, token include empty intervals with no trade data, default: false