H

Halowerk · Inverter Load Check

by Halowerk

POSTBase

$0.002

per call · USD Coin on Base

Continuous load is the sum of the running watts of all appliances marked as simultaneous. The surge check adds the largest single starting surge on top of the continuous load, which is the case that trips an inverter; simultaneous starts of two motors are reported separately as a second figure. Starting factors and power factors are design rules of thumb per appliance class and are stated in the response, they are not device data.

Endpoint

POST https://solar.halowerk.com/inverter-load-check

4

Calls / 30d

2

Unique payers / 30d

Aug 17

Last called

exact

Payment scheme

Call this service

TypeScript · @x402/fetch
import { wrapFetchWithPayment } from "@x402/fetch";
import { privateKeyToAccount } from "viem/accounts";

const account = privateKeyToAccount(process.env.PRIVATE_KEY);
const fetchWithPay = wrapFetchWithPayment(fetch, account);

const res = await fetchWithPay("https://solar.halowerk.com/inverter-load-check", {
  method: "POST",
  headers: { "Content-Type": "application/json" },
  body: JSON.stringify({
    "inverter": {
      "continuous_w": 50,
      "efficiency": 0.9,
      "surge_w": 50
    },
    "loads": [
      {
        "name": "Beispiel",
        "quantity": 1,
        "watts": 0.1
      }
    ]
  }),
});
const data = await res.json();
cURL
curl -X POST \
  "https://solar.halowerk.com/inverter-load-check" \
  -H "Content-Type: application/json" \
  -d '{"inverter":{"continuous_w":50,"efficiency":0.9,"surge_w":50},"loads":[{"name":"Beispiel","quantity":1,"watts":0.1}]}' \
  -H "X-PAYMENT: <signed x402 payment>"

Payment details

Pay to0x2880edfff13100677bf97a3cbdf3bc34771c4e5e
AssetUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913
NetworksBase
Schemesexact

Is this your API?

Pin it to the top of Other and the homepage with a featured placement.

Get featured →

More from Halowerk & similar services