The MT5 APIbuilt for developers
One REST API for MT5 account management, trade data, analytics and copy trading. 300+ brokers, sub-second copier latency, and live webhooks — included free on every plan.
- Brokers supported
- 300+Brokers supported
- Copier latency
- <1sCopier latency
- API access, any plan
- $0API access, any plan
- Uptime target
- 99.9%Uptime target
One platform, every MT5 primitive
Accounts, trade data, analytics, copiers and webhooks — all behind a single authenticated REST API, with a dashboard for when you'd rather click than code.
Free REST API on every plan
Full programmatic control over accounts, orders, positions, history and copiers. No API tier, no per-call metering, no upsell — it ships with every account you pay for.
300+ brokers
Connected and growing — request yours and we'll add it.
Built-in copier
Add two full accounts and copying is live. No extra fee.
Sub-second latency
Master fill to slave fill, consistently under a second.
Live webhooks
Trades, positions and account updates pushed the moment they happen — no polling loops.
Equity monitoring
Alert the moment equity crosses a threshold — by amount, by percent, on drawdown from peak, or on margin level. Delivered to Slack, Discord, Telegram or your own webhook.
Analytics
Drawdown, win rate, R-multiples and equity curves per account.
Real docs
Every endpoint with copy-paste examples and typed schemas.
Easy-to-use dashboard
Connect accounts, wire up copiers, set equity alerts and read your analytics without writing a line of code.
Simple billing
$5 read-only, $10 full. Monthly, no lock-in.
A REST API you'll actually enjoy using
Predictable resources, consistent pagination, structured errors and real-time trade webhooks. Free on every plan — because an MT5 platform without an API isn't infrastructure, it's a spreadsheet.
No API tier, ever
Every endpoint is available on every plan. You pay for account slots, not for the right to automate them.
Typed, documented, versioned
Every endpoint documented with request/response schemas and copy-paste examples. Versioned URLs so upgrades never break you mid-quarter.
Webhooks, not polling
Trade events pushed the moment they happen, with automatic retry and exponential backoff until your endpoint acks.
Built on real constraints
One consistent pagination envelope across every list endpoint, structured error codes, and sub-second copier latency you can measure.
const res = await fetch("https://api.metakit.cloud/v1/accounts", {
method: "POST",
headers: {
Authorization: `Bearer ${process.env.METAKIT_KEY}`,
"Content-Type": "application/json",
},
body: JSON.stringify({
name: "My Account",
number: 40317,
password: process.env.MT5_PASSWORD,
broker_id: 210,
server: "ICMarketsSC-Demo",
type: "full", // "readonly" | "full"
}),
});
const account = await res.json();
// → { id: 2, status: "starting", account_name: "My Account" }Two full accounts. Copying in seconds.
No separate copier product, no per-copier fee. Add two full accounts and the link is yours — configurable by multiplier, fixed lot or balance ratio.
Master fills
A position opens on your master account. MetaKit sees it on the tick, not on a timer.
Normalised
Volume scaled by your rule, symbol remapped for the target broker, slippage guard applied.
Slave fills
The order lands on the follower account — consistently under a second, end to end.
Every trade, measured
Pull computed performance metrics straight from the API, or read them in the dashboard. Equity curves, drawdown, R-multiples and per-symbol breakdowns — derived from raw fills, not estimates.
- Win rate
- 0%
- Profit factor
- 0
- Max drawdown
- 0%
- Avg R-multiple
- 0R
Webhooks that fire the moment it happens
Stop polling. Trades, position changes, account status and equity-monitor alerts are pushed the instant MetaKit sees them — signed, retried, and delivered to your endpoint, Slack, Discord or Telegram.
Delivered in milliseconds
Events leave our edge as soon as the terminal confirms them. No 30-second cron, no rate-limited polling loop burning your quota.
Signed and verifiable
Every webhook payload carries an HMAC-SHA256 signature header. Verify it against your endpoint secret before you act on anything.
Retried with backoff
A non-2xx or a timeout retries up to five times on an exponential schedule. Delivery status for every endpoint is visible in the dashboard.
Scoped per account
Subscribe endpoints to specific accounts, copiers or event types — so a busy master doesn't flood a listener that only cares about closes.
Equity monitoring built in
Set a threshold by amount or percentage and get an alert the moment equity crosses it — delivered to a standard endpoint, Slack, Discord or Telegram. Available on full accounts.
Refer traders. Earn 15%, recurring.
Share your invite link, and everyone who signs up through it gets 40% off their first purchase. You earn 15% of every payment they make — not just the first one — tracked in a partner portal built into the dashboard.
15% of every payment, recurring
Commission isn't a one-off signup bounty. Every invoice your referral pays — first month or fortieth — credits 15% to your balance.
40% off for everyone you refer
Your link doubles as a discount: people who sign up through it get 40% off their first purchase. That makes it genuinely worth sharing, not just tracking.
A partner portal built in
Visits, signups, conversions and earnings — live in your dashboard. Create and manage referral links without leaving the app.
Credited when money clears
Commission accrues the moment a payment actually succeeds, and every credit is visible in your ledger. No opaque monthly reconciliation.
Paid out your way
Once your balance reaches $50, request a payout from the portal and receive it via bank transfer or PayPal.
Share your link
Grab your invite link from the portal and drop it anywhere — a bio, a video description, a trading community.
They save 40%
Anyone who signs up through your link gets 40% off their first purchase — it's a real discount, not just a tracking code.
You earn 15%, recurring
You're credited 15% of every payment they make, month after month, for as long as they stay subscribed.
Already have an account? Open the partner portal
300+ brokers supported
Retail brokers and prop firms, live and demo. Don't see yours? Ask — broker support is driven by user requests, and new integrations ship continuously.
Priced per account. Nothing else.
No API tier, no per-call fees, no copier surcharge, no annual lock-in. You pay for the accounts you connect — monthly, cancel whenever.
Read-only account
Watch, measure, analyse.
- Full REST API access — free
- Live trade & position data
- Complete analytics suite
- Webhook event delivery
- 1 equity monitor per account
- Historical trade export
- Dashboard access
- Cannot place or copy trades
Full account
Everything, plus execution and copying.
- Everything in read-only
- Place, modify & close orders
- Trade copier included free
- Sub-second copy latency
- Multiplier / fixed / balance-ratio modes
- Symbol mapping & slippage guards
- 3 equity monitors per account
- Slack, Discord & Telegram webhooks
- Priority webhook delivery
Estimate your monthly bill
With 2 full accounts you can run up to 1 copier link at no additional cost.
Payments are processed securely by Stripe. See our Refund Policy for details on unused account slots.
Ship your MT5 integration this week
Connect an account, pull your trade history, and fire your first webhook in a single afternoon. Or talk to us first — we'll walk through your architecture and tell you honestly whether we fit.
