Retrieves the wallet balances for a user from the AAVE v3 Wallet Balance Provider.
Represents the response from the AAVE v3 Wallet Balance Provider API.
GET //aave/v3/wallet-balance/user-wallet-balances HTTP/1.1 Host: beta.usemoon.ai Authorization: text Accept: */*
A promise that resolves to an object containing the user's wallet balances.
{ "success": true, "message": "text", "data": { "balances": [ "text" ], "tokens": [ "text" ] } }