x402basequality 0.35

Pay-per-request API platform on Base (USDC) via x402 — $0.02/call, no API keys required.

Price
0.02 USDC / call
Protocol
x402
Verified
no

What it does

lowpaymentfee.com is a pay-per-request API platform that uses the x402 protocol to gate access to a variety of endpoints across data analytics, AI/ML inference, finance/Web3, and infrastructure utilities. Each call costs $0.02 in USDC on the Base network, with no API keys, rate limits, or upfront commitments required. Payment is handled inline via the x402 payment header.

The specific endpoint at `/api/v1/orders/51` is listed as "Premium API Access" and returns a 402 challenge requesting up to 20,000 base units of USDC (i.e., $0.02, since USDC uses 6 decimals) on Base. The platform advertises categories including 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 (geocoding, validation, conversion, generation).

Documentation is extremely sparse — the /docs, /api, /pricing, and /README pages all render only a "Connect wallet" prompt with no further content. There is no OpenAPI spec, no request/response schema documentation, and no usage examples available from the crawled material. The endpoint is live and responds with a valid x402 challenge, but without documentation it is unclear what request body this specific `/api/v1/orders/51` endpoint expects or what it returns.

Capabilities

x402-paymentpay-per-requestusdc-baseno-api-keydata-analyticsai-inferencesentiment-analysistext-summarizationclassificationembeddingsfinance-datageocodingvalidation

Use cases

  • Accessing AI inference endpoints (sentiment, summarization, classification, embeddings) without API key management
  • Fetching real-time financial data like token quotes, gas estimates, and exchange rates on a per-call basis
  • Running data analytics queries and exporting data with per-request billing
  • Using utility services like geocoding, validation, and conversion without subscriptions

Fit

Best for

  • Agents or developers who want zero-setup, pay-as-you-go API access
  • Use cases requiring no rate limits and no upfront commitments
  • Crypto-native workflows already operating on Base with USDC

Not for

  • Users needing detailed API documentation or guaranteed SLAs before integrating
  • High-volume use cases where per-request pricing at $0.02 may be more expensive than subscription alternatives
  • Users without access to USDC on the Base network

Quick start

# The endpoint requires an x402 payment header with USDC on Base.
# 1. POST to the endpoint; receive a 402 challenge.
# 2. Construct and sign an x402 payment for 20000 base units ($0.02 USDC).
# 3. Re-send the POST with the X-PAYMENT header attached.

curl -X POST https://lowpaymentfee.com/api/v1/orders/51 \
  -H "Content-Type: application/json" \
  -H "X-PAYMENT: <signed-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, confirming it works. However, documentation is essentially nonexistent — all doc pages show only 'Connect wallet'. There is no OpenAPI spec, no request/response schema, and no examples. The specific purpose of /api/v1/orders/51 is unclear beyond the generic 'Premium API Access' label.

Warnings

  • No API documentation available — /docs, /api, /pricing, and /README pages all render only 'Connect wallet'
  • No OpenAPI or schema specification found for any endpoint
  • The specific function of /api/v1/orders/51 ('Premium API Access') is not documented; it is unclear what request body it expects or what it returns
  • The platform lists many endpoint categories on its landing page but none have documented schemas or examples

Citations

Provenance

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

Agent access