Skip to main content
POST
/
api
/
v1
/
admin
/
strategies
/
{strategyId}
/
stop
Stop strategy
curl --request POST \
  --url https://api.example.com/api/v1/admin/strategies/{strategyId}/stop
{
  "code": 0,
  "msg": "ok",
  "data": {
    "strategyId": "cross_arb_btc_01",
    "status": "created"
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.nexfi.robert.dpdns.org/llms.txt

Use this file to discover all available pages before exploring further.

Path Parameters

strategyId
string
required

Strategy ID.

Example:

"cross_arb_btc_01"

Response

200 - application/json

Stop response

Standard response envelope.

code
integer
required

Business status code.

Example:

0

msg
string
required

Human-readable response message.

Example:

"ok"

data
object

Strategy state change result.