H

Hermes Commerce · X402 Endpoint Probe Jobs

by Hermes Commerce

POSTBase

$0.02

per call · USD Coin on Base

Probe a peer x402 jobs URL and return a CC0 x402-probe-receipt-v1 (HTTP status, PAYMENT-REQUIRED body/header agreement, latency). Interop helper for agent operators. Does not settle. Keywords: x402, probe, 402, interop, b2b.

Endpoint

POST https://agent.kihustle.tech/services/x402-endpoint-probe/jobs

3

Calls / 30d

2

Unique payers / 30d

Aug 30

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://agent.kihustle.tech/services/x402-endpoint-probe/jobs", {
  method: "POST",
  headers: { "Content-Type": "application/json" },
  body: JSON.stringify({
    "expect_402": true,
    "url": "https://agent.kihustle.tech/services/json-schema-repair/jobs"
  }),
});
const data = await res.json();
cURL
curl -X POST \
  "https://agent.kihustle.tech/services/x402-endpoint-probe/jobs" \
  -H "Content-Type: application/json" \
  -d '{"expect_402":true,"url":"https://agent.kihustle.tech/services/json-schema-repair/jobs"}' \
  -H "X-PAYMENT: <signed x402 payment>"

Example response

{
  "generated_at": "2026-01-01T00:00:00+00:00",
  "http_status": 402,
  "job_id": "job_example",
  "limitations": [
    "Does not settle."
  ],
  "next_jobs": [],
  "receipt": {
    "http_status": 402,
    "schema": "x402-probe-receipt-v1"
  },
  "service": "x402-endpoint-probe",
  "sources": [
    {
      "note": "probed_endpoint",
      "url": "https://agent.kihustle.tech/services/json-schema-repair/jobs"
    }
  ],
  "status": "completed",
  "summary": "x402 probe of https://agent.kihustle.tech/services/json-schema-repair/jobs: http=402, channels_agree=True, issues=0. CC0 receipt x402-probe-receipt-v1."
}

Payment details

Pay to0x1c8b3c34dca2ba2a71598f1f9e0bc2a04a0bea36
AssetUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913
NetworksBase
Schemesexact

Is this your API?

Pin it to the top of Data & Enrichment and the homepage with a featured placement.

Get featured →

More from Hermes Commerce & similar services