x402basequality 0.35

Pay-per-call customer data API on Base via x402, settled in USDC at $0.02/request.

Price
0.02 USDC / call
Protocol
x402
Verified
no

What it does

lowpaymentfee.com hosts a collection of pay-per-request APIs accessible via the x402 protocol on the Base network. The specific endpoint `/api/v1/customers/9` is described as "Premium API Access" and returns JSON. Payment is settled in USDC (contract 0x8335…2913 on Base) with a maximum amount of 20,000 base units, which equals $0.02 per request (USDC uses 6 decimals). No API keys, rate limits, or upfront commitments are required — callers simply attach an x402 payment header to each POST request.

The broader platform advertises endpoints across several categories: Data & Analytics (metrics, reports, data export, insights), AI & Machine Learning (sentiment analysis, text summarization, classification, embeddings), Finance & Web3 (price feeds, exchange rates, token quotes, gas estimates), and Infrastructure utilities (geocoding, validation, conversion, generation). All are listed at the same $0.02/request price point. However, the specific `/api/v1/customers/9` endpoint does not clearly map to any of these advertised categories — it appears to be a customer record lookup, though no documentation explains its request or response schema.

Documentation is extremely sparse. The /docs, /api, /pricing, and /README pages all render only a "Connect wallet" prompt with no substantive content. There is no OpenAPI spec, no request/response examples, and no description of what the customers endpoint actually returns. The endpoint is confirmed live (402 challenge captured), but the lack of documentation makes it difficult to know what data to send or expect back.

Capabilities

x402-paymentusdc-settlementbase-networkpay-per-requestjson-responseno-api-keypost-method

Use cases

  • Fetching customer record data with per-request USDC micropayments
  • Agent-driven data retrieval without pre-registration or API keys
  • Programmatic access to paid endpoints using x402 protocol on Base

Fit

Best for

  • Developers experimenting with x402 pay-per-call patterns
  • Agents that need keyless, on-demand API access settled in USDC
  • Low-volume callers who want no subscription or commitment

Not for

  • Production workloads requiring documented request/response schemas
  • High-volume use cases where $0.02/request adds up without bulk discounts
  • Users who need non-crypto payment options

Quick start

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

Endpoint

Transporthttp
Protocolx402
Pay to0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3
CurrencyUSD COIN

Quality

0.35/ 1.00

The endpoint is live and returns a valid x402 402 challenge with clear pricing. However, there is no OpenAPI spec, no request/response schema, no documentation beyond a landing page listing, and the specific /customers/9 endpoint's purpose is unexplained. This is effectively a stub listing.

Warnings

  • No OpenAPI or schema documentation available for this endpoint
  • The /docs, /api, /pricing, and /README pages contain no useful content (only 'Connect wallet')
  • The purpose of /api/v1/customers/9 is unclear — it does not match any of the advertised API categories
  • No request body schema or response examples are provided anywhere
  • Cannot verify what data this endpoint actually returns

Citations

Provenance

Indexed fromx402_bazaar
Enriched2026-04-18 22:17:58Z · anthropic/claude-opus-4.6 · v2
First seen2026-04-18
Last seen2026-04-23

Agent access