Retrieves the batch balance of multiple users for specified tokens.
curl -L \ --url 'https://beta.usemoon.ai//aave/v3/wallet-balance/batch-balance-of?contract_address=text&chain_id=text&users=text&tokens=text' \ --header 'Authorization: text'
{ "success": true, "message": "text", "data": [ "text" ] }