x402basequality 0.30

x402-gated premium API access on Base, pay $0.02 per request in USDC — no keys, no rate limits.

Price
0.02 USDC / call
Protocol
x402
Verified
no

What it does

lowpaymentfee.com is a collection of x402-protocol pay-per-call API endpoints hosted on the Base network. The specific endpoint at `/api/v1/policies/57` is labeled "Premium API Access" and returns a 402 challenge requesting payment in USDC (contract 0x8335…2913 on Base). The maximum amount required per call is 20,000 base units of USDC (6 decimals), which equals $0.02 USD. Payment is made via the x402 exact scheme with no API keys or rate limits required.

The broader lowpaymentfee.com platform advertises endpoints across four categories: 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 endpoints are listed at the same $0.02/request price point.

However, the specific endpoint `/api/v1/policies/57` does not clearly map to any of the advertised API categories. Its description is simply "Premium API Access" with no further documentation about what data or functionality it returns. The docs, pricing, and README pages on the site all render only a "Connect wallet" prompt with no additional technical documentation, OpenAPI schema, or usage examples. Without knowing the request format or response structure, callers must experiment to determine what this endpoint actually does.

Capabilities

x402-paymentpay-per-requestusdc-settlementbase-networkno-api-keyjson-responsehttp-post

Use cases

  • Programmatic access to a pay-per-call API without needing API keys or subscriptions
  • Agent-driven workflows that settle per-request costs in USDC on Base
  • Testing x402 payment protocol integrations against a live endpoint

Fit

Best for

  • Developers exploring x402 protocol pay-per-call patterns
  • AI agents that need keyless, on-demand API access settled in crypto
  • Low-volume consumers who prefer per-request pricing over subscriptions

Not for

  • Users who need detailed API documentation or guaranteed SLAs before integrating
  • High-volume consumers who would benefit from bulk pricing or rate-limited tiers
  • Anyone who cannot transact in USDC on the Base network

Quick start

curl -X POST https://lowpaymentfee.com/api/v1/policies/57 \
  -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 402 challenge with clear pricing ($0.02 USDC on Base). However, there is no OpenAPI schema, no documentation beyond a wallet-connect prompt, no request/response examples, and the endpoint name 'Premium API Access' at /api/v1/policies/57 does not map to any documented functionality. Effectively a stub listing.

Warnings

  • No documentation available — docs, pricing, and README pages all show only 'Connect wallet' with no technical content.
  • The endpoint path /api/v1/policies/57 does not correspond to any of the advertised API categories on the homepage.
  • No OpenAPI spec, request schema, or response schema is provided; callers cannot know what to send or expect back.
  • The purpose and functionality of this specific endpoint are unknown.

Citations

Provenance

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

Agent access