Skip to main content

3D Physics Simulator

Real-time physics simulation synced to HulyaPulse. API provides pulse stream + computation; frontend renders.

EndpointGET /api/zeq/pulse/stream
Authapi-key
Rate limit60/min
Categoryecosystem

Parameters

No parameters.

Returns

SSE stream of { zeqond, phase, R_t } + on-demand /solve calls

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/physics-simulator.