ZeqMarineWeather
Marine weather and wave prediction. Significant wave height, swell period, current vectors with HulyaPulse tidal harmonics — critical for shipping and fishing.
| Endpoint | POST /api/weather/marine |
| Auth | api-key |
| Rate limit | 15/min |
| Category | weather |
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
coordinates | object | Yes | { lat, lng } ocean location. |
hours | number | No | Forecast hours. |
Returns
{ waveHeight_m, swellPeriod_s, currentSpeed_kn, tidalPrediction, visibility_nm, zeqond }
Example
curl -sS -X POST \
-H "Authorization: Bearer zsm_..." \
-H "Content-Type: application/json" \
-d '{
"coordinates": {},
"hours": 72
}' \
"https://zeqsdk.com/api/weather/marine"
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-marine-weather.