Batch balance of
get
Retrieves the batch balance of multiple users for specified tokens.
Authorizations
AuthorizationstringRequired
Query parameters
contract_addressstringRequired
- The address of the contract.
chain_idstringRequired
- The ID of the blockchain network.
usersstring[]Required
- An array of user addresses to retrieve balances for.
tokensstring[]Required
- An array of token addresses to retrieve balances for.
Header parameters
AuthorizationstringRequired
- The authorization token.
Responses
200
A promise that resolves to an AAVEv3WalletBalanceProviderAPIResponse containing an array of balances as strings.
application/json
get
/aave/v3/wallet-balance/batch-balance-ofGET /aave/v3/wallet-balance/batch-balance-of?contract_address=text&chain_id=text&users=text&tokens=text HTTP/1.1
Host: beta.usemoon.ai/
Authorization: text
Accept: */*
200
A promise that resolves to an AAVEv3WalletBalanceProviderAPIResponse containing an array of balances as strings.
{
"success": true,
"message": "text",
"data": [
"text"
]
}