get
https://sandcaas.undostres.com.mx/wallet/v1/composite-balance/parent//children
Retrieves a paginated list of child balances associated with a given parent balance.
This endpoint allows you to browse all child balances under a parent using cursor-based pagination and returns an empty list when no children exist.
The parent_id parameter refers to the external UUID of the parent balance.
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
400Bad Request - Validation errors or invalid parameters.
Error code 5000 - Validation errors:
- incorrect parent_id (The parent_id does not exist or is invalid)
Example of error response
{
"timestamp": "2025-10-01T11:52:32.047508183-06:00",
"endpoint": "/wallet/v1/composite-balance/parent/66acce83856147e791206ca90a6e4b6e/children",
"error": {
"code": 5000,
"text": "Validation Error",
"hints": [
"Validations for the request failed, please check the parameters and try again",
"incorrect parent id"
]
},
"payload": null
}
400Bad Request - Validation errors or invalid parameters.
Error code 5000 - Validation errors:
- incorrect parent_id (The parent_id does not exist or is invalid)
Example of error response
{
"timestamp": "2025-10-01T11:52:32.047508183-06:00",
"endpoint": "/wallet/v1/composite-balance/parent/66acce83856147e791206ca90a6e4b6e/children",
"error": {
"code": 5000,
"text": "Validation Error",
"hints": [
"Validations for the request failed, please check the parameters and try again",
"incorrect parent id"
]
},
"payload": null
} 500Internal Server Error - Server errors or processing failures.
Error code 6000 - Database error
Error code 7000 - WAAS server error
500Internal Server Error - Server errors or processing failures.
Error code 6000 - Database error
Error code 7000 - WAAS server error