Saltar al contenido principal
POST
/
reward
Claim orchestrator rewards
curl --request POST \
  --url http://localhost:5935/reward
{
  "txHash": "0x...",
  "status": "success"
}

Respuesta

200 - application/json

Reward claimed successfully

txHash
string

Transaction hash

Ejemplo:

"0x..."

status
string

Transaction status

Ejemplo:

"success"

Last modified on March 1, 2026