This endpoint provides a paginated list of crypto addresses from Address-Book associated with a specific beneficiary. It supports several query parameters to help filter the results by specific criteria, such as address ID, asset ID, and network type.
This endpoint enables clients to retrieve only the necessary subset of addresses for a user, making it flexible and efficient for use cases requiring focused data retrieval.
Success Response
Unauthorized
Forbidden
Validation Error
Internal Error
Service unavailable
{- "data": [
- {
- "id": "1ed83487-f684-62a2-a155-fe633f0db292",
- "host_type": "KNOWN_VASP",
- "host_name": "Bitpanda",
- "address": "rBnNhk95FrdNisZtXcStzriFS8vEzz53DM",
- "destination_tag": "6363869576905874",
- "destination_tag_type": "memo_id",
- "user_owned": false,
- "owner_legal_name": "John Doe",
- "asset_id": "1ed83487-f684-62a2-a155-fe633f0db292",
- "coin_network_id": "1ed83487-f684-62a2-a155-fe633f0db292",
- "network_id": "1ede43b3-b3ac-65da-3070-298a90a0ab70",
- "created_at": "2022-07-20T08:14:20Z"
}
]
}