---
title: "zks_getAllAccountBalances"
method: POST
path: "/zks_getAllAccountBalances"
tags: ["ZKSync API"]
---

# zks_getAllAccountBalances

`POST /zks_getAllAccountBalances`

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

## Request body

- object
  - `jsonrpc` string, required — JSON-RPC version
  - `method` string, required — The method to call
  - `params` unknown[], required — Call parameters
    - unknown
  - `id` integer, required — Request identifier

## Response `200`

Returns all token balances for the account

- object
  - `jsonrpc` string
  - `id` integer
  - `result` object — Map of token addresses to balances

---

[API](https://skmtc.dev/abs/apis/abstract-json-rpc-api.md) · [All operations](https://skmtc.dev/abs/apis/abstract-json-rpc-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/abs/abstract-json-rpc-api/revisions/65e951da6380/schema)
