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 provides "Premium API Access" via the x402 payment protocol on the Base network. The site hosts a broad catalog of pay-per-call APIs spanning data & analytics, 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 priced at $0.02 per request, settled in USDC on Base.

The specific endpoint `/api/v1/charges/172` is labeled "Premium API Access" and returns a standard x402 challenge with a maxAmountRequired of 20,000 base units of USDC (0x8335…2913 on Base, 6 decimals), which equals $0.02. Payment is made via the x402 exact scheme — callers attach an X-PAYMENT header with a signed payment to the payTo address. There are no API keys, no rate limits, and no subscription commitments; access is instant once payment is included.

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, and no explanation of what data or functionality the `/api/v1/charges/172` endpoint actually returns. The endpoint is confirmed live (402 challenge captured), but without documentation it is unclear what input the POST body should contain or what the response payload looks like.

Capabilities

x402-paymentusdc-settlementbase-networkpay-per-requestno-api-keypost-methodjson-response

Use cases

  • Programmatic access to paid API endpoints without managing API keys or subscriptions
  • Agent-driven workflows that need to pay per call using on-chain USDC on Base
  • Exploring a catalog of data, AI, finance, and utility APIs with uniform $0.02 pricing

Fit

Best for

  • Developers or agents wanting frictionless pay-per-call API access via x402
  • Users who prefer crypto micropayments over traditional subscription billing
  • Quick prototyping against multiple API categories without signup

Not for

  • Users who need detailed API documentation or OpenAPI specs before integrating
  • High-volume production workloads where per-request crypto settlement adds latency
  • Users without a Base-compatible wallet or USDC holdings

Quick start

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

Endpoint

Transporthttp
Protocolx402
Pay to0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3
CurrencyUSD COIN

Quality

0.30/ 1.00

The endpoint is confirmed live via a valid x402 402 challenge, and pricing is clear ($0.02 USDC on Base). However, there is no OpenAPI spec, no request/response schema, no documentation beyond a wallet-connect prompt, and the specific purpose of /api/v1/charges/172 is undefined. This is effectively a stub listing.

Warnings

  • No documentation available — /docs, /api, /pricing, and /README all return only a 'Connect wallet' prompt with no technical content.
  • No OpenAPI or schema describing request parameters or response format for this endpoint.
  • The specific functionality of /api/v1/charges/172 ('Premium API Access') is not explained anywhere; it may be a generic charge endpoint rather than a distinct service.
  • Cannot verify what data or service is actually delivered upon successful payment.

Citations

Provenance

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

Agent access