x402basequality 0.25

x402-gated card transaction endpoint on Base, paying $0.02 per request in USDC.

Price
0.02 USDC / call
Protocol
x402
Verified
no

What it does

This endpoint at lowpaymentfee.com provides access to a card transactions resource at `/api/v1/cards/44/transactions` via the x402 payment protocol. It is part of a broader platform that offers dozens of pay-per-call API endpoints 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 accepts POST requests and is gated by an x402 challenge requiring a maximum of 20,000 base units of USDC (0.02 USD, since USDC uses 6 decimals) per call. Payment is made to address `0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3` using the USDC contract `0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913` on Base. No API keys or rate limits are advertised; access is instant once payment is included in the `X-PAYMENT` header.

Documentation on the site is extremely sparse — the docs, API, pricing, and README pages all render only a "Connect wallet" prompt with no further content. There is no OpenAPI schema, no request/response examples, and no description of what the `/cards/44/transactions` resource actually returns or what input it expects. The endpoint name suggests card transaction data (possibly payment-card or gift-card related), but this is speculative. The platform's landing page confirms the pricing model and lists many other endpoints, but provides no technical detail for any of them.

Capabilities

x402-paymentusdc-settlementbase-networkpay-per-requestcard-transactionspost-method

Use cases

  • Retrieving card transaction data on a per-call payment basis without API keys
  • Integrating card transaction lookups into agent workflows that settle via x402/USDC on Base
  • Programmatic access to transaction records for card ID 44

Fit

Best for

  • Developers wanting keyless, pay-per-use API access settled in USDC on Base
  • AI agents that can autonomously pay for API calls via x402
  • Users who need occasional card transaction data without subscription commitments

Not for

  • Users who need detailed API documentation or request/response schemas before integrating
  • High-volume consumers who would benefit from bulk pricing or subscription plans
  • Anyone requiring non-crypto payment methods

Quick start

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

Endpoint

Transporthttp
Protocolx402
Pay to0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3
CurrencyUSD COIN

Quality

0.25/ 1.00

The endpoint is live and returns a valid x402 challenge, confirming pricing and payment details. However, there is no documentation, no OpenAPI schema, no request/response examples, and no explanation of what the endpoint actually does. The docs pages are empty. This is effectively a stub listing.

Warnings

  • No documentation available — docs, API, pricing, and README pages all show only 'Connect wallet' with no content.
  • No OpenAPI or request/response schema provided; the purpose of /api/v1/cards/44/transactions is unclear.
  • The hardcoded card ID '44' in the URL path is unexplained — it is unknown whether other card IDs are supported or what they represent.
  • Cannot verify what data this endpoint returns or what POST body it expects.

Citations

Provenance

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

Agent access