A

ATMS Treasury · Challenge

by ATMS Treasury

GETBase

$0.001

per call · USD Coin on Base

ATMS x402 challenge — crawler / probe endpoint (always 402, no side effects)

Endpoint

GET https://api.atms.nathanlidurin.com/x402/challenge

5

Calls / 30d

3

Unique payers / 30d

Aug 28

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://api.atms.nathanlidurin.com/x402/challenge", {
  method: "GET",
});
const data = await res.json();
cURL
curl -X GET \
  "https://api.atms.nathanlidurin.com/x402/challenge" \
  -H "X-PAYMENT: <signed x402 payment>"

Example response

{
  "data": {
    "challenge": true,
    "execute_url": "/x402/execute",
    "service": "atms-api"
  }
}

Payment details

Pay to0x6f748ce56a7b39008dcf42f427a2cbf849ced320
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 ATMS Treasury & similar services