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 by Wallet

GEThttps://deep-index.moralis.io/api/v2.2/:address/balance

Get the native balance for a specific wallet address.

PATH PARAMS
addressstringrequired
The address from which the native balance will be checked
QUERY PARAMS
chainstring
The chain to query
to_blocknumber
The block number from which the balances should be checked
Responses
200Returns the native balance for a specific address
400Bad Request
404Not Found
429Too Many Requests
500Internal Server Error
API KEY
curl --request GET \
--url 'https://deep-index.moralis.io/api/v2.2/0xDC24316b9AE028F1497c275EB9192a3Ea0f67022/balance?chain=eth' \
--header 'accept: application/json' \
--header 'X-API-Key: YOUR_API_KEY'
Response Example
{
"balance": "1234567890"
}