v1
latestOpenAPI 3.0.02026-07-174823135.4 KBGroups
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.
Example response
[
{
"trackedSource": "DERIVATIONSCHEME:tpubD6NzVbkrYhZ4W...",
"cryptoCode": "BTC"
}
]