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

# Get children of a group

`GET /v1/groups/{groupId}/children`

Retrieves a list of child tracked sources associated with the specified group.

## Path parameters

- `groupId` string, required

## Response `200`

Children retrieved successfully.

- TrackedSource[]
  - `trackedSource` string, required — The tracked source identifier, which can be a group or a derivation scheme.
  - `cryptoCode` string — The cryptocurrency code associated with the tracked source (if applicable).

## Other responses

- `404` — Not Found. The specified group does not exist.

---

[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/revisions/208cac39e31a/schema)
