Broker directory
Partners can search MT5 brokers/servers through the API when provisioning accounts — same directory the cockpit uses.
Features · Trade Copier API
Buy the API package, issue keys, and let your users on any site or app use the same MyForexCopier copy service through REST.
Partners can search MT5 brokers/servers through the API when provisioning accounts — same directory the cockpit uses.
Keep onboarding, CRM, and UI on your stack. Provision users, MT5 accounts, masters, and follower routes over the Partner API.
Social master→follower routes, connect/test MT5, pause/resume/unfollow — the same flows operators use in the cockpit.
Authenticate with X-Api-Key. Keys are hashed at rest, revocable anytime, and require an active Trade Copier API add-on.
Account and copy-profile limits follow your active Packages plan across all API end-users under your partner workspace.
Buy the Trade Copier API add-on from Wallet, then create a key under Settings → Trade Copier API.
Follow the step-by-step guide: users → accounts → masters → routes, with curl and Node examples.
Every endpoint, request body, error code, and limit is documented on the Partner API docs page.
/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\"}"