Orders

List fills

Returns execution fills with cursor-based pagination. Optionally filtered by order ID or symbol.

get/v1/fills

Query parameters

node_order_idstring

Filter fills by order ID

symbolstring

Filter fills by symbol

limitinteger

Maximum number of fills to return (default 100, max 1000)

afterstring

Forward pagination cursor (opaque, from previous response next_cursor)

Response

Fill list

has_moreboolean required
limitinteger required
next_cursorstring nullable
totalinteger required

Changes