LIVE · UTC+0 · v1.0
Quotex market data REST API
Production-grade candles, pairs, and live tick streams for trading bots. Secured per-tenant API keys with one-time browser unlock.
$ curl -H "X-Api-Key: YOUR_KEY" \
https://api1.api.cbtraderbd.xyz/candles?symbol=EURUSD_otc&timeframe=60
{ "ok": true, "candles": [...], "timezone": "UTC" }
REST Endpoints /v1 compatible
GET/healthEngine + service status
GET/pairsOTC + live market list
GET/candles?symbol=&timeframe=Historical OHLCV
POST/candlesRange query with from/to
GET/ticks/streamSSE live tick stream
GET/ticks/snapshotCollect ticks snapshot
Authentication barrier
Bot / Script
Send header on every request:
X-Api-Key: key
Bearer token
After login:
Authorization: Bearer TOKEN