List AccountsGET
Return a list of trading accounts based on the provided search, filter, and pagination criteria.
Authorization
Authorization<token>Bearer access token issued by the admin login flow.
In: header
Query Parameters
idarray<string>profileIdstringgroupIdstringcurrencystringstatusstringFormat:
"uint64"pagestringFormat:
"uint64"perPagestringFormat:
"uint64"A successful response.
List Groups
Return the account groups available when creating or updating trading accounts. Returns the complete list in a single response; the page/per_page/total fields on the response are always zero (reserved for future pagination).
Update Account
Update an existing trading account. Use this to change account-level properties such as status, group, or other account configuration.