Retrieves the batch balance of multiple users for specified tokens.
Represents the response from the AAVE v3 Wallet Balance Provider API.
GET //aave/v3/wallet-balance/batch-balance-of HTTP/1.1 Host: beta.usemoon.ai Authorization: text Accept: */*
A promise that resolves to an AAVEv3WalletBalanceProviderAPIResponse containing an array of balances as strings.
{ "success": true, "message": "text", "data": [ "text" ] }