Skip to main content

Get all raw executions for your account.

GET 

/execution

This returns all raw transactions, which includes order opening and cancelation, and order status changes. It can be quite noisy. More focused information is available at /execution/tradeHistory.

You may also use the filter param to target your query. Specify an array as a filter value, such as {"execType": ["Settlement", "Trade"]} to filter on multiple values.

See the FIX Spec for explanations of these fields.

Request

Responses

Request was successful