Orders
List Portfolio Fills
Retrieve fills on a given portfolio. This endpoint requires a start_date, and returns a payload with a default limit of 100 if not specified by the user. The maximum allowed limit is 3000.
GET
Prime CLI
Use the Prime CLI to test this endpoint by following the quick start guide and running this command:
For more information, please visit the Prime CLI.
For more information, please visit the Prime CLI.
For more information, please visit the Prime TS SDK.
Path Parameters
The portfolio ID associated with the order
Query Parameters
Cursor used for pagination (last consumed record)
Number of items to retrieve
A start date for the fills to be queried from
An end date for the fills to be queried until
Sorting order
Available options:
DESC
, ASC
Response
200
application/json
A successful response.
The response is of type object
.