Prepare a perp cancel
Authorizations
apikeystringRequired
API key for authentication
Body
Prepare a cancel for an open order.
wallet_addressstringRequiredExample:
Wallet address on Hyperliquid
0xd8dA6BF26964aF9D7eEd9e03E53415D37aA96045coinstringRequiredExample:
Asset symbol
BTCorder_idintegerRequiredExample:
Exchange order id (oid) of the order to cancel, as returned by /api/v1/perp/orders or by the execute call that placed it
123456789Responses
200
Successful Response
application/json
400
Bad Request
application/json
401
Unauthorized
application/json
403
Forbidden
application/json
404
Not Found
application/json
422
Unprocessable Content
application/json
429
Too Many Requests
application/json
500
Internal Server Error
application/json
502
Bad Gateway
application/json
503
Service Unavailable
application/json
504
Gateway Timeout
application/json
post/api/v1/perp/cancel
Last updated
Was this helpful?