Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.easierprop.com/llms.txt

Use this file to discover all available pages before exploring further.

MT5 Trading Infrastructure
Easier Prop API
Manage multiple MT5 accounts, execute trades, and stream real-time market data through one unified API
55+
REST Endpoints
Accounts, Trading, Market Data
8
WS Streams
Quotes, Orders, Profit, OHLC, Depth
4+
MT5 Accounts
Configurable 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

8 real-time streams: quotes, orders, profit, heartbeats, OHLC, order book, tick value, and alerts.

Multi-Account

Manage the default 4 MT5 broker accounts per API key, or raise the cap from admin settings.

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