Order Risk Properties

🔒

Requires order access scope.

Order Risk Properties

FieldTypeDesc
idinteger
order_idstringOrder's ID
levelstringRisk level
valuearray of stringRisk details list
propertiesmap[string]stringCustom properties
created_atstringCreation time
updated_atstringLast modification time

Example

{
  "risk": {
    "id": "372681851619252791",
    "order_id": "10231136533507428820",
    "level": "high",
    "value": [
      "wrong order price"
    ],
    "properties": {
      "key": "value"
    },
    "created_at": "2024-04-24T09:44:37Z",
    "updated_at": "2024-04-24T09:44:37Z"
  }
}