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 |
| Domain | Economy · Tally Protocol |
| Tier | computation (public) |
| Auth | user |
Request
curl -X POST https://zeqsdk.com/api/tally/envelopes/burn \
-H "Authorization: Bearer $ZEQ_KEY" \
-H "Content-Type: application/json" \
-d '{ }' # request body — see description
Needs a machine key — mint one free:
curl -X POST https://zeqsdk.com/api/demo-key/mint, then spin up your machine.
Generated from the node's own route registry (GET /api/endpoints) — this path is live.