Get token balance for a wallet

GET {{baseUrl}}/wallets/:id/balances

Fetches the digital asset balance for a single user-controlled wallet using its unique identifier.

https://developers.circle.com/w3s/reference/listwalletballance

HEADERS

KeyDatatypeRequiredDescription
X-user-tokenstring

RESPONSES

status: OK

{"data":{"tokenBalances":[{"token":{"id":"3495b830-d0f9-524b-89c0-4408274fed6e","blockchain":"ETH-GOERLI","name":"Ethereum-Goerli","symbol":"ETH-GOERLI","decimals":18,"isNative":true,"updateDate":"2023-06-29T08:02:50Z","createDate":"2023-06-29T08:02:50Z"},"amount":"0","updateDate":"2024-01-26T17:14:47Z"},{"token":{"id":"73eab1a4-02e9-5ce6-bb5f-c6d0fbdb93bb","blockchain":"ETH-GOERLI","tokenAddress":"0x07865c6e87b9f70255377e024ace6630c1eaa37f","standard":"ERC20","name":"USD Coin","symbol":"USDC","decimals":6,"isNative":false,"updateDate":"2023-06-29T21:30:13Z","createDate":"2023-06-29T21:30:13Z"},"amount":"23","updateDate":"2024-01-26T17:14:47Z"}]}}