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"
  }
]

Changes

Changed in 3 of the 40 revisions of this API.34

  • cfaf4efd4ea823See the full diff
    • the code response's property type/format changed from integer/ to string/ for status 404

      response-property-type-changed

    • removed the required property error from the response with the 404 status

      response-required-property-removed

    • added the optional property httpCode to the response with the 404 status

      response-optional-property-added

    • added the optional property message to the response with the 404 status

      response-optional-property-added

    • added the optional property reason to the response with the 404 status

      response-optional-property-added

    • endpoint added

      endpoint-added

    • api path removed without deprecation

      api-path-removed-without-deprecation

    This revision also has 14 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog