Skip to main content
DELETE
Cancel multiple orders by marking them invalid with a timestamp.

Body

application/json

Signed OrderCancellations.

EIP-712 signature of struct OrderCancellations { orderUid: bytes[] } from the order's owner.

signature
string
required

OrderCancellation signed by the owner.

Example:

"0x0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"

signingScheme
enum<string>
required

How was the order signed?

Available options:
eip712,
ethsign
orderUids
string[]

Up to 128 UIDs of orders to cancel.

Unique identifier for the order: 56 bytes encoded as hex with 0x prefix.

Bytes 0..32 are the order digest, bytes 30..52 the owner address and bytes 52..56 the expiry (validTo) as a uint32 unix epoch timestamp.

Response

Order(s) are cancelled.

Last modified on March 17, 2026