x402basequality 0.30

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 POST resource at `/api/v1/cards/35/transactions` behind an x402 payment challenge. It is part of a broader platform that offers dozens of pay-per-call APIs spanning data analytics, AI/ML inference, finance/Web3 data, and infrastructure utilities — all priced at $0.02 per request settled in USDC on the Base network.

The specific endpoint listed here appears to relate to card transaction data (path segment `/cards/35/transactions`), though the provider's landing page does not document this particular route among its advertised APIs. The x402 challenge confirms the endpoint is live: it returns HTTP 402 with an `exact` payment scheme requiring up to 20,000 base units of USDC (0x8335…2913 on Base, 6 decimals → $0.02) paid to address 0x1A2B…85F3 with a 300-second timeout.

Documentation is extremely thin. The docs, API, pricing, and README pages all render only a "Connect wallet" prompt with no further content. There is no OpenAPI spec, no request/response schema, and no usage examples. The endpoint accepts POST requests and returns `application/json`, but the exact request body format and response structure are unknown. Prospective callers should be aware that without documentation, integration requires experimentation or direct contact with the provider.

Capabilities

x402-paymentusdc-basepay-per-requestcard-transactionspost-json

Use cases

  • Retrieving transaction records for a specific card
  • Programmatic access to card transaction data behind a micropayment wall
  • Agent-driven financial data retrieval paid per call in USDC

Fit

Best for

  • Developers needing pay-per-call card transaction data without API keys
  • AI agents that can settle x402 USDC payments on Base
  • Users who want no-commitment, no-rate-limit access to financial endpoints

Not for

  • Users who need detailed API documentation before integrating
  • High-volume batch processing where per-request pricing adds up
  • Anyone without a Base-compatible USDC wallet

Quick start

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

Endpoint

Transporthttp
Protocolx402
Pay to0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3
CurrencyUSD COIN

Quality

0.30/ 1.00

The endpoint is live (402 challenge confirmed) and pricing is clear ($0.02 USDC on Base), but there is zero documentation for this specific route — no request schema, no response schema, no examples. The docs pages are empty. The card-transactions path is not listed among the provider's advertised APIs, making its purpose uncertain.

Warnings

  • No documentation available — docs, API, pricing, and README pages all show only 'Connect wallet' with no content.
  • This specific endpoint (/api/v1/cards/35/transactions) is not listed among the provider's advertised APIs on the landing page.
  • No request or response schema is available; integration requires guesswork.
  • The purpose of 'cards/35' is unclear — it may be a demo or placeholder resource.

Citations

Provenance

Indexed fromx402_bazaar
Enriched2026-04-19 02:47:40Z · anthropic/claude-opus-4.6 · v2
First seen2026-04-18
Last seen2026-04-24

Agent access