User account

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

User account

Path parameters

Responses

GET /users/{user_id}/custody_account_holders/{custody_account_holder_id}/custody_accounts/{id}
curl \
 -X GET https://client-subdomain.bitbond.net/api/v1/users/{user_id}/custody_account_holders/{custody_account_holder_id}/custody_accounts/{id}
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": {}
  }
}