Check out our new component library - build.abs.xyz!
curl --request POST \
--url https://api.mainnet.abs.xyz/zks_getAllAccountBalances \
--header 'Content-Type: application/json' \
--data '
{
"jsonrpc": "2.0",
"id": 1,
"method": "zks_getAllAccountBalances",
"params": [
"0x1111111111111111111111111111111111111111"
]
}
'{
"jsonrpc": "2.0",
"result": {
"0x000000000000000000000000000000000000800A": "0x3635c9adc5dea00000"
},
"id": 1
}Gets all account balances for a given address. The method returns an object with token addresses as keys and their corresponding balances as values. Each key-value pair represents the balance of a specific token held by the account
curl --request POST \
--url https://api.mainnet.abs.xyz/zks_getAllAccountBalances \
--header 'Content-Type: application/json' \
--data '
{
"jsonrpc": "2.0",
"id": 1,
"method": "zks_getAllAccountBalances",
"params": [
"0x1111111111111111111111111111111111111111"
]
}
'{
"jsonrpc": "2.0",
"result": {
"0x000000000000000000000000000000000000800A": "0x3635c9adc5dea00000"
},
"id": 1
}Documentation Index
Fetch the complete documentation index at: https://docs.abs.xyz/llms.txt
Use this file to discover all available pages before exploring further.
Was this page helpful?