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
curl --request GET \
--url http://localhost:5935/registeredOrchestrators[
{
"address": "0x...",
"serviceURI": "https://orchestrator.example.com:8935",
"pricePerPixel": "1000",
"activationRound": "<string>"
}
]Was this page helpful?