cURL
curl --request GET \ --url https://core.api.dev.predictstreet.sde.adifoundation.ai/api/markets/{symbol}/ohlc
{ "symbol": "<string>", "outcome": "<string>", "interval": "<string>", "from": "2023-11-07T05:31:56Z", "to": "2023-11-07T05:31:56Z", "candles": [ { "bucketStart": "2023-11-07T05:31:56Z", "open": "<string>", "high": "<string>", "low": "<string>", "close": "<string>", "volume": "<string>", "tradeCount": 123 } ] }
Historical candles indexed from trades. Capped 2000 candles per request — clients paginate via overlapping from / to windows.
from
to
Market symbol, e.g. UAE-CUP-FINAL-20260425.
UAE-CUP-FINAL-20260425
s5
s30
m1
m5
m15
h1
h4
d1
OK
Show child attributes