Skip to main content
GET
Get underlying oracle candlesticks for market charting
Only markets with a Chainlink Data Streams oracle return data from this endpoint. Use the candlestick data alongside prediction market prices to chart the underlying asset.

Path Parameters

Query Parameters

from
number

Start timestamp (UNIX seconds). Defaults to market.createdAt - 15 minutes.

to
number

End timestamp (UNIX seconds). Defaults to now.

interval
enum<string>

Candlestick interval

Available options:
1m,
5m,
15m,
1h,
4h,
1d

Response

200 - undefined