Skip to main content
POST
/
strategy
/
cancel
/
maker-taker-arbitrage
/
{strategyId}
Cancel Maker-Taker Arbitrage Strategy
curl --request POST \
  --url https://api.hypereth.io/v2/hyperliquid/strategy/cancel/maker-taker-arbitrage/{strategyId} \
  --header 'X-API-KEY: <api-key>'
{
  "strategyId": "maker_taker_550e8400-e29b-41d4-a716-446655440000",
  "status": "cancelled",
  "requestId": "req_123456789"
}

Authorizations

X-API-KEY
string
header
required

Path Parameters

strategyId
string
required

The strategy ID to cancel

Response

Strategy cancelled successfully

strategyId
string

Unique strategy ID

Example:

"maker_taker_550e8400-e29b-41d4-a716-446655440000"

status
enum<string>

Updated strategy status after cancellation

Available options:
pending,
maker_placing,
waiting_trigger,
taker_triggered,
reconciling,
safe_exiting,
recovering,
completed,
completed_with_recovery,
failed,
cancelled,
timed_out,
requires_intervention
requestId
string

Request correlation ID