πŸŽ‰ Our Chrome Extension is here! Get live market prices right in your browser.Install Nowβ†’
RealMarketAPIRealMarketAPI
FeaturesPricingDocs

Playground

Interactive API playground

Widget

Embed widget solutions

SDK

Connect quickly with official SDK clients

Blog

Latest articles and updates

News

Recent news and announcements

Forum

Join our community forum

Learning

Learning resources, tutorials, and implementation guides

RSS Feeds

Curated trading RSS feeds directory

RealMarketAPI

Realtime market data infrastructure for modern fintech applications and trading platforms.

Product

  • Features
  • Pricing
  • Documentation
  • Widgets
  • Dashboard

Company

  • About
  • Contact
  • Blog
  • FAQ
  • Feedback
  • Status
  • Affiliates

Compare

  • All Comparisons
  • vs Alpaca
  • vs Polygon.io
  • vs GoldPrice.io
  • vs Finnhub
  • vs Alpha Vantage
  • vs Finage

Legal

  • Privacy Policy
  • Terms of Service
  • Refund Policy
  • Security
  • Trust Center
  • Risk Warning
  • Cookie Policy

Open Source

  • Learning Resource
  • RSS Feeds

Featured on

Fazier badgeRealMarketAPI - Real-time market data, built for builders | Product HuntFind Us on NextGen ToolsFeatured on Findly.toolsRealMarketAPI - Featured on Startup FameListed on Turbo0Featured on neeed.directoryVerified on Verified ToolsRealMarketAPI | dang.aiLive on FoundrListFeatured on ToolDirsMonitor your Domain Rating with FrogDRReal Market API badge#1 Product on EarlyHuntFeatured on LaunchIgniterListed on codetrendy.comFeatured on RankInPublicFeatured on ScrollLaunchOpenHunts Club MemberReal-time Market API badgeFeatured on Launch LlamaSEOJuiceFeatured on Wired BusinessFeatured on Dofollow.ToolsPowered by Startup Fast
Fazier badgeRealMarketAPI - Real-time market data, built for builders | Product HuntFind Us on NextGen ToolsFeatured on Findly.toolsRealMarketAPI - Featured on Startup FameListed on Turbo0Featured on neeed.directoryVerified on Verified ToolsRealMarketAPI | dang.aiLive on FoundrListFeatured on ToolDirsMonitor your Domain Rating with FrogDRReal Market API badge#1 Product on EarlyHuntFeatured on LaunchIgniterListed on codetrendy.comFeatured on RankInPublicFeatured on ScrollLaunchOpenHunts Club MemberReal-time Market API badgeFeatured on Launch LlamaSEOJuiceFeatured on Wired BusinessFeatured on Dofollow.ToolsPowered by Startup Fast

Β© 2026 RealMarketAPI. All rights reserved.

Built with ❀ for developers

vv0.0.0 Β· 2026-06-16

PrivacyΒ·TermsΒ·SecurityΒ·Risk WarningΒ·Cookies

Risk Disclosure: Trading in financial instruments and/or cryptocurrencies involves high risks including the risk of losing some, or all, of your investment amount, and may not be suitable for all investors. Prices of cryptocurrencies are extremely volatile and may be affected by external factors such as financial, regulatory or political events. This content is provided for informational purposes only and does not constitute financial advice.

Feedback
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.