Skip to main content
GET
/
trading
/
accounts
/
{accountId}
Get a trading account by id
curl --request GET \
  --url https://api.anchorage-staging.com/v2/trading/accounts/{accountId} \
  --header 'Api-Access-Key: <api-key>'
{
  "data": {
    "id": "6290d9bd-494f-11ed-975e-2e567b4c0e09",
    "name": "Crypto Fund LLC",
    "enabled": true
  }
}

Authorizations

Api-Access-Key
string
header
required

An API key associated with a security role

Path Parameters

accountId
string
required

The ID of the trading account to get details for

Response

Successfully returned the trading account.

data
TradingAccount · object
required