ZeqMining
Mining engineering. Ore grade estimation (kriging), blast pattern design, slope stability, ventilation network analysis with Zeqond-timed sensor integration.
| Endpoint | POST /api/geo/mining |
| Auth | api-key |
| Rate limit | 10/min |
| Category | geoscience |
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
drillholeData | array | Yes | [{ x, y, z, grade }] sample locations. |
commodity | string | No | 'gold', 'copper', 'iron', 'lithium', 'coal'. |
method | string | No | '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.