๐ŸŽ‰ Our Chrome Extension is here! Get live market prices right in your browser.Install Now
RealMarketAPI
Live data ยท Up to 10 yrs history ยท Production-ready

DocumentationBuilt for developers

Everything you need to stream real-time market data into your products โ€” from a 30-second quickstart to WebSocket reconnect strategies. Business and Enterprise plans include the full OHLCV archive with up to 10 years of historical data for back-testing and research.

61+
Symbols
6
Timeframes
37
Endpoints
35
MCP Tools
<5ms
Avg latency
10yr
History

Base URLs

โšก
REST API
https://api.realmarketapi.com
๐Ÿ”
WebSocket
wss://api.realmarketapi.com
๐Ÿค–
MCP Server
https://ai.realmarketapi.com/mcp

Quick start

Fetch the latest Gold price in 30 seconds. Replace YOUR_API_KEY with the key from your dashboard.

curl
curl -X GET "https://api.realmarketapi.com/price?symbolCode=XAUUSD"   -H "x-api-key: YOUR_API_KEY"
๐Ÿ”‘Don't have an API key yet? Create a free account โ€” no credit card needed.

Explore the docs

Jump to the section that fits your use case.

๐Ÿš€
Start here

Getting Started

Authenticate with your API key, understand rate limits, explore supported symbols and timeframes.

  • API key setup
  • Authentication
  • Symbols & Timeframes
  • Best practices
Read more โ†’
โšก
All plans

REST Endpoints

Core market data endpoints plus account, category, 24-hour, indicator, volatility, and intelligence endpoints.

  • GET /price ยท /price/24hr
  • GET /price/category ยท /me
  • GET /history ยท /candle
  • GET /api/v1/indicator/*
Read more โ†’
๐Ÿ”
Plus & Pro & Business

WebSocket

Real-time streaming for live ticks, candle windows, order-flow imbalance, market-wide snapshots, and multi-timeframe feeds without polling.

  • /price ยท /candles
  • /market ยท /multi-timeframe
  • /orderflow/imbalance
  • Auto-reconnect patterns
Read more โ†’
๐Ÿ“–
Reference

API Reference

Every OHLCV field, HTTP status code, and structured exception code โ€” all in one place.

  • OHLCV fields
  • HTTP error codes
  • Exception codes
Read more โ†’
๐Ÿ“ˆ
Indicators

Technical Indicators

Use server indicator APIs for SMA, EMA, RSI, MACD and support/resistance, with formulas and integration examples.

  • GET /api/v1/indicator/sma
  • GET /api/v1/indicator/ema
  • GET /api/v1/indicator/rsi
  • GET /api/v1/indicator/macd
  • Support/Resistance
Read more โ†’
๐Ÿ“Š
Starter+

Volatility API

Multi-metric volatility time-series, ATR spike detection, and a Day ร— Hour heatmap โ€” all from a single endpoint group.

  • GET /api/v1/volatility
  • GET /volatility/spikes
  • GET /volatility/heatmap
  • ATR ยท HV ยท Band Width
Read more โ†’
๐Ÿง 
Pro+

Intelligence API

Advanced market analysis: next-candle bias scoring, trend detection, setup patterns, confluence signals, liquidity zones, order flow imbalance, stop-hunt detection, market anomalies, and manipulation risk.

  • GET /insight/next ยท /trend ยท /score
  • GET /insight/setup ยท /confluence
  • GET /liquidity/zones
  • GET /orderflow ยท /stop-hunt ยท /anomaly
Read more โ†’
๐Ÿค–
Pro+

MCP Server

Connect AI agents like Claude Desktop and Cursor to live market data via the Model Context Protocol, with quota-free tool calls.

  • 34 MCP tools
  • Quota-free calls
  • Streamable HTTP
  • Claude Desktop config
Read more โ†’
๐Ÿ“ฆ
SDK

SDK Clients

Official SDK lineup: .NET (stable), JavaScript beta, and Python beta for REST and WebSocket integrations.

  • NuGet + npm + PyPI
  • C# stable
  • JavaScript/Python beta
  • Ticker ยท Candles ยท History
Read more โ†’
โœˆ๏ธ
All plans

Telegram Bot

Get live prices, forecasts, price alerts, and volume spike notifications straight in Telegram โ€” no server required.

  • /price ยท /market ยท /next
  • Price & spike alerts
  • Wishlist
  • /me โ€” account info
Read more โ†’
โ–ถ๏ธ

Try it live in the Playground

Run real requests against the API โ€” no backend required. Switch between REST and WebSocket, inspect responses, and copy code snippets.

Open Playground
Feedback