cURL
curl --request GET \ --url https://apis.hopnow.io/v1/accounts/{account_id}/wallets \ --header 'Authorization: Bearer <token>'
{ "items": [ { "id": "<string>", "object": "<string>", "account_id": "<string>", "currency": "<string>", "network": "<string>", "label": "<string>", "status": "<string>", "created": "<string>" } ], "page": 123, "size": 123, "total": 123, "pages": 123 }
Retrieve a paginated list of cryptocurrency wallets
acc_
active
suspended
Show Wallet Fields
wlt_
"wallet"
inactive
{ "items": [ { "id": "wlt_1234567890abcdef", "object": "wallet", "account_id": "acc_1234567890abcdef", "currency": "USDC_ETHEREUM", "network": "ethereum", "label": "Treasury USDC", "status": "active", "created": "2024-01-01T00:00:00Z" } ], "page": 1, "size": 10, "total": 1, "pages": 1 }