Skip to main content
GET
/
trading
/
accounts
List trading accounts
curl --request GET \
  --url https://api.anchorage-staging.com/v2/trading/accounts \
  --header 'Api-Access-Key: <api-key>'
{
  "data": [
    {
      "id": "6290d9bd-494f-11ed-975e-2e567b4c0e09",
      "name": "Crypto Fund I LLC",
      "enabled": true
    },
    {
      "id": "12ff3d3a-342d-47b6-8559-c7d689fd1ea0",
      "name": "Crypto Fund II LLC",
      "enabled": true
    }
  ]
}

Authorizations

Api-Access-Key
string
header
required

An API key associated with a security role

Response

Successfully returned the list of trading accounts

data
TradingAccount · object[]
required