Skip to main content

ZeqMining

Mining engineering. Ore grade estimation (kriging), blast pattern design, slope stability, ventilation network analysis with Zeqond-timed sensor integration.

EndpointPOST /api/geo/mining
Authapi-key
Rate limit10/min
Categorygeoscience

Parameters

NameTypeRequiredDescription
drillholeDataarrayYes[{ x, y, z, grade }] sample locations.
commoditystringNo'gold', 'copper', 'iron', 'lithium', 'coal'.
methodstringNo'open-pit', 'underground', 'placer'.

Returns

{ gradeEstimate, resourceTonnes, slopeAngle_deg, ventilationRequired_m3s, zeqond }

Example

curl -sS -X POST \
-H "Authorization: Bearer zsm_..." \
-H "Content-Type: application/json" \
-d '{
"drillholeData": [],
"commodity": "<commodity>",
"method": "<method>"
}' \
"https://zeqsdk.com/api/geo/mining"

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