cURL
curl --request GET \ --url http://localhost:5935/registeredOrchestrators
[ { "address": "0x...", "serviceURI": "https://orchestrator.example.com:8935", "pricePerPixel": "1000", "activationRound": "<string>" } ]
Display available orchestrators on the network
Orchestrator list retrieved successfully
"0x..."
"https://orchestrator.example.com:8935"
"1000"
Was this page helpful?