cURL
curl --request GET \ --url https://api.example.com/api/v1/risk/config
{ "code": 0, "msg": "ok", "data": { "maxPosition": 2, "maxTotalExposure": 1000000, "maxOrderSize": 100000, "maxOrdersPerSecond": 5, "maxDailyLoss": 20000, "maxDrawdown": 0.15, "killSwitch": false } }
返回当前风控配置。
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.
成功返回风控配置
统一响应包裹结构。
业务状态码。
0
可读返回消息。
"ok"
风控配置载荷。
Show child attributes