🟢 API Running

🚀 MetaAPI Risk Dashboard

Interactive Demo UIs & API Testing

📱 Demo User Interfaces

📊 Trading Dashboard

View all open positions, P/L, risk metrics, and account information. Real-time data with 5-second refresh.

REST API

⚡ WebSocket Prices

Real-time price streaming using WebSocket. Instant updates with zero delay. Perfect for live trading.

WEBSOCKET

📡 SSE Prices

Real-time price streaming using Server-Sent Events. Automatic reconnection and browser-friendly.

SSE

💹 Price Ticker

Popular currency pairs with polling. Simple and compatible with all browsers. 2-second refresh.

POLLING

🔧 Account Manager

Manage MetaAPI accounts. Create, update, delete, and deploy trading accounts. Full CRUD operations.

MANAGEMENT

⚠️ Risk Management

Complete risk management dashboard. Track drawdowns, profits, equity charts, and real-time risk events.

RISK API

📊 Market Watch

View all symbols from MetaTrader 5 Market Watch. Get symbols, prices, specifications, and complete dashboard data.

MARKET DATA

📚 API Documentation

Complete API reference with all endpoints, request/response examples, and interactive testing. All MetaApi features documented.

DOCUMENTATION

📊 Risk Metrics Mapping

Complete mapping of Risk Metrics Spec to MetaAPI endpoints. Shows which fields are available, missing, or need calculation. Essential for risk management implementation.

RISK MAPPING

⚙️ During-Trade Mapping

Complete mapping of During-Trade Spec to MetaAPI endpoints. Shows position fields, computed metrics, pre-trade compliance, and rule engine logic. Essential for during-trade monitoring.

TRADE MAPPING

🔌 API Endpoints

GET /api/health
GET /api/positions
GET /api/dashboard
GET /api/prices/:symbol
GET /api/prices/popular/all
POST /api/orders
WS ws://your-domain/ws
SSE /api/stream/sse

🔧 Account Management Endpoints

GET /api/accounts
GET /api/accounts/:accountId
POST /api/accounts
PUT /api/accounts/:accountId
DELETE /api/accounts/:accountId
POST /api/accounts/:accountId/deploy
POST /api/accounts/:accountId/undeploy
POST /api/accounts/:accountId/redeploy

⚠️ Risk Management API Endpoints

GET /api/risk/accounts/:accountId/trackers
POST /api/risk/accounts/:accountId/trackers
GET /api/risk/accounts/:accountId/trackers/:trackerId
PUT /api/risk/accounts/:accountId/trackers/:trackerId
DELETE /api/risk/accounts/:accountId/trackers/:trackerId
GET /api/risk/accounts/:accountId/trackers/:trackerId/statistics
GET /api/risk/accounts/:accountId/equity-chart
GET /api/risk/tracker-events
SSE /api/risk/tracker-events/stream

📊 Market Watch API Endpoints

GET /api/marketwatch/symbols
GET /api/marketwatch/symbols/specs
GET /api/marketwatch/prices
GET /api/marketwatch/dashboard
GET /api/marketwatch/symbol/:symbol/spec
GET /api/marketwatch/symbol/:symbol/price