cURL
curl --request GET \ --url https://api.example.com/api/v1/risk/events
{ "code": 0, "msg": "ok", "data": { "items": [ { "eventId": "risk_evt_001", "eventType": "MAX_DRAWDOWN_EXCEEDED", "level": "critical", "message": "Drawdown threshold exceeded", "createdAt": "2026-05-11T10:00:00.000Z" } ] } }
返回风控事件列表,用于审计和排障。
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