cURL
curl --request GET \ --url https://api.example.com/api/v1/admin/strategies
{ "code": 0, "msg": "ok", "data": { "items": [ { "strategyId": "cross_arb_btc_01", "strategyType": "cross_exchange_arbitrage", "symbols": [ "BTC/USDT" ], "exchanges": [ "binance", "okx" ], "status": "running" } ] } }
返回管理后台策略列表。
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.
策略状态过滤。
"running"
策略类型过滤。
"cross_exchange_arbitrage"
页码。
1
每页条数。
20
成功返回策略列表
统一响应包裹结构。
业务状态码。
0
可读返回消息。
"ok"
Show child attributes