Advanced Trade: Fills
resource: fills — executed trade fills (FIL01)
list (FIL01)
Lists individual fills (executions) — one order can produce several fills if it's filled in pieces.
| Field | Required | Description |
|---|---|---|
productId | No | Filter to a single trading pair. |
orderId | No | Filter to fills belonging to a single order. |
startSequenceTimestamp | No | Filter to fills at or after this sequence timestamp. |
endSequenceTimestamp | No | Filter to fills at or before this sequence timestamp. |
limit | No | Maximum number of fills to return. |
Output items[], one entry per fill.
Fills vs. Orders: Use
orders/get for an order's current aggregate state (filledSize, averageFilledPrice). Use fills/list when you need the individual executions that made up that fill — e.g. for accounting or slippage analysis.