---
title: "Get wallet balances across all chains"
method: GET
path: "/chains/balances/{address}"
tags: ["Chains"]
---

# Get wallet balances across all chains

`GET /chains/balances/{address}`

Retrieves all token balances for the specified wallet address across all supported blockchain networks. Returns only non-zero balances by default.

## Path parameters

- `address` string, required

## Query parameters

- `includeZeroBalances` boolean
- `network` 'mainnet' | 'testnet'
- `chainType` 'EVM' | 'STARKNET'

## Response `200`

Wallet balances retrieved successfully

- object

## Other responses

- `401` — Unauthorized - Invalid or missing API key

## Changes

- **2026-02-17** `2168c5f4fdd5` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/horuslabsio/apis/chainrails-api/changes/chains/balances/:address/get.md)

---

[API](https://skmtc.dev/horuslabsio/apis/chainrails-api.md) · [All operations](https://skmtc.dev/horuslabsio/apis/chainrails-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/horuslabsio/chainrails-api/revisions/dcf19c1bab20/schema)
