posthttps://gateway-api-testnet.circle.com/v1/balances
Returns the current available balance of each specified address across different domains where that address is valid
List of sources to query balances from. If domain is omitted from any source, the balances from all domains for that depositor will be returned.
Domain to query balance from. The depositor address must be valid on the given domain.
Address of the depositor to query balance for
Token type to query balances for
1{
2 "token": "USDC",
3 "balances": [
4 {
5 "domain": 0,
6 "depositor": "",
7 "balance": ""
8 }
9 ]
10}