User accounts

GET /users/{user_id}/custody_account_holders/{custody_account_holder_id}/custody_accounts

User accounts

Path parameters

Responses

GET /users/{user_id}/custody_account_holders/{custody_account_holder_id}/custody_accounts
curl \
 -X GET https://client-subdomain.bitbond.net/api/v1/users/{user_id}/custody_account_holders/{custody_account_holder_id}/custody_accounts
Response examples (200)
[
  {
    "id": "string",
    "account_holder_id": "string",
    "wallet_address_id": "string",
    "address": "string",
    "asset": {
      "id": "string",
      "name": "string",
      "description": "string",
      "wallet_id": "string",
      "network": "string",
      "code": "string",
      "issuer_address": "string",
      "url": "string",
      "details": {}
    }
  }
]