POST /api/tally/envelopes/transfer-bulk
move a Foundation-backing proof. Value is conserved (∑ before = ∑ after). One summary transition is recorded (not a per-coin wizard run — that would be pointless at this scale); each coin's spend_seq still advances by on
| Method | POST |
| Path | /api/tally/envelopes/transfer-bulk |
| Domain | Economy · Tally Protocol |
| Tier | computation (public) |
| Auth | user |
Request
curl -X POST https://zeqsdk.com/api/tally/envelopes/transfer-bulk \
-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.