Skip to main content
POST
Activate orchestrator

Body

application/json
blockRewardCut
string
required

Percentage of block rewards to keep (0-100)

Example:

"10"

feeShare
string
required

Percentage of fees to share with delegators (0-100)

Example:

"5"

pricePerUnit
string
required

Price per pixel in wei

Example:

"1000"

serviceURI
string
required

Service URI for the orchestrator

Example:

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

Response

200 - application/json

Orchestrator activated successfully

txHash
string

Transaction hash

Example:

"0x..."

status
string

Transaction status

Example:

"success"

Last modified on May 18, 2026