API
CB Trader Market API
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

Browser

Visit /gate, enter API key once. Session remembered 30 days.

Unlock →

Bot / Script

Send header on every request:

X-Api-Key: key

Bearer token

After login:

Authorization: Bearer TOKEN

Instances multi-tenant

Portal

api.cbtraderbd.xyz

This site

API Instance

api1.api.cbtraderbd.xyz

Connect

Access

API key required for all endpoints. Contact provider for credentials.