Platform
Powerful Features
Everything you need to build production-grade market data applications.
Core capability
Realtime Market Data
WebSocket Stream
Persistent connection β push updates at configurable intervals down to 500ms.
wss://api.realmarketapi.com/price?apiKey=YOUR_KEY&symbolCode=XAUUSD&timeFrame=M1
REST Endpoints
Standard JSON responses for current price, OHLC candles, and market snapshots.
GET /api/v1/price?symbolCode=XAUUSD&timeFrame=M1
Historical Data
Query H1 historical OHLC data β paginated, no current bar.
GET /api/v1/history?symbolCode=BTCUSD&startTime=2026-02-01T00:00:00Z&endTime=2026-03-01T00:00:00Z