Gateway
cURL
curl --request POST \ --url https://gateway-api.circle.com/v1/balances \ --header 'Content-Type: application/json' \ --data '{ "token": "USDC", "sources": [ { "domain": 0, "depositor": "<string>" } ] }'
{ "token": "USDC", "balances": [ { "domain": 0, "depositor": "<string>", "balance": "<string>" } ] }
Returns the current available balance of each specified address across different domains
Token type to query balances for
USDC
List of sources to query balances from
Show child attributes
Successfully retrieved balances
Response containing token balances for specified sources
Token type that was queried
List of balance responses for each source