latestOpenAPI 3.0.32026-08-10161240.1 KB

5d4ce7cb355d

Draws

Seal the draw

Freezes the entry list: picks a future drand round, renders the canonical v2 list file (the round is in the header, so one SHA-256 binds list and round), pushes it to the public proofdraw/draw-lists git mirror, and submits the hash to an OpenTimestamps calendar. The commit must land at least 10 s before the round publishes or the seal aborts. With wait: true, holds the connection until the round arrives and returns the resolved draw (bounded by the server's wait cap, default 60 s).

post/v1/draws/{id}/seal

Request body

round_offset_secondsinteger
waitboolean

Response

Draw sealed (resolved when wait was true and the round arrived in time).

successboolean
messagestring

Example response

{
  "success": true,
  "data": {
    "draw": {
      "id": "K7M2"
    }
  }
}