CreateTrade
POST/trade/create
Create a trade.
It is possible that the broker rejects the order because of some extra hints that the user must accept (which can not be figured
out in prepareTrade, e.g. because the order volume has to be determined first). In this case, the MUST_ACCEPT_HINT error
code is returned. The user can choose to accept that hint. If that is the case, the request can be
retried with the acceptHintId parameter.
Request
Responses
- 200
- 400
- 401
- 422
- 429
- 503
Ok
Hint must be accepted by the user first.
Not logged in
Validation error
Rate-limit exceeded
Maintenance active