x402basequality 0.30

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

Price
0.02 USDC / call
Protocol
x402
Verified
no

What it does

This endpoint at lowpaymentfee.com is part of a broader platform offering pay-per-request APIs across data analytics, AI/ML inference, finance/Web3, and infrastructure utilities — all gated via the x402 payment protocol on the Base network. The specific resource `/api/v1/generate/resource/38` is listed as "Premium API Access" but its exact functionality is not documented beyond that label. It may correspond to the "Generation" utility endpoint listed on the site's homepage.

Payment is settled in USDC (contract `0x8335...2913` on Base) using the x402 "exact" scheme. The maximum amount required per call is 20,000 base units, which at 6 decimals equals $0.02 USD. There are no API keys, no rate limits, and no subscription commitments — each request is independently paid for via the `X-PAYMENT` header. The endpoint accepts HTTP POST and returns `application/json`.

The platform advertises a wide catalog of similarly priced endpoints (analytics, sentiment analysis, text summarization, classification, embeddings, price feeds, exchange rates, geocoding, validation, and more), all at the same $0.02/request price point. However, documentation beyond the landing page is essentially empty — the /docs, /pricing, /api, and /README pages all render only a "Connect wallet" prompt with no further content. Without documentation or example payloads, it is unclear what request body this specific endpoint expects or what response shape it returns.

Capabilities

x402-paymentusdc-settlementbase-networkpay-per-requestno-api-keyjson-responsehttp-post

Use cases

  • Programmatic access to a generation utility via micropayment without subscription or API key management
  • Agent-driven workflows that need on-demand API calls settled in USDC on Base
  • Exploring x402 protocol integration with a low-cost test endpoint

Fit

Best for

  • Developers experimenting with x402 payment protocol
  • Agents that need keyless, pay-per-request API access on Base
  • Low-cost per-call utility operations without rate limits

Not for

  • Users who need detailed documentation or well-defined request/response schemas before integrating
  • High-throughput production workloads where undocumented behavior is a risk
  • Users without USDC on the Base network

Quick start

curl -X POST https://lowpaymentfee.com/api/v1/generate/resource/38 \
  -H "Content-Type: application/json" \
  -H "X-PAYMENT: <x402-payment-token>" \
  -d '{}'

Endpoint

Transporthttp
Protocolx402
Pay to0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3
CurrencyUSD COIN

Quality

0.30/ 1.00

The endpoint is live (returns a valid x402 402 challenge) and pricing is clear at $0.02/request in USDC on Base. However, there is no documentation, no OpenAPI schema, no request/response examples, and the exact purpose of 'resource/38' is undocumented. The docs, pricing, API, and README pages are all blank beyond a wallet-connect prompt.

Warnings

  • Exact functionality of /api/v1/generate/resource/38 is undocumented — 'Premium API Access' is the only description available
  • All documentation pages (/docs, /pricing, /api, /README) render only 'Connect wallet' with no usable content
  • No request body schema or response schema is provided; callers must guess at the expected payload
  • The platform lists many endpoints but none appear to have public documentation

Citations

Provenance

Indexed fromx402_bazaar
Enriched2026-04-18 23:37:49Z · anthropic/claude-opus-4.6 · v2
First seen2026-04-18
Last seen2026-04-28

Agent access