Skip to main content

ZeqSoil

Soil composition and nutrient analysis. NPK levels, pH mapping, organic matter content, microbial activity index — all HulyaPulse-timestamped for temporal tracking.

EndpointPOST /api/agri/soil
Authapi-key
Rate limit15/min
Categoryagriculture

Parameters

NameTypeRequiredDescription
sensorReadingsobjectYes{ nitrogen, phosphorus, potassium, pH, moisture, ec }.
locationobjectNo{ lat, lng } for regional calibration.

Returns

{ npkRatio, phLevel, organicMatter_pct, fertilizerRecommendation, zeqond }

Example

curl -sS -X POST \
-H "Authorization: Bearer zsm_..." \
-H "Content-Type: application/json" \
-d '{
"sensorReadings": {},
"location": {}
}' \
"https://zeqsdk.com/api/agri/soil"

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-soil.