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
- 200
- 400
- 401
- 403
- 404
Request was successful
Parameter Error
Unauthorized
Access Denied
Not Found