Unified REST APIStrategy

Cancel Maker-Taker Arbitrage Strategy

Cancel a running maker-taker arbitrage strategy.

The strategy will be transitioned to cancelled status if it can be cancelled. Strategies that are already completed, failed, or timed out cannot be cancelled.

Endpoint: POST https://api.hypereth.io/v2/all/strategy/cancel/maker-taker-arbitrage/{strategyId}

POST
/strategy/cancel/maker-taker-arbitrage/{strategyId}

Authorization

ApiKeyAuth
X-API-KEY<token>

In: header

Path Parameters

strategyId*stringrequired

The strategy ID to cancel

Response Body

application/json

application/json

curl -X POST "https://api.hypereth.io/v2/all/strategy/cancel/maker-taker-arbitrage/maker_taker_550e8400-e29b-41d4-a716-446655440000"
{
  "strategyId": "maker_taker_550e8400-e29b-41d4-a716-446655440000",
  "status": "cancelled",
  "requestId": "req_123456789"
}
{
  "code": "invalid_parameters",
  "message": "string",
  "retriable": true
}
Empty
Empty