x402basequality 0.25

x402-gated card-transactions endpoint on Base, pay $0.02 per request in USDC.

Price
0.02 USDC / call
Protocol
x402
Verified
no

What it does

This endpoint at lowpaymentfee.com exposes a card-transactions resource at `/api/v1/cards/63/transactions` behind the x402 payment protocol. It accepts POST requests and requires a per-call micropayment of $0.02 in USDC on the Base network. The x402 challenge confirms the endpoint is live, returning a 402 with an `exact` payment scheme, a max amount of 20,000 base units of USDC (0.02 USD given 6 decimals), and a 300-second payment timeout.

The broader lowpaymentfee.com platform advertises a wide catalog of pay-per-request APIs spanning data analytics, AI/ML inference, finance/Web3 data, and utility services — all priced at $0.02 per call with no API keys, no rate limits, and no commitments. However, the specific endpoint listed here (`/api/v1/cards/63/transactions`) is not explicitly described in the site's public catalog, and no documentation, request schema, or response schema is available for it. The crawled docs, API, pricing, and README pages all returned only a "Connect wallet" prompt with no further content.

Because there is no OpenAPI spec, no request/response examples, and no documentation explaining what "card 63 transactions" means or what fields the POST body expects, the actual functionality of this endpoint remains unclear. It could relate to financial card transaction records, but this is speculative. Agents should treat this as an opaque endpoint until further documentation is published.

Capabilities

x402-paymentusdc-micropaymentbase-networkpost-endpointcard-transactions

Use cases

  • Retrieving or creating card transaction records via a single paid POST call
  • Integrating pay-per-request card transaction data into agent workflows
  • Programmatic access to card-level transaction information without API key management

Fit

Best for

  • Agents that can settle x402 USDC payments on Base
  • Use cases needing keyless, per-call API access to card transaction data
  • Low-volume or sporadic access patterns where $0.02/request is cost-effective

Not for

  • High-volume batch processing where per-call fees accumulate quickly
  • Users who need detailed documentation or guaranteed SLAs before integration
  • Non-crypto workflows that cannot settle USDC on Base

Quick start

curl -X POST https://lowpaymentfee.com/api/v1/cards/63/transactions \
  -H "Content-Type: application/json" \
  -H "X-PAYMENT: <x402-payment-token>" \
  -d '{}'

Endpoint

Transporthttp
Protocolx402
Pay to0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3
CurrencyUSD COIN

Quality

0.25/ 1.00

The x402 challenge is live and confirms pricing and network, but there is zero documentation, no request/response schema, and the specific endpoint is not listed in the site's own catalog. Effectively a stub listing.

Warnings

  • No OpenAPI spec or request/response schema available
  • Endpoint /api/v1/cards/63/transactions is not listed in the provider's own public API catalog
  • All documentation pages (docs, API, pricing, README) returned only a 'Connect wallet' prompt with no content
  • Actual functionality of this endpoint is unknown — 'card transactions' is inferred from the URL path alone

Citations

Provenance

Indexed fromx402_bazaar
Enriched2026-04-19 03:00:32Z · anthropic/claude-opus-4.6 · v2
First seen2026-04-18
Last seen2026-04-24

Agent access