Get Executions
GET/api/v1/execution
Get Executions
Get all raw executions for account
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
OK
Parameter Error
Unauthorized
Access Denied
Not Found