Get a list of fills. A fill is a partial or complete match on a specific order.
fee
field indicates the fees charged for this individual fill.
liquidity
field indicates if the fill was the result of a liquidity provider or liquidity taker. M
indicates Maker and T
indicates Taker.
trade_id
from the largest trade_id
to the smallest trade_id
. The CB-BEFORE
header has this first trade ID so that future requests using the cb-before
parameter fetch fills with a greater trade ID (newer fills).
See Pagination for more information.limit to fills on a specific order. Either order_id
or product_id
is required.
limit to fills on a specific product. Either order_id
or product_id
is required.
Limit on number of results to return.
Used for pagination. Sets start cursor to before
id.
Used for pagination. Sets end cursor to after
id.
Market type which the order was filled in.
spot
, rfq
Search by minimum posted date time and is inclusive of time provided. Valid formats are either RFC3339, date or date time and must be after Unix Epoch time.
Search by maximum posted date time and is inclusive of time provided. Valid formats are either RFC3339, date or date time and must be after Unix Epoch time.
The response is of type object[]
.