---
title: "Get user balances"
method: GET
path: "/v1/balances"
tags: ["Wallet"]
---

# Get user balances

`GET /v1/balances`

## Query parameters

- `address` string — Optional wallet address to fetch balances for instead of the current user

## Response `200`

Returns user balances

- object
  - `data` object, required
    - `balance` number, required
    - `deployments` number, required
    - `total` number, required

---

[API](https://skmtc.dev/akash-network/apis/akash-network-console-api.md) · [All operations](https://skmtc.dev/akash-network/apis/akash-network-console-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/akash-network/akash-network-console-api/revisions/77a0df47eb74/schema)
