Skip to main content

GET /api/chain/:slug/contracts/:id/transitions/stream

Push every successful transition for this contract.

MethodGET
Path/api/chain/:slug/contracts/:id/transitions/stream
Authuser
GroupContracts · Contracts

Request

curl -X GET https://zeqsdk.com/api/chain/YOUR_MACHINE/contracts/CONTRACT_ID/transitions/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.