Skip to main content
GET
/
registeredOrchestrators
List registered orchestrators
curl --request GET \
  --url http://localhost:5935/registeredOrchestrators
[
  {
    "address": "0x...",
    "serviceURI": "https://orchestrator.example.com:8935",
    "pricePerPixel": "1000",
    "activationRound": "<string>"
  }
]
This page is still cooking... Expect big things soon!
Check the github issues for ways to contribute! Or provide your feedback in this quick form

Response

200 - application/json

Orchestrator list retrieved successfully

address
string
Example:

"0x..."

serviceURI
string
Example:

"https://orchestrator.example.com:8935"

pricePerPixel
string
Example:

"1000"

activationRound
string
Last modified on February 18, 2026