List Accounts

get/api/prime/trading/v1/accounts

Get the list of trading accounts that the current user belongs to.

200 Response

data array[object] required
Example: {"id":"f230fdebfa084ffebc7e00515f54603f","name":"Example Trading Wallet"}
id string <uuid>required
The ID of the account
name string required
Name for the trading account

default Response

error string required
errorName string required
reqId string required
context object
Optional structured metadata for REST validation failures. The schema is fixed for client contract stability.
errorName string required
Same value as the top-level errorName.
field string
Request field associated with the validation failure.
message string
Human-readable field-level validation message.