List Fills
Get a list of fills filtered by optional query parameters (product_id
, order_id
, etc).
Query Parameters
The ID(s) of order(s).
The ID(s) of the trades of fills.
The ID(s) of the product(s) to filter fills by.
Only fills with a trade time after the specified start date are returned.
Only fills with a trade time before the specified end date are returned.
(Deprecated) Only fills matching this retail portfolio id are returned. Only applicable for legacy keys. CDP keys will default to the key's permissioned portfolio.
The number of fills to be returned (default is 100).
For paginated responses, returns all responses that come after this value.
Sort results by a field, results use unstable pagination. Default is sort by creation time
UNKNOWN_SORT_BY
, PRICE
, TRADE_TIME
Response
A successful response.
The response is of type object
.