List of children or error.
The general response’s schema up to depth 1 and the error object are the same as in the CreateChildBalance endpoint, except that the payload is now a list of the same child balance objects returned in ChildInfo.
{
"text": "Success",
"timestamp": "2025-10-01T11:52:00.13966402-06:00",
"endpoint": "/wallet/v1/composite-balance/parent/66acce83856147e791206ca90a6e4b6d/children",
"error": {},
"payload": [
{
"id": 10249,
"parent_id": "66acce83856147e791206ca90a6e4b6d",
"credit_line": 50000,
"credit_limit": 50000
},
{
"id": 10250,
"parent_id": "66acce83856147e791206ca90a6e4b6d",
"credit_line": 50000,
"credit_limit": 50000
}
]
}