x402basequality 0.30

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 utility services. All endpoints are paid per-request using USDC on the Base network, with no API keys, no rate limits, and no subscriptions required. The specific endpoint at `/api/v1/generate/resource/130` is listed as "Premium API Access" and returns a 402 challenge requesting up to 20,000 base units of USDC (i.e., $0.02) per call.

The platform advertises categories including 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 share the same $0.02 per-request pricing.

Documentation is extremely sparse — the /docs, /api, /pricing, and /README pages all render only a "Connect wallet" prompt with no further technical detail. There is no OpenAPI spec, no request/response schema documentation, and no usage examples available from the crawled content. The exact functionality behind the `/api/v1/generate/resource/130` path (labeled "Premium API Access") is unclear; it does not map obviously to any of the named endpoints on the landing page. Agents should treat this as a low-documentation endpoint until more detail is published.

Capabilities

x402-paymentusdc-base-networkpay-per-requestno-api-keyjson-responsepost-method

Use cases

  • Programmatic access to utility or generation endpoints without managing API keys
  • Agent-driven workflows that need on-demand paid API calls settled in USDC on Base
  • Testing x402 payment flows against a low-cost live endpoint

Fit

Best for

  • Developers experimenting with x402 payment protocol integrations
  • AI agents that can autonomously pay for API calls via Base USDC
  • Use cases requiring keyless, pay-as-you-go API access

Not for

  • Production workloads requiring well-documented request/response schemas
  • Users who need fiat-only payment options (endpoint requires on-chain USDC on Base)
  • Applications needing guaranteed SLAs or support contracts

Quick start

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

Example

Request

{
  "url": "https://lowpaymentfee.com/api/v1/generate/resource/130",
  "body": {},
  "method": "POST",
  "headers": {
    "X-PAYMENT": "<x402-payment-header>",
    "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 402 challenge with clear pricing, but there is zero documentation on what the endpoint actually does, no request/response schemas, and no examples. The /docs and other pages are empty. The 'Premium API Access' label is generic and does not describe functionality.

Warnings

  • No documentation available — /docs, /api, /pricing, and /README pages all show only 'Connect wallet' with no content.
  • No OpenAPI or schema definition found for any endpoint.
  • The specific resource path /api/v1/generate/resource/130 does not correspond to any named endpoint on the landing page; its actual functionality is unknown.
  • Response format and fields are entirely undocumented.

Citations

Provenance

Indexed fromx402_bazaar
Enriched2026-04-18 23:39:11Z · anthropic/claude-opus-4.6 · v2
First seen2026-04-18
Last seen2026-04-22

Agent access