Skip to main content
GET
/
v0
/
closed-rounds
/v0/closed-rounds
curl --request GET \
  --url https://example.com/api/scan/v0/closed-rounds
{
  "rounds": [
    {
      "template_id": "<string>",
      "contract_id": "<string>",
      "payload": {},
      "created_event_blob": "<string>",
      "created_at": "<string>"
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.canton.network/llms.txt

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

Response

200 - application/json

ok

rounds
object[]
required

Contracts of the Daml template Splice.Round:ClosedMiningRound, one for every closed round that is still in process, i.e. it either has unprocessed rewards or a missing Splice.DsoRules:Confirmation.