v1
latestOpenAPI 3.0.02026-07-26278284.4 KBDeFi
Wallet balances
Returns tokens balances for Enso Wallet associated with the given address across all supported chains. <br/>With useEoa set to true, it returns balances for the given EOA address instead.
get/api/v1/wallet/balances
Query parameters
chainIdnumber
Example:1
Chain ID of the network to execute the transaction on
eoaAddressstring required
Address of the eoa with which to associate the ensoWallet for balances
useEoaboolean required
If true returns balances for the provided eoaAddress, instead of the associated ensoWallet
Response
Example response
[
{
"amount": "0x0000000",
"decimals": 18,
"price": "0.0"
}
]