Portal Community

list (FIL01)

Lists individual fills (executions) — one order can produce several fills if it's filled in pieces.

FieldRequiredDescription
productIdNoFilter to a single trading pair.
orderIdNoFilter to fills belonging to a single order.
startSequenceTimestampNoFilter to fills at or after this sequence timestamp.
endSequenceTimestampNoFilter to fills at or before this sequence timestamp.
limitNoMaximum 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.