Create an order

This endpoint is called to create an order by providing:

  • A unique order identifier generated by the client.
  • A price for a unit of the base instrument (e.g. 1 BTC for 24000 CHF)
  • A quantity and minimal quantity for the order.
  • A type (e.g. a limit order).
  • A side (e.g. sell).
  • A time in force (e.g. Good-til-cancel).
  • A symbol for the pair (e.g. BTC/CHF).

It returns the details of the order when successfully created, otherwise it returns an error message.

Language
Authorization
Header
Click Try It! to start a request and see the response here!