POST /api/credits/peer/convert
AUTHORITY-ONLY internal endpoint. A fork node forwards a user's convert here so the burn+release runs against the ONE record + ONE pool (the authority's). Sig is over credits-convert|<zid>|<credits>|<zeqond>, so the am
| Method | POST |
| Path | /api/credits/peer/convert |
| Domain | Economy · Credits |
| Tier | computation (public) |
| Auth | public (no key) |
Request
curl -X POST https://zeqsdk.com/api/credits/peer/convert \
-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.