x402basequality 0.30

x402-gated premium API access on Base, paid per-request 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 payment wall. The specific resource `/api/v1/customers/27` appears to be a customer data endpoint, though its exact response payload is undocumented. The provider's site advertises a broad suite of APIs spanning data & analytics, AI/ML (sentiment analysis, summarization, classification, embeddings), finance & Web3 (price feeds, exchange rates, token quotes, gas estimates), and infrastructure utilities (geocoding, validation, conversion, generation).

Payment is handled via the x402 protocol on the Base network using USDC (contract `0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913`). The challenge captured from the probe shows a `maxAmountRequired` of 20000 (in USDC's 6-decimal representation, this equals $0.02), consistent with the site's advertised flat rate of $0.02 per request. The endpoint accepts POST requests and returns `application/json`. No API keys or rate limits are advertised; access is granted purely through x402 payment headers.

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

Capabilities

x402-paymentusdc-paymentbase-networkper-request-billingjson-responsepost-methodno-api-keycustomer-data

Use cases

  • Accessing customer data records behind a per-request paywall
  • Programmatic agent-driven API consumption without API key management
  • Paying for individual API calls using USDC on Base

Fit

Best for

  • Agents that can handle x402 payment flows on Base
  • Use cases requiring keyless, pay-as-you-go API access
  • Developers who want to avoid subscription commitments

Not for

  • Users needing well-documented API contracts with request/response schemas
  • High-volume use cases where $0.02/request adds up significantly
  • Anyone without a Base-compatible USDC wallet

Quick start

curl -X POST https://lowpaymentfee.com/api/v1/customers/27 \
  -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 with clear pricing, but there is no documentation, no OpenAPI schema, no request/response examples, and no explanation of what the /api/v1/customers/27 resource returns. The docs pages are all empty 'Connect wallet' stubs. This is effectively a stub listing.

Warnings

  • No documentation available — docs, pricing, API, and README pages all show only 'Connect wallet'
  • No OpenAPI or request/response schema provided
  • The specific resource /api/v1/customers/27 is not listed among the advertised APIs on the homepage, making its purpose unclear
  • Cannot verify what data is returned or what request body is expected

Citations

Provenance

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

Agent access