W

Workers · Hello

by Workers

GETBase

$0.001

per call · USD Coin on Base

Test endpoint for verifying x402 payment integration end to end. Returns a static greeting in the Agent Tollbooth standard response envelope. Not a data product — use it to smoke-test your x402 client for $0.001 before calling our compliance endpoints: OFAC sanctions screening ($0.01) and FDIC bank verification ($0.01), listed under this same payTo address.

Endpoint

GET https://tollbooth-hello.sjwilliams8.workers.dev/hello

12

Calls / 30d

6

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://tollbooth-hello.sjwilliams8.workers.dev/hello", {
  method: "GET",
});
const data = await res.json();
cURL
curl -X GET \
  "https://tollbooth-hello.sjwilliams8.workers.dev/hello" \
  -H "X-PAYMENT: <signed x402 payment>"

Example response

{
  "data": {
    "message": "hello, agent"
  },
  "meta": {
    "disclaimer": "This response is an assistive screening signal derived from public government data. It is not a certified compliance determination, a consumer report, or legal advice.",
    "generated_at": "2026-07-05T12:00:00.000Z",
    "service": "hello",
    "source_datasets": [],
    "version": "0.1.0"
  }
}

Payment details

Pay to0xb3e7993ed2fc2c79fff220620240f298bba9bf5b
AssetUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913
NetworksBase
Schemesexact

Is this your API?

Pin it to the top of Social & Community and the homepage with a featured placement.

Get featured →

More from Workers & similar services