MetaSync – Professional MetaTrader 5 REST API Bridge
MetaSync allows fintech builders, algo traders, quant developers, and portfolio managers to access live MT5 accounts, place orders, track positions, and extract market and historical data with modern HTTP requests. 🚀 Use Cases: Build trading dashboards with MT5 data. Integrate MT5 execution into Python or JS bots. Monitor account performance via webhooks or polling. Power alerts or automation…
MetaSync – Professional MetaTrader 5 REST API Bridge endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
get_history_history_get /history |
|
| GET |
get_symbols_symbols_get /symbols |
|
| GET |
status_status_get /status |
|
| GET |
get_orders_orders_get /orders |
|
| POST |
trade_create_trade_post /trade |
|
| POST |
create_order_orders_post /orders |
|
| GET |
get_history_order_history__ticket__get /history/{ticket} |
|
| GET |
get_symbol_symbols__name__get /symbols/{name} |
|
| GET |
get_symbols_total_symbols_total_get /symbols/total |
|
| POST |
select_symbol_symbols__name__select_post /symbols/{name}/select |
|
| GET |
get_symbol_tick_symbols__name__tick_get /symbols/{name}/tick |
|
| GET |
get_account_info_account_get /account |
Get current account information. |
| GET |
get_order_orders__ticket__get /orders/{ticket} |
|
| PUT |
modify_order_orders__ticket__put /orders/{ticket} |
|
| GET |
get_positions_positions_get /positions |
|
| GET |
health_health_get /health |
|
| GET |
root__get / |