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).
| Method | POST |
| Path | /api/tally/coins/migrate-out |
| Auth | public (no key) |
| Group | Economy · 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.