Skip to main content

zks_getAllAccountBalances RPC Method

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

Updated on
Oct 29, 2024

zks_getAllAccountBalances RPC Method

Parameters

address
string
REQUIRED
The account address

Returns

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