Skip to main content
MT5 Trading Infrastructure
Easier Prop API
Manage multiple MT5 accounts, execute trades, and stream real-time market data through one unified API
40+
REST Endpoints
Accounts, Trading, Market Data
5+
WS Channels
Quotes, Orders, Profit, Heartbeat, Alerts
4
MT5 Accounts
Per API key
API Reference
Everything you need to trade on MetaTrader 5

REST API

Accounts, trading, market data, positions, and order history.

WebSocket API

5+ real-time channels: live quotes, order updates, profit streaming, heartbeats, and alerts.

Multi-Account

Manage up to 4 MT5 broker accounts per API key with automatic session management.

Auto-Reconnect

Sessions are health-checked every 30s with automatic reconnection on failure.
Quick Example
Place a trade in 3 API calls
curl -X POST /api/accounts//orders -H “X-API-Key: sk_…” -d ‘“symbol”:“EURUSD”,“side”:“buy”,“type”:“market”,“volume”:0.01

Authentication

API key via X-API-Key header or Bearer token

Accounts

Register MT5 accounts with encrypted credential storage

Trading

Market, limit, stop, and stop-limit orders