GET
/account_holders/{accountHolderId}/accounts
curl \
-X GET https://assets.demo.bitbond.net/api/v1/account_holders/{accountHolderId}/accounts \
-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"
}