Was this helpful?
Get a list of wallets associated with your network
/account/wallets
curl -L \ --url 'https://api.bringyour.com/account/wallets' \ --header 'Authorization: Bearer YOUR_SECRET_TOKEN'
{ "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" } ] }