Skip to main content
GET
/
subaccounts
/
accounts
/
{subaccountId}
/
wallets
Return wallets linked to a subaccount
curl --request GET \
  --url https://api.anchorage-staging.com/v2/subaccounts/accounts/{subaccountId}/wallets \
  --header 'Api-Access-Key: <api-key>'
{
  "data": [
    {
      "networkId": "<string>",
      "walletId": "<string>"
    }
  ]
}

Authorizations

Api-Access-Key
string
header
required

An API key associated with a security role

Path Parameters

subaccountId
string
required

Unique Identifier for the subaccount

Query Parameters

networkIds
string[]

Response

Successfully returned linked wallets

data
SubaccountWalletReponse · object[]
required