Features · Trade Copier API

Offer master→follower copy from your own platform

Buy the API package, issue keys, and let your users on any site or app use the same MyForexCopier copy service through REST.

Broker directory

Partners can search MT5 brokers/servers through the API when provisioning accounts — same directory the cockpit uses.

Your brand, our engine

Keep onboarding, CRM, and UI on your stack. Provision users, MT5 accounts, masters, and follower routes over the Partner API.

Same copy product

Social master→follower routes, connect/test MT5, pause/resume/unfollow — the same flows operators use in the cockpit.

Keyed access

Authenticate with X-Api-Key. Keys are hashed at rest, revocable anytime, and require an active Trade Copier API add-on.

Plan-aware capacity

Account and copy-profile limits follow your active Packages plan across all API end-users under your partner workspace.

Developer path

1. Activate

Buy the Trade Copier API add-on from Wallet, then create a key under Settings → Trade Copier API.

2. Integrate

Follow the step-by-step guide: users → accounts → masters → routes, with curl and Node examples.

3. Reference

Every endpoint, request body, error code, and limit is documented on the Partner API docs page.

Open the guide

/docs/partner-api — authentication, full reference, and copy-paste examples.

curl -X POST https://myforexcopier.com/api/v1/partner/users \
  -H "X-Api-Key: mfc_your_key" \
  -H "Content-Type: application/json" \
  -d "{\"externalUserId\":\"client-42\",\"displayName\":\"Client Desk\"}"