H

HALOWERK Europe Land · Europe Soil Clay Parcel

by HALOWERK Europe Land

POSTBase

$0.001

per call · USD Coin on Base

Mean SoilGrids clay fraction for the 0-5 cm layer. The service evaluates the bounded polygon supplied by the caller and returns standardized units across all 30 covered countries.

Endpoint

POST https://euroland.halowerk.com/v1/europe-soil-clay-parcel

1

Calls / 30d

1

Unique payers / 30d

Sep 3

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://euroland.halowerk.com/v1/europe-soil-clay-parcel", {
  method: "POST",
  headers: { "Content-Type": "application/json" },
  body: JSON.stringify({
    "polygon": [
      [
        7.095,
        51.895
      ],
      [
        7.105,
        51.895
      ],
      [
        7.105,
        51.905
      ],
      [
        7.095,
        51.905
      ]
    ]
  }),
});
const data = await res.json();
cURL
curl -X POST \
  "https://euroland.halowerk.com/v1/europe-soil-clay-parcel" \
  -H "Content-Type: application/json" \
  -d '{"polygon":[[7.095,51.895],[7.105,51.895],[7.105,51.905],[7.095,51.905]]}' \
  -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 Europe Land & similar services