Skip to main content
POST
/
reward
Claim orchestrator rewards
curl --request POST \
  --url http://localhost:5935/reward
{
  "txHash": "0x...",
  "status": "success"
}

Documentation Index

Fetch the complete documentation index at: https://na-36-docs-v2-archived.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Response

200 - application/json

Reward claimed successfully

txHash
string

Transaction hash

Example:

"0x..."

status
string

Transaction status

Example:

"success"