Skip to main content

ZeqMaritimeNav

Ship navigation with HulyaPulse great-circle routing. Weather routing optimization, ECA compliance, current/wind set and drift compensation.

EndpointPOST /api/maritime/nav
Authapi-key
Rate limit15/min
Categorymaritime

Parameters

NameTypeRequiredDescription
departureobjectYes{ port, lat, lng, time }
destinationobjectYes{ port, lat, lng }
vesselTypestringNo'container', 'tanker', 'bulk', 'cruise'.

Returns

{ route, distance_nm, eta, fuelConsumption_mt, ecaCompliant, zeqond }

Example

curl -sS -X POST \
-H "Authorization: Bearer zsm_..." \
-H "Content-Type: application/json" \
-d '{
"departure": {},
"destination": {},
"vesselType": "<vesselType>"
}' \
"https://zeqsdk.com/api/maritime/nav"

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