$0.003
per call · USD Coin on Base
Bilinear surface elevation from Copernicus DEM GLO-30. The coordinate is validated against the Natural Earth boundary for Denmark; results outside it are rejected before payment.
Endpoint
POST https://nordland.halowerk.com/v1/dk-elevation2
Calls / 30d
2
Unique payers / 30d
Sep 6
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://nordland.halowerk.com/v1/dk-elevation", {
method: "POST",
headers: { "Content-Type": "application/json" },
body: JSON.stringify({
"latitude": 56.1629,
"longitude": 10.2039
}),
});
const data = await res.json();curl -X POST \
"https://nordland.halowerk.com/v1/dk-elevation" \
-H "Content-Type: application/json" \
-d '{"latitude":56.1629,"longitude":10.2039}' \
-H "X-PAYMENT: <signed x402 payment>"Payment details
0x2880edfff13100677bf97a3cbdf3bc34771c4e5eUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913Is this your API?
Pin it to the top of Other and the homepage with a featured placement.
More from HALOWERK Nordic Land & similar services
HALOWERK Nordic Land · IS Soil Coarse Fragments
nordland.halowerk.com
Mean SoilGrids coarse-fragment volume for the 0-5 cm layer. The coordinate is validated against the Natural Earth boundary for Iceland; results outside it are rejected before payment.
HALOWERK Nordic Land · IS Soil Nitrogen
nordland.halowerk.com
Mean SoilGrids total nitrogen for the 0-5 cm layer. The coordinate is validated against the Natural Earth boundary for Iceland; results outside it are rejected before payment.
HALOWERK Nordic Land · IS Soil CEC
nordland.halowerk.com
Mean SoilGrids cation exchange capacity for the 0-5 cm layer. The coordinate is validated against the Natural Earth boundary for Iceland; results outside it are rejected before payment.