Skip to main content

ZeqGNSS

GNSS positioning with HulyaPulse integrity monitoring. RAIM fault detection, multi-constellation (GPS/Galileo/GLONASS/BeiDou), ionospheric correction.

EndpointPOST /api/aviation/gnss
Authapi-key
Rate limit30/min
Categoryaviation

Parameters

NameTypeRequiredDescription
observablesobjectYesGNSS pseudoranges and carrier phases.
constellationarrayNo['gps', 'galileo', 'glonass', 'beidou'].

Returns

{ position, velocity, accuracy_m, integrityAlert, ionoDelay_m, zeqond }

Example

curl -sS -X POST \
-H "Authorization: Bearer zsm_..." \
-H "Content-Type: application/json" \
-d '{
"observables": {},
"constellation": []
}' \
"https://zeqsdk.com/api/aviation/gnss"

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-nav-gnss.