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
Changes
No recorded changes to this endpoint across all 1 revision of this API.