GET /api/credits/conversion
── GET /api/credits/conversion ECON-V3 P6. The caller's fiat compute-credit balance + the current conversion rate. Drives the Vault "Convert credits → ZEQ" panel. Reads onl
| Method | GET |
| Path | /api/credits/conversion |
| Domain | Economy · Credits |
| Tier | computation (public) |
| Auth | user |
Request
curl -X GET https://zeqsdk.com/api/credits/conversion \
-H "Authorization: Bearer $ZEQ_KEY"
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.