x402basequality 0.40

Pay-per-call product data endpoint 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 x402-gated API endpoints spanning data & analytics, AI/ML inference, finance/Web3, and infrastructure utilities. The specific endpoint at `/api/v1/products/1` is labeled "Premium API Access" and returns JSON product data upon payment. It uses the x402 exact payment scheme on the Base network, accepting USDC (contract 0x8335…2913) with a maximum charge of 20,000 base units — which equals $0.02 per request (USDC uses 6 decimals). No API keys or rate limits are advertised; access is granted purely through per-call micropayment.

The endpoint responds to POST requests and is confirmed live (HTTP 402 challenge captured). The broader platform lists roughly 16 endpoints across categories like sentiment analysis, text summarization, embeddings, price feeds, gas estimates, geocoding, and more — all at the same $0.02/request price point. Documentation pages exist at /docs, /pricing, and /api but currently render only a "Connect wallet" prompt with no substantive technical documentation, so the actual request/response schemas for this endpoint are unknown beyond the x402 challenge metadata.

Because there is no OpenAPI spec, no request body schema, and no example responses available, the exact data returned by `/api/v1/products/1` cannot be confirmed. The endpoint is live and the payment mechanics are clear, but consumers should be aware that documentation is effectively absent.

Capabilities

x402-paymentusdc-micropaymentbase-networkper-call-pricingjson-responseno-api-keypost-method

Use cases

  • Retrieving product data on-demand with per-call USDC micropayments
  • Integrating pay-as-you-go API access into agent workflows without managing API keys
  • Demonstrating x402 payment protocol integration on Base

Fit

Best for

  • Developers exploring x402 micropayment-gated APIs
  • Agents that need keyless, pay-per-call data access on Base
  • Prototyping crypto-native API payment flows

Not for

  • Production workloads requiring documented request/response schemas
  • High-volume use cases where per-call pricing may add up versus subscription models
  • Users without access to USDC on the Base network

Quick start

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

Endpoint

Transporthttp
Protocolx402
Pay to0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3
CurrencyUSD COIN

Quality

0.40/ 1.00

The endpoint is confirmed live with a valid x402 402 challenge and clear pricing ($0.02 USDC on Base). However, there is no OpenAPI spec, no documented request body schema, no example responses, and the docs/pricing/API pages all render only 'Connect wallet' with no content. The actual data returned is unknown.

Warnings

  • No OpenAPI or schema documentation available — request and response formats are unknown
  • All documentation pages (/docs, /pricing, /api, /README) render only 'Connect wallet' with no technical content
  • The exact nature of the data returned by /api/v1/products/1 is unverified

Citations

Provenance

Indexed fromx402_bazaar
Enriched2026-04-18 21:08:10Z · anthropic/claude-opus-4.6 · v2
First seen2026-04-18
Last seen2026-04-22

Agent access