Skip to main content

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).

MethodGET
Path/api/chain/:slug/events
DomainState machines · Contracts
Tiercomputation (public)
Authuser

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.