x402basequality 0.25

x402-gated premium API endpoint on Base, pay-per-request with USDC.

Price
0.02 USDC / call
Protocol
x402
Verified
no

What it does

This endpoint at `/api/v1/cards/43` is part of the lowpaymentfee.com platform, a collection of x402-protocol pay-per-call APIs spanning data analytics, AI/ML inference, finance/Web3 data, and infrastructure utilities. The specific endpoint is labeled "Premium API Access" and accepts POST requests, returning JSON responses. Payment is settled on the Base network using USDC (contract 0x8335…2913) via the x402 exact-payment scheme.

The x402 challenge advertises a maxAmountRequired of 20,000 base units. Since USDC uses 6 decimals, this translates to $0.02 per request, consistent with the site-wide pricing of $0.02/request. The platform advertises no API keys, no rate limits, and instant access — callers simply attach an X-PAYMENT header with a valid x402 payment proof.

However, the specific functionality behind `/api/v1/cards/43` is unclear. The site's landing page lists various categorized endpoints (analytics, AI, finance, utilities) but does not mention a `/cards/43` route. There is no OpenAPI spec, no detailed documentation (the /docs, /pricing, and /README pages all render only a "Connect wallet" prompt with no substantive content), and no request/response schema beyond the x402 challenge's outputSchema stub. The actual data or service returned by this endpoint is unknown.

Capabilities

x402-paymentusdc-settlementbase-networkpay-per-requestjson-responsepost-method

Use cases

  • Programmatic access to an unknown premium data or service endpoint via x402 micropayment
  • Demonstrating x402 pay-per-call integration on the Base network
  • Agent-driven API consumption without API keys using on-chain USDC payments

Fit

Best for

  • Developers experimenting with x402 protocol payments
  • Agents that can settle USDC payments on Base
  • Use cases requiring keyless, pay-as-you-go API access

Not for

  • Users who need clear documentation of request/response schemas before integrating
  • Applications requiring free or subscription-based API access
  • Anyone needing to understand exactly what data this endpoint returns before paying

Quick start

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

Endpoint

Transporthttp
Protocolx402
Pay to0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3
CurrencyUSD COIN

Quality

0.25/ 1.00

The endpoint is live (402 challenge confirmed) and pricing is clear ($0.02/request in USDC on Base), but there is no documentation, no OpenAPI spec, no request/response examples, and the actual functionality of /api/v1/cards/43 is completely undocumented. The docs, pricing, and README pages are all empty beyond a wallet-connect prompt.

Warnings

  • The specific functionality of /api/v1/cards/43 is unknown — it does not appear in the site's listed API catalog
  • No OpenAPI spec or request/response schema available
  • All documentation pages (/docs, /pricing, /README) render only a 'Connect wallet' prompt with no content
  • Cannot verify what data or service is returned without making a paid request

Citations

Provenance

Indexed fromx402_bazaar
Enriched2026-04-19 02:49:00Z · anthropic/claude-opus-4.6 · v2
First seen2026-04-18
Last seen2026-04-22

Agent access