Single account

GET /account_holders/{accountHolderId}/accounts/{accountId}

Path parameters

  • accountHolderId string(uuid) Required
  • accountId string(uuid) Required

Responses

  • 200

    OK

    Hide response attributes Show response attributes object
    • id string(uuid)
    • asset_id string(uuid)
    • account_holder_id string(uuid)
    • address string
  • 401

    Unauthorized

GET /account_holders/{accountHolderId}/accounts/{accountId}
curl \
 -X GET https://assets.demo.bitbond.net/api/v1/account_holders/{accountHolderId}/accounts/{accountId} \
 -H "Authorization: Bearer $ACCESS_TOKEN"
Response examples (200)
{
  "id": "string",
  "asset_id": "string",
  "account_holder_id": "string",
  "address": "string"
}
Response examples (200)
{
  "id": "string",
  "asset_id": "string",
  "account_holder_id": "string",
  "address": "string"
}