POST /api/tally/envelopes/burn
not vote-locked, kind='envelope', V > 0, homed on this chain. ALL-OR-NOTHING: any ineligible id aborts the whole batch (rollback). Replay-idempotent: the burn_tx id is deterministic over the sorted id set; retrying a com
| Method | POST |
| Path | /api/tally/envelopes/burn |
| Auth | public (no key) |
| Group | Economy · Tally Protocol |
Request
curl -X POST https://zeqsdk.com/api/tally/envelopes/burn \
-H "Content-Type: application/json" \
-d '{ }' # request body — see description
Generated from the node's own route registry (GET /api/endpoints) — this path is live.