GET /api/credits/status
── 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. Reads only; costs no wo
| Method | GET |
| Path | /api/credits/status |
| Domain | Economy · Credits |
| Tier | computation (public) |
| Auth | user |
Request
curl -X GET https://zeqsdk.com/api/credits/status \
-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.