Authorizations
Path Parameters
token contract address
Example:
"So11111111111111111111111111111111111111112"
timeframe of the OHLCV chart
Available options:
day
, hour
, minute
, second
Query Parameters
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
Available options:
usd
, token
include empty intervals with no trade data, default: false