MT4 Manager API over REST — manage MT4 servers programmatically
MT4 Manager API over REST
Manage your MetaTrader 4 servers programmatically over HTTP — the established workhorse of broker operations, without the native Manager DLL or a Windows-only integration to maintain.
What you can automate
- Users & groups — create, read, update, delete; manage group assignments.
- Orders — open / modify / close, including deposits and withdrawals.
- Symbols & symbol groups — settings and securities.
- Server settings — configure your MT4 server through the API.
- Realtime — stream ticks, account margin and trade events over SignalR (push, not polling).
Why not build it yourself
Going straight to the MT4 Manager API means a Windows-only native DLL, your own realtime layer (polling + queue + idempotency), reconnect/heartbeat handling, and ongoing maintenance. WebAPI abstracts all of that behind a clean REST surface — connect in a day, not a quarter, in any language.
Global, low-latency, free to build on
One global address routes each request to the nearest mirror, so latency stays low wherever your clients are. Develop against a full-featured sandbox that is free, with no SLA — it always has been. In production you pay only for what you use, on a scale that gets cheaper as you grow; exact pricing is shown after sign-in.
Start
Running MT5 too? See the MT5 Manager API over REST and the MetaTrader Manager API umbrella.

