v1

latestOpenAPI 3.0.12026-07-26251295.9 KB
Orders

Cancel orders by event

This endpoint cancels existing orders on the exchange for a particular event that you placed as a market maker.

post/orders/cancel/event

Request body

sportXeventIdstring required

The event for which orders should be cancelled

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