ZeqMeter — Smart Metering
Smart meter data aggregation with lattice coherence scoring. Meters report on Zeqond boundaries — aggregation detects tampering by coherence deviation.
| Endpoint | POST /api/iot/meter/aggregate |
| Auth | api-key |
| Rate limit | 60/min |
| Category | iot |
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
readings | array | Yes | Array of { meterId, value, unit, zeqond }. |
Returns
{ aggregate, meterCount, coherenceScore, anomalies, zeqondRange }
Example
curl -sS -X POST \
-H "Authorization: Bearer zsm_..." \
-H "Content-Type: application/json" \
-d '{
"readings": []
}' \
"https://zeqsdk.com/api/iot/meter/aggregate"
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-meter.