Skip to main content

GET /api/chain/:slug/events/stream

Push every contract_events insert for this slug to the connected client as an SSE frame. Heartbeat every 25s. Owner-only auth.

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

Request

curl -X GET https://zeqsdk.com/api/chain/YOUR_MACHINE/events/stream \
-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.