Skip to main content
POST
Copy trade

Authorizations

X-API-Key
string
header
required

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
account_ids
string<uuid>[]
required

Target account IDs to place the trade on

symbol
string
required
Example:

"EURUSD"

side
enum<string>
required
Available options:
buy,
sell
Example:

"buy"

type
enum<string>
required
Available options:
market,
limit,
stop,
stop_limit
Example:

"market"

volume
number
required
Example:

0.01

price
number
sl
number
tp
number
comment
string

Response

200 - application/json

Copy trade result

ok
boolean
Example:

true

data
object