x402basequality 0.30

x402-gated API collection on Base — pay $0.02 per request in USDC, no keys required.

Price
0.02 USDC / call
Protocol
x402
Verified
no

What it does

lowpaymentfee.com hosts a suite of x402-protocol pay-per-call APIs spanning data analytics, AI/ML inference, finance/Web3 data, and utility services. Every endpoint costs $0.02 per request, settled in USDC on the Base network. There are no API keys, no rate limits, and no upfront commitments — callers simply attach an X-PAYMENT header with a valid x402 payment proof.

The specific endpoint `/api/v1/collections/49` is listed as "Premium API Access" and returns an x402 challenge requesting up to 20,000 base units of USDC (0x8335…2913 on Base), which equals $0.02 given USDC's 6 decimals. The payment scheme is "exact" with a 300-second timeout. The endpoint accepts POST requests and returns `application/json`.

Documentation is extremely thin — the docs, pricing, API, and README pages all render only a "Connect wallet" prompt with no further content. There is no OpenAPI spec, no request/response schema, and no usage examples available from the crawled material. The site's landing page lists many other endpoints in the same pattern (analytics, AI, finance, infrastructure), all at $0.02 each, but provides no detail on request formats or response payloads for any of them. Prospective users should expect to experiment or contact the provider for integration guidance.

Capabilities

x402-paymentpay-per-requestusdc-settlementbase-networkno-api-keyjson-responsepost-method

Use cases

  • Accessing premium API data without managing API keys or subscriptions
  • Agent-driven workflows that need on-demand paid API calls settled in USDC
  • Programmatic access to a collection endpoint with per-request crypto payment

Fit

Best for

  • Developers who want zero-signup, pay-as-you-go API access
  • AI agents with x402-compatible wallets on Base
  • Users who prefer crypto micropayments over traditional billing

Not for

  • Users who need detailed API documentation or OpenAPI specs before integrating
  • High-volume consumers who want bulk pricing or subscription discounts
  • Developers without a Base-network USDC wallet

Quick start

# 1. POST to the endpoint — you'll get a 402 challenge:
curl -X POST https://lowpaymentfee.com/api/v1/collections/49

# 2. Parse the 402 JSON to get payment details, sign a payment proof,
#    then re-send with the X-PAYMENT header:
curl -X POST https://lowpaymentfee.com/api/v1/collections/49 \
  -H "X-PAYMENT: <signed-payment-proof>" \
  -H "Content-Type: application/json"

Endpoint

Transporthttp
Protocolx402
Pay to0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3
CurrencyUSD COIN

Quality

0.30/ 1.00

The endpoint is live and returns a valid x402 challenge, confirming it works. However, there is no OpenAPI spec, no request/response schema, no documentation beyond a landing page listing, and no examples. The actual functionality behind 'Premium API Access' and 'collections/49' is completely opaque.

Warnings

  • No OpenAPI or schema available — request and response formats are unknown.
  • Documentation pages (/docs, /pricing, /api, /README) all render only 'Connect wallet' with no usable content.
  • The purpose of '/api/v1/collections/49' ('Premium API Access') is vague — it is unclear what data or service it provides.
  • No examples or integration guides found anywhere in the crawled material.

Citations

Provenance

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

Agent access