Skip to main content

Query Parameters

  • accountId (optional): Filter by account ID
  • strategyId (optional): Filter by strategy ID
  • status (optional): Filter by status (active or paused)

Response

Returns an array of automation rules.
{
  "rules": [
    {
      "id": "string",
      "accountId": "string",
      "strategyId": "string",
      "type": "sweep" | "rebalance" | "yield",
      "status": "active" | "paused",
      "conditions": {},
      "actions": {},
      "createdAt": "timestamp"
    }
  ]
}