Skip to main content

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

MethodPOST
Path/api/tally/envelopes/transfer-claim
Authpublic (no key)
GroupEconomy · 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.