Place order
POST/v1/orders
Place a limit or market order. Either the buy amount or sell amount is required, but not both. If the order is not immediately filled or killed, but rather it is returned back with 'pending' status, then it may be necessary to try to retrieve the order again later for status updates.
Request
Responses
- 200
- 401
- 403
- 409
- 500
Order successfully placed.
Authentication token is required for this action that was not provided, expired or invalid.
Not authorized for the requested action.
Action could not be completed because of conflict.
Internal server error.