v11

latestOpenAPI 3.0.3raw.githubusercontent.com2026-08-023710598.2 KB
Operators

List connected operators

Read-only monitoring endpoint. Returns each operator's supportedChainIds, capabilities, lastSeen, and version. Useful for dashboards and debugging multi-chain task routing.

get/operators

Response

Connected operators.

Example response

{
  "data": [
    {
      "address": "0x82F2Dd9a552a69f2ceD7Ff2D05c43aB8430158FB",
      "supportedChainIds": [
        11155111
      ]
    }
  ]
}