Skip to main content
POST
Cancel one or more orders

Path Parameters

chain_name
string
required

The name of chain

Example:

"imtbl-zkevm-testnet"

Body

application/json
account_address
string
required

Address of the user initiating the cancel request

Pattern: ^0x[a-fA-F0-9]{40}$
Example:

"0xf39Fd6e51aad88F6F4ce6aB8827279cffFb92266"

orders
string<uuid>[]
required

List of order ids proposed for cancellation

Required array length: 1 - 20 elements
signature
string
required

Signature generated by the user for the specific cancellation request

Example:

"0x12345"

Response

Orders cancellation response.

result
object
required