x402basequality 0.30

Pay-per-call premium API access on Base via x402 — $0.02 per request in USDC.

Price
0.02 USDC / call
Protocol
x402
Verified
no

What it does

lowpaymentfee.com offers a suite of pay-per-request APIs accessible via the x402 payment protocol on the Base network. The endpoint at `/api/v1/payments/102` is labeled "Premium API Access" and accepts POST requests. Payment is settled in USDC (contract 0x8335…2913 on Base) with a maximum amount of 20,000 base units, which equals $0.02 per call (USDC uses 6 decimals). No API keys, rate limits, or upfront commitments are required — each request is paid individually via the X-PAYMENT header.

The broader platform advertises four categories of endpoints: 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 listed endpoints share the same $0.02/request pricing. However, the specific endpoint being listed here (`/api/v1/payments/102`) does not clearly map to any of these named services — its description is simply "Premium API Access" with no further documentation on what data or functionality it returns.

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 schema beyond the x402 challenge's outputSchema stub, and no examples of what a successful response looks like. The endpoint is confirmed live (402 challenge captured), but the actual functionality behind this specific path is unclear.

Capabilities

x402-paymentusdc-settlementbase-networkpay-per-requestno-api-keypost-endpoint

Use cases

  • Programmatic access to paid API services without API key management
  • Agent-driven workflows that need on-demand API calls settled in USDC on Base
  • Testing x402 payment protocol integrations with a low-cost endpoint

Fit

Best for

  • Developers experimenting with x402 payment flows
  • AI agents that need keyless, pay-per-call API access
  • Users who want to avoid subscriptions and pay only per request

Not for

  • Users who need detailed API documentation or guaranteed SLAs
  • Production workloads requiring well-documented request/response schemas
  • Anyone without a Base-compatible USDC wallet

Quick start

curl -X POST https://lowpaymentfee.com/api/v1/payments/102 \
  -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 ($0.02 USDC on Base). However, there is no documentation, no OpenAPI spec, no request/response examples, and the actual functionality behind this specific endpoint path is undocumented. The docs/pricing/README pages are all empty beyond a wallet connect prompt.

Warnings

  • No documentation available — /docs, /pricing, /README all show only 'Connect wallet'
  • No OpenAPI or schema describing request parameters or response format
  • The specific endpoint /api/v1/payments/102 does not map to any named service on the landing page
  • Actual functionality of this endpoint is unknown — 'Premium API Access' is the only description

Citations

Provenance

Indexed fromx402_bazaar
Enriched2026-04-19 06:38:01Z · anthropic/claude-opus-4.6 · v2
First seen2026-04-18
Last seen2026-04-23

Agent access