Skip to main content
GET
/
api
/
v1
/
risk
/
events
Get risk events
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 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.

Query Parameters

strategyId
string

Strategy ID filter.

Example:

"cross_arb_btc_01"

Response

200 - application/json

Risk events response

Standard response envelope.

code
integer
required

Business status code.

Example:

0

msg
string
required

Human-readable response message.

Example:

"ok"

data
object