Get Oracle Candlesticks
Returns Chainlink candlestick data for markets configured with Chainlink Data Streams chart metadata. Useful for charting the underlying oracle price alongside prediction market prices.
Documentation Index
Fetch the complete documentation index at: https://docs.limitless.exchange/llms.txt
Use this file to discover all available pages before exploring further.
Path Parameters
Market address (0x...) or slug identifier
"btc-above-100k-june"
Query Parameters
Candlestick interval
1m, 5m, 15m, 1h, 4h, 1d Start timestamp in UNIX seconds. Defaults to market creation time minus 15 minutes.
1719792000
End timestamp in UNIX seconds. Defaults to now.
1719878400
Response
Candlestick data for the underlying oracle
The requested candlestick interval
"1h"
Data source identifier
"chainlink"
The resolved Chainlink symbol
"BTC/USD"
Start of the data range (UNIX seconds)
1719792000
End of the data range (UNIX seconds)
1719878400
Array of OHLCV candlestick rows