v1

latestOpenAPI 3.0.12026-07-26251295.9 KB
Orders

Cancel orders

This endpoint cancels existing orders on the exchange that you placed as a market maker. Order hashes from the request that were not cancelled are returned in data.notCancelled with a reason; the remaining orders are cancelled normally.

post/orders/cancel/v2

Request body

orderHashesstring[] required

The order hashes to cancel

signaturestring required

Your wallet signature over the cancel payload. See the Order Signing reference for details on how to compute this.

saltstring required

A random 32 bytes hex string to protect against replay

makerstring required

The account from which you are cancelling orders

timestampinteger required

The current timestamp in UNIX seconds to protect against replay

Response

statusstring

success or failure if the request succeeded or not