Change PasswordPUT
Change the password used by a client profile to authenticate and access client-facing trading services.
Authorization
Authorization<token>Bearer access token issued by the admin login flow.
In: header
Request Body
application/jsonRequiredSets a new password for the given profile.
idstringnewPasswordstringA successful response.
List Accounts
Return all trading accounts owned by the specified client profile.
Create Profile
Create a new client profile. Create one profile per client. A client profile can hold multiple trading accounts. Required: email (valid and unique) and password (min 8 characters). The password is write-only — it is stored hashed and never returned in the response.