POST /api/tally/envelopes/transfer-claim
home re-derives and compares it, confirms the holder is the live issued_to, then serializes the move (spend_seq++ under the lock), records the transition on the coin's machine, and mints a fresh ticket for the new holder
| Method | POST |
| Path | /api/tally/envelopes/transfer-claim |
| Auth | public (no key) |
| Group | Economy · Tally Protocol |
Request
curl -X POST https://zeqsdk.com/api/tally/envelopes/transfer-claim \
-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.