Skip to main content
Get details of a specific rule.

Path Parameters

  • id: Rule ID

Response

{
  "rule": {
    "id": "string",
    "accountId": "string",
    "strategyId": "string",
    "type": "sweep",
    "status": "active",
    "conditions": {},
    "actions": {},
    "createdAt": "timestamp",
    "lastExecuted": "timestamp"
  }
}