Skip to main content

ZeqSolarWeather

Space weather monitoring. Solar flare probability, geomagnetic storm index (Kp), aurora forecast, satellite drag estimation with HulyaPulse solar wind correlation.

EndpointPOST /api/weather/solar
Authapi-key
Rate limit10/min
Categoryweather

Parameters

NameTypeRequiredDescription
forecast_hoursnumberNoHours ahead.

Returns

{ kpIndex, solarFlareProb, auroraLatitude, protonFlux, satelliteDrag, zeqond }

Example

curl -sS -X POST \
-H "Authorization: Bearer zsm_..." \
-H "Content-Type: application/json" \
-d '{
"forecast_hours": 72
}' \
"https://zeqsdk.com/api/weather/solar"

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-solar-weather.