MetaKit
booting000
› initializing metakit runtime
› handshake · mt5 gateway
› linking 300+ broker bridges
› arming copier · sub-second lane
› webhook stream online
MT5 infrastructure · v1 API live

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.

app.metakit.cloud
Brokers supported
300+
Brokers supported
Copier latency
<1s
Copier latency
API access, any plan
$0
API access, any plan
Uptime target
99.9%
Uptime target
Everything included

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.

1 per account · 3 on full

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.

Developer first

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.

POST/v1/accounts
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" }
Built-in copier

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
acc_9f2b
XAUUSD · buy 0.75
412 ms end-to-end
Follower
acc_4d81
GOLD · buy 1.50
01

Master fills

A position opens on your master account. MetaKit sees it on the tick, not on a timer.

02

Normalised

Volume scaled by your rule, symbol remapped for the target broker, slippage guard applied.

03

Slave fills

The order lands on the follower account — consistently under a second, end to end.

Analytics

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.

Equity curve · acc_9f2b
$148,204.55+38.6%
1W1M3MYTDALL
Win rate
0%
Profit factor
0
Max drawdown
0%
Avg R-multiple
0R
Live updates

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.

POST https://your-app.dev/metakitlive
position.opened09:31:02.114
XAUUSD · buy 0.75 @ 2412.15
position.modified09:31:04.902
acc_9f2b · sl 2405.00 → 2410.00
copier.trade_copied09:31:02.494
cpy_71ac · follower filled in 380ms
account.connected09:33:18.220
equity $148,204.55 · margin 3.2%
monitor.triggered10:14:55.301
acc_9f2b · drawdown 10.4% → Slack
position.closed11:07:41.008
XAUUSD · +$1,473.75 · 2.4R
copier.error11:09:12.771
slippage guard rejected · 18pts > 15pts
Deliver toStandardSlackDiscordTelegram
metakit-signature: t=1785302_v1=8f2b… · 200 OK · 14ms
Partner program

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.

app.metakit.cloud/partnershipPartner
Your invite link
app.metakit.cloud/r/YOUR-CODE
copy
Visits
1,284
Signups
96
Paying
41
This month
$171.45
ALEX-TRADES+$6.00
renewal · 4 full accountsAug 01
FXQUANT+$2.25
first payment · 2 full + 1 readAug 03
GOLDDESK+$7.50
renewal · 5 full accountsAug 04
ALEX-TRADES+$4.50
renewal · 6 read accountsAug 06
Payouts viaBank TransferPayPalmin $50

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.

01

Share your link

Grab your invite link from the portal and drop it anywhere — a bio, a video description, a trading community.

02

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.

03

You earn 15%, recurring

You're credited 15% of every payment they make, month after month, for as long as they stay subscribed.

Coverage

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.

IC MarketsPepperstoneFTMOExnessXMVantage MarketsRoboForexTickmillFundedNextAdmiralsFxProEightcapBlackBull MarketsThe5ersOANDAThinkMarketsDarwinexAxiFusion MarketsMyForexFundsAlpariHFMErrantePurple Trading
FundedNextAdmiralsFxProEightcapBlackBull MarketsThe5ersOANDAThinkMarketsDarwinexAxiFusion MarketsMyForexFundsAlpariHFMErrantePurple TradingIC MarketsPepperstoneFTMOExnessXMVantage MarketsRoboForexTickmill
DarwinexAxiFusion MarketsMyForexFundsAlpariHFMErrantePurple TradingIC MarketsPepperstoneFTMOExnessXMVantage MarketsRoboForexTickmillFundedNextAdmiralsFxProEightcapBlackBull MarketsThe5ersOANDAThinkMarkets
Pricing

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.

$5/ account / month
  • 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
Start with read-only
Most popular

Full account

Everything, plus execution and copying.

$10/ account / month
  • 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
Get started

Estimate your monthly bill

Read-only accounts
$5 each
1
Full accounts
$10 each · copiers included
2

With 2 full accounts you can run up to 1 copier link at no additional cost.

Estimated monthly
$25
3 accounts · billed monthly
Get started

Payments are processed securely by Stripe. See our Refund Policy for details on unused account slots.

Free API · no card to explore the docs

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.

No setup feesCancel anytimeMonthly billing onlySecure payments via Stripe