Skip to main content
POST
/
reward
Claim orchestrator rewards
curl --request POST \
  --url http://localhost:5935/reward
{
  "txHash": "0x...",
  "status": "success"
}
This page is still cooking...
Expect big things soon!

Response

200 - application/json

Reward claimed successfully

txHash
string

Transaction hash

Example:

"0x..."

status
string

Transaction status

Example:

"success"

Last modified on January 13, 2026