🎉 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 typed SDK for .NET — install via NuGet and connect to real-time prices, candles, history and indicators in minutes.

  • RealMarketAPI.Sdk
  • .NET 10
  • DI-ready
  • Ticker · Indicators · Symbols
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