Precip
Activeby Orthogonal
Hyperlocal weather.
Weather
Endpoints · 16
Base URLhttps://x402.orthogonal.com/precip
EndpointDescriptionPrice
GET/api/v1/solar-radiation-hourlyNot publishedHourly downward short-wave radiation flux in watts per square meter (W/m²)
GET/api/v1/temp-0-10cm-hourlyNot publishedHourly soil temperature data at 0-10cm depth in Celsius (°C)
GET/api/v1/wind-speed-hourlyNot publishedHourly near-surface wind speed in meters per second (m/s)
GET/api/v1/specific-humidity-hourlyNot publishedHourly specific humidity (kg/kg)
GET/api/v1/soil-moisture-dailyNot publishedDaily soil moisture percentage relative to holding capacity at 0-10cm depth
GET/api/v1/recent-rainNot publishedReturns detailed information about the most recent precipitation event for the given location(s), including total amounts, precipitation type (rain/snow), timin
GET/api/v1/dailyNot publishedReturns comprehensive daily precipitation data for the given time range and location(s). Each day includes precipitation amount, type (rain/snow/mixed), probabi
GET/api/v1/wind-speed-gust-hourlyNot publishedHourly wind gust speed in meters per second (m/s)
GET/api/v1/last-48Not publishedTotal precipitation in the last 48 hours for the given location(s).
GET/api/v1/map/{serviceName}/ImageServer/tile/{z}/{y}/{x}Not publishedMap tiles compatible with most web mapping or GIS tools. Software such as Mapbox, Google Maps, ArcGIS, Leaflet, OpenLayers or QGIS will require an `x/y/z` url e
GET/api/v1/soil-moisture-hourlyNot publishedHourly soil moisture percentage relative to holding capacity at 0-10cm depth
GET/api/v1/wind-direction-hourlyNot publishedHourly wind direction in compass degrees (0-360)
GET/api/v1/cloud-cover-hourlyNot publishedHourly cloud cover fraction (0-1, where 0 is clear and 1 is overcast)
GET/api/v1/hourlyNot publishedReturns comprehensive hourly precipitation data for the given time range and location(s). Each hour includes precipitation amount, type (rain/snow/mixed), proba
GET/api/v1/temperature-hourlyNot publishedHourly near-surface air temperature in Celsius (°C)
GET/api/v1/relative-humidity-hourlyNot publishedHourly relative humidity as a percentage (0-100%)
Call the provider directly and settle x402 per request.
Quickstart · x402 flow
1 · Call without payment. The service replies 402
bash
curl -i https://x402.orthogonal.com/precip/api/v1/solar-radiation-hourlyResponse
HTTP/1.1 402 Payment Required{ "x402Version": 2, "accepts": [{ "scheme": "exact", "network": "eip155:143", "asset": "USDC", "maxAmountRequired": "0" }] }2 · Sign the payment with your agent wallet and retry
bash
curl https://x402.orthogonal.com/precip/api/v1/solar-radiation-hourly \ -H "X-PAYMENT: <base64 payment payload signed by your EOA>"Response
HTTP/1.1 200 OKAny EOA on Monad can pay. curl shown; language tabs land in v2.
Any APIs or tools listed are provided for discovery purposes only and do not constitute an endorsement or recommendation by the Monad Foundation.
