RealMarketAPI

Dashboard

Account overview

RealTime Market API Workspace

Monitor usage and account readiness in one place.

Live panel
Email: unknown

Usage this cycle

0.00%
Requests: Limit: Cycle:

Loading account usage...

Current plan

Active plan from current usage payload.

Latest from our blog

See the latest market analyses and news.

Read blog

Gói của bạn

Quyền lợi gói

Symbols, khung thời gian & dữ liệu lịch sử trong gói của bạn.

Đang tải dữ liệu gói...

Quick Start — Response Shape

Every REST and WebSocket response includes OHLCV data plus live Bid and Ask prices.

{
  "SymbolCode": "XAUUSD",
  "OpenPrice":  5168.43,
  "ClosePrice": 5174.00,
  "HighPrice":  5176.85,
  "LowPrice":   5165.20,
  "Bid":        5173.75,
  "Ask":        5174.25,
  "Volume":     1249.33,
  "OpenTime":   "2026-03-08T09:20:00Z"
}
View full field reference →