ZeqSpectrum — Phase-Locked Allocation
Spectrum allocation using phase-locked frequency assignment. Frequencies assigned as harmonics of 1.287 Hz — no collisions when all transmitters sync to HulyaPulse.
| Endpoint | POST /api/telecom/spectrum/allocate |
| Auth | api-key |
| Rate limit | 30/min |
| Category | telecom |
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
bandMhz | number | Yes | Center frequency in MHz. |
bandwidthKhz | number | Yes | Required bandwidth in kHz. |
region | string | No | Geographic region code. |
Returns
{ allocatedFreqMhz, harmonicNumber, phaseSlot, interferenceRisk, expiresZeqond }
Example
curl -sS -X POST \
-H "Authorization: Bearer zsm_..." \
-H "Content-Type: application/json" \
-d '{
"bandMhz": 0,
"bandwidthKhz": 0,
"region": "<region>"
}' \
"https://zeqsdk.com/api/telecom/spectrum/allocate"
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-spectrum.