x402basequality 0.35

Pay-per-call API platform on Base network via x402 — $0.02/request in USDC.

Price
0.02 USDC / call
Protocol
x402
Verified
no

What it does

lowpaymentfee.com is an x402-enabled API platform that offers a broad catalog of endpoints spanning data analytics, AI/ML inference, finance/Web3 data, and infrastructure utilities. Every endpoint costs $0.02 per request, paid in USDC on the Base network with no API keys, no rate limits, and no upfront commitments. The specific endpoint at `/api/v1/accounts/12` is listed as "Premium API Access" and returns `application/json` via POST.

The x402 challenge for this endpoint advertises a maxAmountRequired of 20,000 base units of USDC (contract `0x8335…2913` on Base). Since USDC uses 6 decimals, this equals $0.02 per call, consistent with the site's advertised flat pricing. Payment is made by including an `X-PAYMENT` header conforming to x402 version 1, with the "exact" scheme and a 300-second timeout.

The broader platform also advertises AI endpoints (sentiment analysis, text summarization, classification, embeddings), finance endpoints (price feeds, exchange rates, token quotes, gas estimates), data endpoints (metrics, reports, export, insights), and utility endpoints (geocoding, validation, conversion, generation) — all at the same $0.02/request price point. Documentation pages exist but were largely empty at crawl time (showing only a "Connect wallet" prompt), so detailed request/response schemas for individual endpoints are not available.

Capabilities

x402-paymentusdc-basepay-per-requestjson-apipremium-api-accessno-api-keyno-rate-limit

Use cases

  • Accessing premium account data via a single paid HTTP POST call
  • Agent-driven workflows that need frictionless per-call payment without API key management
  • Programmatic access to paid endpoints settled on Base L2 in USDC

Fit

Best for

  • Developers wanting zero-signup, pay-as-you-go API access
  • AI agents that can settle x402 payments autonomously on Base
  • Low-volume or bursty workloads where flat $0.02/call pricing is economical

Not for

  • High-volume use cases where per-call costs add up quickly without bulk discounts
  • Users who need detailed API documentation or OpenAPI schemas before integrating

Quick start

curl -X POST https://lowpaymentfee.com/api/v1/accounts/12 \
  -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 (402 challenge captured) and pricing is clear ($0.02 USDC on Base). However, there is no OpenAPI schema, no request/response examples, and documentation pages are empty stubs. The specific purpose of '/api/v1/accounts/12' beyond 'Premium API Access' is unknown.

Warnings

  • Documentation pages (/docs, /api, /pricing, /README) returned no meaningful content — only a 'Connect wallet' prompt.
  • No OpenAPI or schema available; request body format and response structure for /api/v1/accounts/12 are unknown.
  • The purpose and data returned by the 'accounts/12' endpoint is unclear from available material.

Citations

Provenance

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

Agent access