latestOpenAPI 3.0.32026-08-224982,0272.8 MB

e445c15e5bee

Accounts

List Accounts

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

Requires access token scope: trade_view

get/api/prime/trading/v1/accounts

Response

An array of accounts

Example response

{
  "data": [
    {
      "id": "f230fdebfa084ffebc7e00515f54603f",
      "name": "Example Trading Wallet"
    }
  ]
}