W

Workers · AM I Rich

by Workers

GETBase

$0.03

per call · USD Coin on Base

Is the wallet paying for this request rich? Same on-chain check as /is-rich, against the payer's own address.

Endpoint

GET https://iamrich402.dylan-caponi.workers.dev/am-i-rich

1

Calls / 30d

1

Unique payers / 30d

Aug 13

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

Example response

{
  "note": "No. (For $999.99, it could be.)",
  "rich": false,
  "wallet": "0x0000000000000000000000000000000000000000"
}

Payment details

Pay to0x25a02d2d4c6b6acfab30698a867d81130be3c1c2
AssetUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913
NetworksBase
Schemesexact

Is this your API?

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

Get featured →

More from Workers & similar services