ZeqPulse SSE Stream
Server-Sent Events stream ticking every 777ms (one Zeqond). Each event contains zeqond, phase, R_t, and timestamp.
| Endpoint | GET /api/zeq/pulse/stream |
| Auth | api-key |
| Rate limit | 60/min |
| Category | core |
Parameters
No parameters.
Returns
SSE stream: { zeqond, phase, R_t, pulseHz, timestamp } every 777ms
Example
curl -sS \
-H "Authorization: Bearer zsm_..." \
"https://zeqsdk.com/api/zeq/pulse/stream"
This protocol is a named building block — one of the operations you
compose inside a state contract. Call it directly with
the request above, or invoke it from a contract that fires on your machine's
clock. Browse the whole library at GET /api/protocols; fetch this one at
GET /api/protocols/zeq-pulse-stream.