cURL
curl --request GET \ --url https://app.conduit.io/api/accounts/balances \ --cookie session=
{ "balances": [ { "accountId": "<string>", "address": "<string>", "usdc": "10000.50", "usdt": "5000.25" } ] }
Returns USDC and USDT balances for all accounts in the organization
Session-based authentication via cookies
List of account balances
Show child attributes