cURL
curl --request GET \ --url https://apis.hopnow.io/v1/accounts/{account_id}/wallets/{wallet_id}/addresses \ --header 'Authorization: Bearer <token>'
{ "wallet_id": "<string>", "object": "<string>", "addresses": [ { "address": "<string>", "tag": "<string>" } ] }
Retrieve blockchain addresses for a specific wallet
acc_
wlt_
"wallet_addresses"
Show Address Fields
{ "wallet_id": "wlt_1234567890abcdef", "object": "wallet_addresses", "addresses": [ { "address": "0x1234567890abcdef1234567890abcdef12345678", "tag": null } ] }