latestOpenAPI 3.0.32026-08-10161240.1 KB
5d4ce7cb355d
Draws
Resolve a sealed draw now
Fetches the committed drand round and computes winner_row = drand_value mod N. Draws also auto-resolve within ~60 s of the round time; use this endpoint when you need the result the moment it is available. Idempotent on already-resolved draws.
post/v1/draws/{id}/resolve
Response
Resolved draw.
Example response
{
"success": true,
"data": {
"draw": {
"id": "K7M2"
}
}
}