cURL
curl --request POST \ --url https://api.example.com/api/v1/admin/strategies/{strategyId}/pause
{ "code": 0, "msg": "ok", "data": { "strategyId": "cross_arb_btc_01", "status": "created" } }
暂停运行中的策略。
Documentation IndexFetch the complete documentation index at: https://docs.nexfi.robert.dpdns.org/llms.txtUse this file to discover all available pages before exploring further.
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.
策略 ID。
"cross_arb_btc_01"
成功返回策略状态
统一响应包裹结构。
业务状态码。
0
可读返回消息。
"ok"
策略状态变更结果。
Show child attributes