GET /api/chain/:slug/contracts/:id/transitions/stream
Push every successful transition for this contract.
| Method | GET |
| Path | /api/chain/:slug/contracts/:id/transitions/stream |
| Auth | user |
| Group | Contracts · 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.