$0.01
per call · USD Coin on Base
Retrieve a prepaid card you own: full card number, CVV, expiry, balance. Owner-verified ($0.01 ownership proof).
Endpoint
GET https://palmyr.ai/cards/:id23
Calls / 30d
2
Unique payers / 30d
Sep 9
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/:id", {
method: "GET",
});
const data = await res.json();curl -X GET \
"https://palmyr.ai/cards/:id" \
-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
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).
Palmyr Cards · Cards BUY
palmyr.ai
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.