$20.6
per call · USD Coin on Base
Buy a USA prepaid Visa card loaded with exactly the requested balance ($5–$1000). Price is dynamic: amount + fee (3% min $0.50) — send unpaid to get a 402 with the exact total. Body: { amount }. Returns 202 + poll_url; card number/CVV via GET /cards/:id when ready (~10s). US merchants only; non-reloadable.
Endpoint
POST https://palmyr.ai/cards/buy1
Calls / 30d
1
Unique payers / 30d
Aug 26
Last called
exact
Payment scheme
Call this service
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://palmyr.ai/cards/buy", {
method: "POST",
headers: { "Content-Type": "application/json" },
body: JSON.stringify({}),
});
const data = await res.json();curl -X POST \
"https://palmyr.ai/cards/buy" \
-H "Content-Type: application/json" \
-d '{}' \
-H "X-PAYMENT: <signed x402 payment>"Example response
{}Payment details
0x79e999e2f9d5417f2803f1d88602ab1ea4323881USD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913Is this your API?
Pin it to the top of AI & Inference and the homepage with a featured placement.
More from Palmyr Cards & similar services
Palmyr Cards · Cards
palmyr.ai
Retrieve a prepaid card you own: full card number, CVV, expiry, balance. Owner-verified ($0.01 ownership proof).
Palmyr Cards · Cards
palmyr.ai
List your prepaid cards (status, last4, balance — never full card numbers; those are per-card via GET /cards/:id).
Palmyr Cards · Cards Refresh
palmyr.ai
Refresh a card's live balance and transactions from the issuer (rate-limited upstream: 1 per 5 min per card).