Skip to main content
DELETE
DELETE /api/v2/perp/order — Cancel a perpetual order

Authorizations

Authorization
string
header
required

Use Authorization: Bearer <jwt> for user auth or Authorization: Bearer sk_{keyId}_{secret} for API key auth.

Body

application/json
coin
string
required
walletId
string
required
cancelAll
boolean
cloid
string | null
oid
integer<int64> | null
Required range: x >= 0

Response

Cancel result

V2 success response envelope

data
object
required
requestId
string
required
pagination
object | null

Page-based pagination info (per RFC)