Was this helpful?
Get a list of wallets associated with your network
GET /account/wallets HTTP/1.1 Host: api.bringyour.com Authorization: Bearer YOUR_SECRET_TOKEN Accept: */*
{ "wallets": [ { "wallet_id": "text", "circle_wallet_id": "text", "network_id": "text", "wallet_type": "circle_uc", "blockchain": "SOL", "wallet_address": "text", "active": true, "default_token_type": "USDC", "create_time": "text" } ] }