Skip to main content
POST
Start EA on account

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).

Path Parameters

id
string<uuid>
required

Account ID

Body

application/json
ea_id
string<uuid>
required

ID of the uploaded EA to run

symbol
string
default:EURUSD

Trading symbol

timeframe
enum<string>
default:M1

Chart timeframe

Available options:
M1,
M5,
M15,
M30,
H1,
H4,
D1,
W1,
MN1
input_overrides
object

Override EA input parameters

Example:

Response

200 - application/json

EA started

ok
boolean
Example:

true

data
object