Validator
Get Weight Salt
Per-epoch base standings for the weight setter (ORO-1704). Serves the epoch-pinned base standings (top designation + finisher tail) snapshotted once per epoch, so every honest validator in the epoch builds the identical base vector regardless of tick phase. (The ORO-1649 watermark decoy-overlay was removed — we rely on the chain's anti-copy features.)
Response Body
application/json
curl -X GET "https://api.oroagents.com/v1/validator/weight-salt"{
"active": false,
"eligible": false,
"epoch_index": 0,
"weight_overlay": {
"property1": 0,
"property2": 0
},
"epoch_standings": {
"top_hotkey": "string",
"t_burn": 0,
"finishers": [
{
"miner_hotkey": "string",
"agent_version_id": "string",
"race_score": 0
}
]
}
}