Executions
Last updated
Last updated
Retrieve fills with optional filtering and pagination.
/v1/executions
Filter executions by execution status
TRADE_EXECUTED
, TRADE_CONFIRMED
, TRADE_SETTLED
Filter executions by order ID.
Filter executions by client provided reference parameter
Filter executions by account ID
Filter executions by trade date lower bound, exclusive
Filter executions by trade date upper bound, inclusive
Filter executions by value date lower bound, exclusive
Filter executions by value date upper bound, inclusive
When provided, specifies the last item returned in previous page, used to fetch the next page. Fetches the first page when omitted.
When provided, specifies the number of items to return in the page. Uses default page size of 10 when omitted.
Will sort the returned data using the specified field.
tradeDate
, valueDate
, executionStatus
Specifies the sort direction for the sortField.
ASC
, DESC