Authorizations
The Client ID that owns the API Key for the request
The pass phrase affiliated with the API Key
A HMAC SHA-256 signature using the API Key secret on the string TIMESTAMP, METHOD, REQUEST_PATH, BODY
The timestamp of when the request is being made
Query Parameters
The UUID of the portfolio that has filled orders. Can multiple values in the query
"17ac272b-18af-4d12-91de-d0182d559a3c"
A specific order for which to fetch fills identified by order ID
43877033468085760
Fetch fills for all orders with the given client order ID
"ABC123"
The maximum event_time
for results. Can be used in pagination to keep result set static. Uses ISO-8601 format (e.g., 2023-03-16T23:59:53Z)
"2023-03-16T23:59:53.000Z"
The number of results to return (defaults to 25 with a max supported value of 100)
30
The number of results from the beginning to skip past
50
The minimum event_time
for results. Uses ISO-8601 format (e.g., 2023-03-16T23:59:53Z)
"2023-03-16T23:59:53.000Z"
Response
Fill information
The response is of type object
.