The endpoint returns the list of crypto addresses for a given user and can be filtered further using the supported query parameters.
Success Response
Unauthorized
Forbidden
Validation Error
Internal Error
Service unavailable
{- "data": [
- {
- "id": "1ed83487-f684-62a2-a155-fe633f0db292",
- "address": "rBnNhk95FrdNisZtXcStzriFS8vEzz53DM",
- "destination_tag": "kwzsddaps2yjyiotyvjzrfmz9flqdysa",
- "destination_tag_type": "memo_id",
- "asset_id": "1ed83487-f684-62a2-a155-fe633f0db292",
- "coin_network_id": "1ed83487-f684-62a2-a155-fe633f0db292",
- "network_id": "1ede43b3-b3ac-65da-3070-298a90a0ab70",
- "is_external": false,
- "created_at": "2022-07-20T08:14:20Z"
}
], - "meta": {
- "size": 10
}
}