GET /account_holders/{id}/accounts

Path parameters

  • id string Required

    Resource ID

Responses

  • 200

    OK

    Hide response attributes Show response attributes array[object]
    • id string
    • asset_id string

      Referencing asset resource

    • address string

      Network native public key

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"
  }
]