T

Tariffmonkee · Paid A2A

by Tariffmonkee

POSTBase

$0.75

per call · USD Coin on Base

A2A (Agent2Agent) protocol JSON-RPC endpoint, SendMessage only. Authorizes up to $0.75 (the highest-priced skill); settlement charges the invoked skill's real per-skill price. Base (EVM) only -- for Solana use the REST or MCP endpoints. See /.well-known/agent-card.json for the skill catalog and per-skill pricing.

Endpoint

POST https://tariffmonkee.com/paid/a2a

14

Calls / 30d

1

Unique payers / 30d

Sep 3

Last called

upto

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://tariffmonkee.com/paid/a2a", {
  method: "POST",
  headers: { "Content-Type": "application/json" },
  body: JSON.stringify({}),
});
const data = await res.json();
cURL
curl -X POST \
  "https://tariffmonkee.com/paid/a2a" \
  -H "Content-Type: application/json" \
  -d '{}' \
  -H "X-PAYMENT: <signed x402 payment>"

Payment details

Pay to0x0fad15c9f4c38f439fd56c4d4e4bc8fc71c42767
AssetUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913
NetworksBase
Schemesupto

Is this your API?

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

Get featured →

More from Tariffmonkee & similar services