N

Netzhandwerker Agent Tools · Radar

by Netzhandwerker Agent Tools

POSTBase

$0.008

per call · USD Coin on Base

Vertrauensprüfung fremder x402-Endpunkte

Endpoint

POST https://tools.halowerk.com/v1/x402/radar

1

Calls / 30d

1

Unique payers / 30d

Aug 16

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://tools.halowerk.com/v1/x402/radar", {
  method: "POST",
  headers: { "Content-Type": "application/json" },
  body: JSON.stringify({
    "depth": "quick",
    "endpoints": [
      "https://tools.halowerk.com/v1/geocode"
    ]
  }),
});
const data = await res.json();
cURL
curl -X POST \
  "https://tools.halowerk.com/v1/x402/radar" \
  -H "Content-Type: application/json" \
  -d '{"depth":"quick","endpoints":["https://tools.halowerk.com/v1/geocode"]}' \
  -H "X-PAYMENT: <signed x402 payment>"

Example response

{
  "checked_at": "2026-08-06T13:40:00.000Z",
  "depth": "quick",
  "results": [
    {
      "discovery": {
        "agent_card": {
          "machine_readable": true,
          "present": true
        },
        "bazaar": {
          "machine_readable": true,
          "present": true
        },
        "llms": {
          "machine_readable": false,
          "present": false
        },
        "openapi": {
          "machine_readable": true,
          "present": true
        },
        "x402": {
          "machine_readable": true,
          "present": true
        }
      },
      "endpoint": "https://tools.halowerk.com/v1/geocode",
      "flags": [
        {
          "evidence": "Nicht maschinenlesbar: llms",
          "id": "discovery_luecken",
          "severity": "niedrig"
        }
      ],
      "history": {
        "downtime_events": 0,
        "first_seen": "2026-08-06T13:00:00Z",
        "price_changes": []
      },
      "is_own": true,
      "latency_ms": {
        "max_ms": 58,
        "measurements": 3,
        "median_ms": 44,
        "min_ms": 41
      },
      "payable": true,
      "price_consistency": true,
      "reachable": true,
      "trust": "solide",
      "x402": {
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "challenge_valid": true,
        "description": "Adresse zu Koordinaten und zurück",
        "maxAmountRequired": "1000",
        "maxTimeoutSeconds": 300,
        "mimeType": "application/json",
        "network": "eip155:8453",
        "payTo": "0x2880EdfFF13100677Bf97A3CBdF3Bc34771C4E5E",
        "price_usdc": 0.001,
        "resource": "https://tools.halowerk.com/v1/geocode",
        "scheme": "exact"
      }
    }
  ],
  "summary": {
    "endpoints_checked": 1,
    "never_purchased": true,
    "payable": 1,
    "price_usdc": 0.008,
    "reachable": 1,
    "trust": {
      "auffaellig": 0,
      "solide": 1,
      "unklar": 0
    },
    "valid_challenge": 1
  }
}

Payment details

Pay to0x2880edfff13100677bf97a3cbdf3bc34771c4e5e
AssetUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913
NetworksBase
Schemesexact

Is this your API?

Pin it to the top of AI & Inference and the homepage with a featured placement.

Get featured →

More from Netzhandwerker Agent Tools & similar services