Returns candlestick-formatted market data (Open, High, Low, Close, Volume) for a specific DEX and Rune pair, segmented by time intervals. This is ideal for price charting, trend analysis, and historical performance. Data is sourced from both confirmed blocks and optionally from the mempool, depending on configuration.
Project API Key
Name of the DEX
Symbol of the Rune asset trading pair (BTC-Rune ID)
Mempool mode
included
, excluded
, only
Time resolution (1m, 5m, 15m, 30m, 1h, 4h, 1d, 1w, 1M)
1m
, 5m
, 15m
, 30m
, 1h
, 4h
, 1d
, 1w
, 1M
Start timestamp in Unix
End timestamp in Unix
Limit number of Runes returned (min: 1, max: 50000)
1 <= x <= 50000
Sort by descending (desc) or ascending (asc)
asc
, desc
Fill candles with no trades with synthetic data (OHLC filled with previous closing price, volume=0)
OK
The response is of type object
.