---
title: "Get the all the tokens balances of an address"
method: GET
path: "/api/v1/account/{address}"
---

# Get the all the tokens balances of an address

`GET /api/v1/account/{address}`

## Path parameters

- `address` string, required

## Response `200`

A List of balances.

- Balance[]
  - `token` union, required
    - NativeToken
      - `address` string, required
    - IbcToken
      - `address` string, required
      - `trace` string, required
  - `minDenomAmount` string, required

## Changes

> 50 revisions in range; 1 not diffed.

- **2025-07-24** `b04af842544e` — 1 breaking, 1 info
  - removed the required property `items/tokenAddress` from the response with the `200` status
  - added the required property `items/token` to the response with the `200` status
- **2024-12-17** `6893b0238070` — 1 breaking, 1 info
  - removed the required property `items/token` from the response with the `200` status
  - added the required property `items/tokenAddress` to the response with the `200` status

[Change history](https://skmtc.dev/namada-net/apis/namada-interface-indexer-rest-api/changes/api/v1/account/:address/get.md)

---

[API](https://skmtc.dev/namada-net/apis/namada-interface-indexer-rest-api.md) · [All operations](https://skmtc.dev/namada-net/apis/namada-interface-indexer-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/namada-net/namada-interface-indexer-rest-api/revisions/89e2cef092d6/schema)
