📄️ Add Order
Place a new order.
📄️ Add Order Batch
Sends a collection of orders (minimum of 2 and maximum 15):
📄️ Amend Order
The amend request enables clients to modify the order parameters in-place without the need to cancel the existing order and create a new one.
📄️ Edit Order
Sends a request to edit the order parameters of a live order. When an order has been successfully modified, the original order will be cancelled and a new order will be
📄️ Cancel Order
Cancel a particular open order (or set of open orders) by `txid`, `userref` or `cl_ord_id`
📄️ Cancel All Orders
Cancel all open orders
📄️ Cancel All Orders After X
CancelAllOrdersAfter provides a 'Dead Man's Switch' mechanism to protect the client from network malfunction, extreme latency or unexpected matching engine downtime. The client can send a request with a timeout (in seconds), that will start a countdown timer which will cancel *all* client orders when the timer expires. The client has to keep sending new requests to push back the trigger time, or deactivate the mechanism by specifying a timeout of 0. If the timer expires, all orders are cancelled and then the timer remains disabled until the client provides a new (non-zero) timeout.
📄️ Cancel Order Batch
Cancel multiple open orders by `txid`, `userref` or `cl_ord_id`(maximum 50 total unique IDs/references)
📄️ Get Websockets Token
An authentication token must be requested via this REST API endpoint in order to connect to and authenticate with our [Websockets API](../guides/spot-ws-auth). The token should be used within 15 minutes of creation, but it does not expire once a successful Websockets connection and private subscription has been made and is maintained.