x402basequality 0.30

x402-gated premium API access on Base, paid per-call in USDC.

Price
0.02 USDC / call
Protocol
x402
Verified
no

What it does

This endpoint at lowpaymentfee.com provides "Premium API Access" behind an x402 paywall on the Base network. The site advertises a broad suite of API categories — data & analytics, AI & machine learning, finance & Web3, and infrastructure utilities — all priced at $0.02 per request with no API keys, no rate limits, and instant access via USDC payments on Base.

The specific endpoint `/api/v1/charges/8` returns a valid x402 challenge (version 1, scheme "exact") requesting up to 20,000 base units of USDC (0x8335…2913 on Base, 6 decimals = $0.02) per call. Payment is sent to address 0x1A2B…85F3 with a 300-second timeout. The endpoint accepts HTTP POST and returns application/json.

However, the exact functionality behind this particular `/charges/8` route is unclear. The site's landing page lists many endpoints across different domains (sentiment analysis, summarization, geocoding, price feeds, etc.), but none of them map directly to `/api/v1/charges/8`. No OpenAPI spec, detailed documentation, or example request/response payloads were found — the docs, pricing, and README pages all rendered only a "Connect wallet" prompt with no substantive content. Without knowing what this specific endpoint returns, callers should treat it as an opaque premium resource.

Capabilities

x402-paymentusdc-on-baseper-call-pricingjson-responsehttp-post

Use cases

  • Programmatic access to a premium API resource paid per-call in USDC on Base
  • Agent-driven workflows that need keyless, pay-as-you-go API consumption
  • Testing x402 payment flows against a live endpoint

Fit

Best for

  • Developers experimenting with x402 payment protocol
  • Agents that can settle USDC on Base for per-call API access
  • Low-friction API consumption without API key management

Not for

  • Users who need detailed documentation or guaranteed SLAs before integrating
  • Anyone without a Base-compatible USDC wallet
  • High-volume use cases where per-call crypto payments add unacceptable latency

Quick start

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

Endpoint

Transporthttp
Protocolx402
Pay to0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3
CurrencyUSD COIN

Quality

0.30/ 1.00

The endpoint is live and returns a valid x402 challenge, but the actual functionality behind /api/v1/charges/8 is undocumented. No OpenAPI spec, no example requests/responses, and the docs pages are empty. The listing is effectively a stub with only pricing and protocol details confirmed.

Warnings

  • The specific functionality of /api/v1/charges/8 is unknown — it does not correspond to any endpoint listed on the site's landing page.
  • Documentation pages (/docs, /pricing, /README, /api) contain no substantive content beyond a 'Connect wallet' prompt.
  • No OpenAPI spec or request/response schema is available.
  • The site lists many endpoints across diverse categories but provides no detailed docs for any of them.

Citations

Provenance

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

Agent access