Was this helpful?
Get the balance for the USDC user custody wallet. The user custody wallet allows BringYour to query the balance, but the user must take actions against the wallet.
/wallet/balance
curl -L \ --url 'https://api.bringyour.com/wallet/balance' \ --header 'Authorization: Bearer YOUR_SECRET_TOKEN'
{ "wallet_info": { "wallet_id": "text", "token_id": "text", "blockchain": "text", "blockchain_symbol": "text", "create_date": "text", "balance_usdc_nano_cents": 1, "address": "text" } }