API Usage
Current API usage — calls used today, daily limit, remaining, plan tier.
| Endpoint | GET /api/zeq/usage |
| Auth | api-key |
| Rate limit | 60/min |
| Category | admin |
Parameters
No parameters.
Returns
{ used, limit, remaining, plan, resetAt }
Example
curl -sS \
-H "Authorization: Bearer zsm_..." \
"https://zeqsdk.com/api/zeq/usage"
This protocol is a named building block — one of the operations you
compose inside a state contract. Call it directly with
the request above, or invoke it from a contract that fires on your machine's
clock. Browse the whole library at GET /api/protocols; fetch this one at
GET /api/protocols/zeq-usage.