v1

latestOpenAPI 3.0.02026-07-174823135.4 KB
Groups

Get children of a group

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

get/v1/groups/{groupId}/children

Path parameters

groupIdstring required

The unique identifier for the group.

Response

Children retrieved successfully.

trackedSourcestring required

The tracked source identifier, which can be a group or a derivation scheme.

cryptoCodestring

The cryptocurrency code associated with the tracked source (if applicable).

Example response

[
  {
    "trackedSource": "DERIVATIONSCHEME:tpubD6NzVbkrYhZ4W...",
    "cryptoCode": "BTC"
  }
]