Copy trade
Enhanced
Copy trade
Place the same trade on multiple accounts simultaneously. Returns per-account results.
POST
Copy trade
Documentation Index
Fetch the complete documentation index at: https://docs.easierprop.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Client API key (prefixed with sk_). On /api/* endpoints the key
is scoped to its own MT5 accounts. On /admin/* endpoints the key
identifies its owning admin and grants access to all of that
admin's keys — so any of your sk_ works to manage any of your
other keys (cross-admin operations are rejected as 400 Key not found).
Body
application/json
Target account IDs to place the trade on
Example:
"EURUSD"
Available options:
buy, sell Example:
"buy"
Available options:
market, limit, stop, stop_limit Example:
"market"
Example:
0.01