POST /api/credits/convert
unchanged (ZEQ moves from the commons, it is not minted). Atomic + WORM-sealed as a pool_outflow (see lib/creditConversion.ts). The caller may only convert their OWN credits into their OWN balance — no slug, no machine au
| Method | POST |
| Path | /api/credits/convert |
| Domain | Economy · Credits |
| Tier | computation (public) |
| Auth | user |
Request
curl -X POST https://zeqsdk.com/api/credits/convert \
-H "Authorization: Bearer $ZEQ_KEY" \
-H "Content-Type: application/json" \
-d '{ }' # request body — see description
Needs a machine key — mint one free:
curl -X POST https://zeqsdk.com/api/demo-key/mint, then spin up your machine.
Generated from the node's own route registry (GET /api/endpoints) — this path is live.