Unlock the Full Potential your MetaTrader5. Trade Using Metasync's Api for Designed for MT5 traders. Build your Algorithm or Process Real Time Market Data
Complete trading automation suite with blazing-fast FastAPI backend and cross-platform compatibility
Connect to MT5 in under 1 minute with auto-reconnect and comprehensive error handling
|
Stream live ticks, OHLC data (M1-MN1), and symbol specifications with minimal latency
|
Support for all order types including market, limit, stop, and trailing stop orders
|
Works on MacOS and Windows with real MT5 terminal for development on any platform
|
Real-time notifications for trades, account changes, and market events (Pro/Ultra tiers)
|
Access full trading history with advanced filtering and analytics capabilities
|
Choose the plan that fits your trading needs. All plans include our core MT5 API features.
Perfect for developers testing APIs
Ideal for algorithmic traders & bots
For hedge funds & institutions
Everything you need to integrate with the MetaTrader 5 platform programmatically
Get started with MetaSync in under 5 minutes. All you need is your RapidAPI key.
const api = new MetaSync({
apiKey: "your-rapidapi-key"
});
// Connect to MT5
await api.connect({
login: 123456,
password: "password",
server: "BrokerServer"
});
// Get account info
const account = await api.getAccount();
console.log(account);
Stream live ticks and OHLC data
Place, modify, and cancel orders
Track balance, equity, and positions
Access years of market history
Real-time event notifications
Test without live terminal
All requests require your RapidAPI key in the headers:
X-RapidAPI-Key: YOUR_API_KEY
X-RapidAPI-Host: metasync.p.rapidapi.com
API limits based on your subscription tier:
Get answers to common questions about MetaSync API integration and usage
Join thousands of traders and developers using MetaSync to build profitable trading systems.