GET /polls//tally
Returns the finalized tally for a closed poll, including the managed tally signature and public key for independent verification. ResponseInterpreting confirmed_count
confirmed_count is the number of voters who submitted a TxTypeConfirmReceipt after
poll close, acknowledging that their identity_hash appears in the voter registry.
total_votes - confirmed_count is the Sybil-audit gap — the number of participants
who did not confirm their receipt. This gap is observable but not definitively interpretable
without additional context (some non-response is expected from real voters).
Verifying the signature independently
Use theverify package or the standalone CLI:
- Counts, total votes, and Merkle roots were not modified after poll close
- The managed signer registered for this deployment produced the signature
- The Merkle roots commit to the exact List 1 ballot IDs and List 2 identity hashes at close
| Code | Meaning |
|---|---|
| 5 | Poll not found or not yet closed |