latestOpenAPI 3.0.02026-08-2232150173.9 KB
b70d36b7002b
wallet
Returns all balances for a given wallet
get/api/v1/wallet/balances
Query parameters
eoaAddressstring required
Address of the eoa with which to associate the ensoWallet-v2 for balances
useEoaboolean required
If true returns balances for the provided address, instead of the associated ensoWallet-v2
Chain ID (or 'all') to fetch balances for specified network
Response
Example response
[
{
"amount": "0x0000000",
"decimals": 18,
"price": "0.0"
}
]