πŸŽ‰ Our Chrome Extension is here! Get live market prices right in your browser.Install Now
RealMarketAPI
Interactive Playground

API Playground

Test live market data endpoints directly in your browser β€” no code required.

Endpoint

Market Data

Indicators

Volatility

Intelligence

Returns the latest OHLC candle for a symbol & timeframe.

GET/api/v1/price

Parameters

Don't have a key? Get one free β€” no credit card required.

Request URL
GET https://api.realmarketapi.com/api/v1/price?apiKey=YOUR_API_KEY&symbolCode=XAUUSD&timeFrame=M1
Response

No response yet

Configure the parameters above and click Send Request.

Explore all three API access methods

The playground lets you inspect live request and response payloads for every endpoint before writing a single line of code. Switch between REST, WebSocket, and MCP modes using the tabs above.

REST mode

Send GET requests to the price, candles, history, and indicator endpoints. Select a symbol and timeframe, click Send, and inspect the full JSON response including OHLCV fields, timestamps, bid/ask, and computed indicator values. Endpoint signatures and query parameters are shown inline alongside example responses. Switch between endpoints β€” /price, /candles, /history, /rsi, /macd β€” to explore the full surface area of the API. The complete reference is available in the REST API docs.

WebSocket mode

Open a live WebSocket connection and observe real-time price and candle messages as they stream from the market feed. Choose a symbol and timeframe, connect, and watch the message log update every time a candle completes or a price movement crosses the minimum threshold. Each message shows the full OHLCV payload with UTC timestamp. WebSocket mode is available on Plus plans and above. See the WebSocket streaming docs for reconnect patterns and message schemas.

MCP mode

Execute individual Model Context Protocol tools directly from the browser. Pick a tool from the 34 available β€” get_price, get_candles, get_rsi, get_support_resistance, and more β€” supply parameters, and view the structured JSON response that an AI agent would receive. Designed for developers building Claude or GPT-4o integrations who want to validate tool behavior before wiring it into an agent workflow. Available on Pro plans. See the MCP server docs.

Feedback