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!

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 January 13, 2026