Get group information
Retrieves information about the specified group, including its groupId and the list of its child tracked sources.
Path parameters
The unique identifier for the group.
Response
Group information retrieved successfully.
Example response
{
"trackedSource": "GROUP:6N23bHztah546P6xQT",
"groupId": "6N23bHztah546P6xQT",
"children": [
{
"trackedSource": "DERIVATIONSCHEME:tpubDC6xFicnheK85vUNGjegu4HuJGg8nPi...",
"cryptoCode": "BTC"
}
]
}Changes
Changed in 4 of the 40 revisions of this API.35
- ▲
the
coderesponse's property type/format changed frominteger/tostring/for status404response-property-type-changed
- ▲
removed the required property
errorfrom the response with the404statusresponse-required-property-removed
- ○
added the optional property
httpCodeto the response with the404statusresponse-optional-property-added
- ○
added the optional property
messageto the response with the404statusresponse-optional-property-added
- ○
added the optional property
reasonto the response with the404statusresponse-optional-property-added
- ▲
- ○
api operation id
Getwas addedapi-operation-id-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
- ▲