cURL
curl --request GET \ --url https://apis.hopnow.io/v1/accounts/{account_id}/wallets/{wallet_id} \ --header 'Authorization: Bearer <token>'
{ "id": "<string>", "object": "<string>", "account_id": "<string>", "currency": "<string>", "network": "<string>", "addresses": [ { "address": "<string>", "tag": "<string>" } ], "label": "<string>", "status": "<string>", "created": "<string>", "updated": "<string>" }
Retrieve detailed information about a specific cryptocurrency wallet
acc_
wlt_
"wallet"
Show Address Fields
active
suspended
inactive
{ "id": "wlt_1234567890abcdef", "object": "wallet", "account_id": "acc_1234567890abcdef", "currency": "USDC_ETHEREUM", "network": "ethereum", "addresses": [ { "address": "0x1234567890abcdef1234567890abcdef12345678", "tag": null } ], "label": "Treasury USDC Wallet", "status": "active", "created": "2024-01-15T10:00:00Z", "updated": "2024-01-15T10:00:00Z" }