Cancel all TP/SL orders

Cancel all accepted TP/SL orders for an account in a specific market. Already triggered, executed, or previously cancelled records are left untouched.

Signature (required for non-JWT):
Sign EIP-712 typed data (same domain as regular orders) with primaryType CancelAllTpslOrders:
fields: account(address), marketId(uint64), deadline(uint32).

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params
string

Account address that owns the orders

string

Market ID to cancel TP/SL orders in (required, must be > 0)

string

Signer address (session key) that signed this request

string

65-byte ECDSA signature (r+s+v) from signer over EIP-712 CancelAllTpslOrders typed data

int64

Unix timestamp after which the signature expires

Responses

Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json