Skip to main content
PUT
Update 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
label
string
broker_host
string
broker_port
integer
server_name
string
mt5_login
integer<int64>
password
string
is_enabled
boolean
auto_connect
boolean
hardware_id
string
proxy_host
string
proxy_port
integer
proxy_user
string
proxy_password
string

Response

Updated account

ok
boolean
Example:

true

data
object