Skip to main content

zks_getAllAccountBalances RPC Method

Returns all balances for confirmed tokens given by an account address.

Updated on
Nov 2, 2023

zks_getAllAccountBalances RPC Method

Parameters

address
string
REQUIRED
The account address

Returns

address
The address for which the balances are being returned
balance
The account balance represented in hexadecimal format
Request
1
curl https://docs-demo.zksync-mainnet.quiknode.pro/ \
2
-X POST \
3
-H "Content-Type: application/json" \
4
--data '{"method":"zks_getAllAccountBalances","params":["0x98E9D288743839e96A8005a6B51C770Bbf7788C0" ],"id":1,"jsonrpc":"2.0"}'
Don't have an account yet?
Create your QuickNode endpoint in seconds and start building
Get started for free