GET
List Accounts
Get the list of trading accounts that the current user belongs to.
Requires access token scope: trade_view
Responses
200
An array of accounts
Response Body
object
-
dataarray of objects requireddata object
-
idstring uuid requiredThe ID of the account -
namestring requiredName for the trading account
-
default
unexpected error
Response Body
object
-
errorstring required -
errorNamestring required -
reqIdstring required -
contextobjectOptional structured metadata for REST validation failures. The schema is fixed for client contract stability.context object
-
errorNamestring requiredSame value as the top-level errorName. -
fieldstringRequest field associated with the validation failure. -
messagestringHuman-readable field-level validation message.
-