GET
/account_holders/{id}/accounts
curl \
-X GET https://custody.digitalassets-1754.eu/api/v1/account_holders/{id}/accounts \
-H "X-API-Key: $API_KEY"
Response examples (200)
[
{
"id": "string",
"asset_id": "string",
"address": "string"
}
]
Response examples (200)
[
{
"id": "string",
"asset_id": "string",
"address": "string"
}
]