For the complete documentation index, see llms.txt. This page is also available as Markdown.

cancel

Request Body

action.type: cancel action.cancels: [{a: asset, o: oid}] action.f: Boolean (fast, optional) nonce: timestamp(ms) signature: EIP-712 object

Returns

Status response per cancelled order.

Example

// Request
curl https://hyperliquid.blockpi.network/v1/exchange/your-api-key -X POST -H "Content-Type: application/json" --data '{"action":{"type":"cancel"},"nonce":1720000000000,"signature":{}}'

// Result
{"status":"ok","response":{"type":"cancel","data":{}}}

Was this helpful?