Retrieves Open-High-Low-Close-Volume (OHLCV) data for a specific pool, potentially over a specified time range.
Unique pool address or identifier. Such as 0xc7bbec68d12a0d1830360f8ec58fa599ba1b0e9b
for WETH / USDT on ethereum
.
Start time for the OHLCV data. Accepted formats:
"1741507640"
Start time for the OHLCV data. Accepted formats:
"1741508640"
Maximum number of OHLCV records to return.
1 <= x <= 366
The time interval for each OHLCV record (candle).
1m
, 5m
, 10m
, 15m
, 30m
, 1h
, 6h
, 12h
, 24h
Whether to invert the price ratio in OHLCV calculations (e.g., quote token vs. base token).
A list of OHLCV records successfully retrieved.
An array of OHLCV records (candlesticks) matching the query criteria.