Create execution
POST/api/v1/executions
Manually create an execution record. Returns 409 if an execution with the same brokerExecutionId already exists.
Request
Responses
- 201
- 400
- 401
- 404
- 409
- 500
Execution created successfully
Validation error
Authentication required
Account, trade, or order not found or does not belong to the authenticated user
An execution with the same brokerExecutionId already exists
Server error