GET /api/chain/:slug/events
Read-only feed over contract_events for one slug. Filterable by event name + a since_zeqond watermark + a limit. Auth-gated by canRead so only the machine's members can tail. Emit is the only writer (M).
| Method | GET |
| Path | /api/chain/:slug/events |
| Domain | State machines · Contracts |
| Tier | computation (public) |
| Auth | user |
Request
curl -X GET https://zeqsdk.com/api/chain/YOUR_MACHINE/events \
-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.