List Accounts
GET/openapi/broker/account/list
Retrieve a paginated list of accounts associated with the requesting institution. This endpoint supports pagination through the last_account_id and page_size query parameters. If last_account_id is not provided, the API will return the first page of results.
Request
Responses
- 200
- 401
- 417
- 500
OK
Unauthorized: Authentication required
A business logic error triggered when the request cannot be processed due to domain-specific constraints.
Internal Server Error.