$0.001
per call · USD Coin on Base
USDA texture class calculated from SoilGrids sand, silt and clay fractions. The coordinate is validated against the Natural Earth boundary for Bulgaria; results outside it are rejected before payment.
Endpoint
POST https://ostland.halowerk.com/v1/bg-soil-texture1
Calls / 30d
1
Unique payers / 30d
Sep 3
Last called
exact
Payment scheme
Call this service
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://ostland.halowerk.com/v1/bg-soil-texture", {
method: "POST",
headers: { "Content-Type": "application/json" },
body: JSON.stringify({
"latitude": 42.6977,
"longitude": 23.3219
}),
});
const data = await res.json();curl -X POST \
"https://ostland.halowerk.com/v1/bg-soil-texture" \
-H "Content-Type: application/json" \
-d '{"latitude":42.6977,"longitude":23.3219}' \
-H "X-PAYMENT: <signed x402 payment>"Payment details
0x2880edfff13100677bf97a3cbdf3bc34771c4e5eUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913Is this your API?
Pin it to the top of Social & Community and the homepage with a featured placement.
More from HALOWERK Eastern Land & similar services
HALOWERK Eastern Land · CY Soil Bulk Density
ostland.halowerk.com
Mean SoilGrids bulk density for the 0-5 cm layer. The coordinate is validated against the Natural Earth boundary for Cyprus; results outside it are rejected before payment.
HALOWERK Eastern Land · CY Soil Organic Carbon
ostland.halowerk.com
Mean SoilGrids organic carbon for the 0-5 cm layer. The coordinate is validated against the Natural Earth boundary for Cyprus; results outside it are rejected before payment.
HALOWERK Eastern Land · CY Soil Silt
ostland.halowerk.com
Mean SoilGrids silt fraction for the 0-5 cm layer. The coordinate is validated against the Natural Earth boundary for Cyprus; results outside it are rejected before payment.