Retrieve minimum and maximum balances for the specified account ID
GET/api/v1/accounts/:id/balance-min-max
This endpoint retrieves the minimum and maximum balance amounts for the specified account ID based on the authenticated user's details.
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 500
Minimum and maximum balances retrieved successfully.
Invalid request parameters
Unauthorized access
Forbidden: You do not have permission to access this resource
Resource not found
Internal server error