Retrieves the balance of a specific token 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/balance-of HTTP/1.1 Host: beta.usemoon.ai Authorization: text Accept: */*
A promise that resolves to an AAVEv3WalletBalanceProviderAPIResponse containing the balance as a string.
{ "success": true, "message": "text", "data": "text" }