Framework Parameters
Core framework tuning — pulse frequency, Zeqond duration, alpha, precision target, max operators.
| Endpoint | GET /api/framework/params |
| Auth | none |
| Rate limit | 120/min |
| Category | data |
Parameters
No parameters.
Returns
{ pulse_frequency_hz, zeqond_s, alpha_modulation, precision_target, ko42_mandatory, ... }
Example
curl -sS \
"https://zeqsdk.com/api/framework/params"
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/framework-params.