List Cash Balances
GET/v1alpha1/investors/firms/:firmId/funds/:fundId/cashBalances
Scope(s): read_investor_cashbalances
Retrieve a list of cash balances for a given firm and fund. This endpoint also supports returning cash balances across all funds of a firm if the caller submits a - (dash) character for the fund identifier.
Request
Responses
- 200
- 400
- 401
- 403
- 500
- default
A successful response.
Returned if required fields are omitted or if provided fields fail validation.
Returned if a valid Authorization header has not been included with the request.
Returned when the user does not have permission to access the resource.
Returned if an unexpected internal server error is encountered.
An unexpected error response.