---
title: "Get balance of a group"
method: GET
path: "/v1/cryptos/{cryptoCode}/groups/{groupId}/balance"
tags: ["Groups"]
---

# Get balance of a group

`GET /v1/cryptos/{cryptoCode}/groups/{groupId}/balance`

## Path parameters

- `cryptoCode` string, required
- `groupId` string, required

## Response `200`

Balance information

- Balance
  - `unconfirmed` integer — Represents how the confirmed balance would be updated once all unconfirmed transactions are confirmed.
  - `confirmed` integer — The balance of all funds in confirmed transactions.
  - `available` integer — The total spendable balance, calculated as total minus immature funds.
  - `immature` integer — The total unspendable funds (e.g., coinbase rewards that need 100 confirmations before being spendable).
  - `total` integer — The total funds owned, calculated as confirmed plus unconfirmed balances.

---

[API](https://skmtc.net/btcpayserver/apis/nbxplorer-api.md) · [All operations](https://skmtc.net/btcpayserver/apis/nbxplorer-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/btcpayserver/nbxplorer-api/versions/208cac39e31a/schema)
