Credits
6 live operations under /api/credits. 4 require a machine key; 2 are public. Tagged: Other.
| Method | Path | What it does | Auth |
|---|---|---|---|
POST | /api/credits/claim | — | key |
GET | /api/credits/conversion | ECON-V3 P6. The caller's fiat compute-credit balance + the current conversion rate. | key |
POST | /api/credits/convert | unchanged (ZEQ moves from the commons, it is not minted). | key |
POST | /api/credits/peer/conversion | signed-in user's credit-balance read here. | public |
POST | /api/credits/peer/convert | AUTHORITY-ONLY internal endpoint. | public |
GET | /api/credits/status | Drives the Vault's Claim button: whether this period is still open, what it is worth, and what has been claimed before. | key |
Generated by scripts/generate-reference.mjs from https://zeq.me/openapi.json.