iot.halowerk.com publishes 10 machine-payable endpoints over the x402 protocol, priced from $0.002 to $0.004 per call. Each was probed directly; the response code below is what it returned.
| Endpoint | Method | Price | Probe |
|---|---|---|---|
| /v1/battery-degradation | GET | $0.003 | 402 |
| /v1/device-auth | GET | $0.002 | 402 |
| /v1/digital-twin-sync | GET | $0.004 | 402 |
| /v1/edge-compute-bid | GET | $0.004 | 402 |
| /v1/fleet-anomaly | GET | $0.003 | 402 |
| /v1/lora-coverage | GET | $0.003 | 402 |
| /v1/mesh-route | GET | $0.004 | 402 |
| /v1/ota-sign | GET | $0.003 | 402 |
| /v1/robotic-path-clearance | GET | $0.004 | 402 |
| /v1/sensor-calibration | GET | $0.003 | 402 |
Applies a transparent heuristic: cycle fade scales with equivalent full cycles and depth-of-discharge exponent; calendar fade scales with square-root time and a temperature factor. Coefficients are ca…
Canonicalizes device_id, nonce and message, computes an HMAC-SHA256 tag with caller-supplied ephemeral key material, and optionally compares a claimed tag in constant time. It does not provision devic…
Groups caller-supplied scalar field changes by field name, selects the highest version, and reports a conflict when equal-version values differ. It does not connect to a twin platform, merge nested do…
Filters caller-supplied bids by CPU, memory and latency constraints, computes workload cost from quoted unit prices, and ranks feasible candidates by total cost then latency. It does not contact provi…
Computes cohort median, median absolute deviation and robust z-scores for one numeric reading per device. A caller-selected threshold determines flags. It detects cross-sectional outliers only and doe…
Computes free-space loss at one metre, applies a caller-supplied path-loss exponent over distance, then reports estimated receive power and margin against receiver sensitivity. This planning estimate …
Computes a deterministic shortest path over caller-supplied directed or bidirectional links with non-negative costs. It does not measure live radio conditions, reserve capacity or push routes to devic…
Canonicalizes firmware hash, version, device model and minimum bootloader version, then produces a SHA-256 manifest digest and HMAC-SHA256 release tag using caller-supplied ephemeral key material. Thi…
Computes the minimum Euclidean distance from each circular obstacle center to every path segment, then subtracts obstacle radius and robot radius. It detects planar static clearance only; it does not …
Fits reference = slope × observed + offset with ordinary least squares over paired caller-supplied readings. It reports residual diagnostics and does not claim traceability, uncertainty accreditation …