---
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.

## Changes

- **2024-11-25** `e723d8819f53` — 1 info
  - endpoint added
- **2024-11-18** `b5092f204599` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/btcpayserver/apis/nbxplorer-api/changes/v1/cryptos/:cryptoCode/groups/:groupId/balance/get.md)

---

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