Skip to main content

POST /api/tally/coins/migrate-out

if already migrated to the SAME destination, re-returns the stored auth (so a destination that burned-but-didn't-mint can safely retry — no double-mint, no lost coin).

MethodPOST
Path/api/tally/coins/migrate-out
Authpublic (no key)
GroupEconomy · Tally Protocol

Request

curl -X POST https://zeqsdk.com/api/tally/coins/migrate-out \
-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.