Balances

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

Balances

Path parameters

  • user_id string Required

    User id

  • custody_account_holder_id string Required

    Custody account holder id

Responses

  • 200

    Returns list of balances

    Hide response attributes Show response attributes array[object]
    • account_id string
    • balance number
GET /users/{user_id}/custody_account_holders/{custody_account_holder_id}/custody_balances
curl \
 -X GET https://client-subdomain.bitbond.net/api/v1/users/{user_id}/custody_account_holders/{custody_account_holder_id}/custody_balances
Response examples (200)
[
  {
    "account_id": "string",
    "balance": 42.0
  }
]
Response examples (200)
[
  {
    "account_id": "string",
    "balance": 42.0
  }
]