Skip to main content

Don't have an API key yet?

Sign-up to Moralis to get your free API key and start building today.

Get Your Free API Key

Get Native Balance for Multiple Wallets

GEThttps://deep-index.moralis.io/api/v2.2/wallets/balances

Retrieve native token balances (e.g. ETH) for one or many wallet addresses in single request.

QUERY PARAMS
chainstring
The chain to query
to_blocknumber
The block number on which the balances should be checked
wallet_addressesarrayrequired
The addresses to get metadata for
No items in the array
Responses
200Returns a collection of balances
400Bad Request
404Not Found
429Too Many Requests
500Internal Server Error
API KEY
curl --request GET \
--url 'https://deep-index.moralis.io/api/v2.2/wallets/balances?chain=eth' \
--header 'accept: application/json' \
--header 'X-API-Key: YOUR_API_KEY'
Response Example
[
""
]