x402basequality 0.30

x402-gated API platform on Base offering data, AI, finance, and utility endpoints at $0.02/request.

Price
0.02 USDC / call
Protocol
x402
Verified
no

What it does

lowpaymentfee.com is an x402 protocol API marketplace that gates access to a variety of endpoints behind per-request micropayments settled in USDC on the Base network. The specific endpoint at `/api/v1/carts/19` is listed as "Premium API Access" and costs up to $0.02 per call (20,000 base units of USDC with 6 decimals). Payment is handled via the x402 exact scheme — callers include an X-PAYMENT header with a signed payment to the provider's address, and the endpoint returns JSON.

The broader platform advertises four categories of APIs: 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 $0.02 per request with no API keys, no rate limits, and no minimum commitments required.

Note that the specific endpoint `/api/v1/carts/19` does not clearly map to any of the documented API categories — it appears to be a cart resource, which is not described on the landing page. Documentation pages (docs, pricing, README) returned only a "Connect wallet" prompt with no substantive content, so details about request/response schemas, authentication flows, or the actual functionality behind this particular endpoint are unknown.

Capabilities

x402-paymentusdc-baseper-request-micropaymentjson-responsepost-methodno-api-key

Use cases

  • Programmatic access to pay-per-call API endpoints without traditional API key management
  • Agent-driven workflows that need to purchase API access on-the-fly via x402 micropayments
  • Accessing data, AI inference, finance, or utility services with per-request billing on Base

Fit

Best for

  • Developers or agents wanting zero-commitment, pay-as-you-go API access
  • x402-compatible agents that can sign USDC payments on Base
  • Use cases requiring no rate limits and instant access without signup

Not for

  • Users who need detailed API documentation or well-defined schemas before integrating
  • High-volume consumers who would benefit from bulk pricing or subscription plans
  • Anyone without a Base-compatible USDC wallet

Quick start

# The endpoint requires an X-PAYMENT header with a valid x402 payment.
# First, obtain the 402 challenge:
curl -X POST https://lowpaymentfee.com/api/v1/carts/19
# Returns 402 with x402 challenge. Sign the payment for 20000 base units
# of USDC on Base, then retry with the header:
curl -X POST https://lowpaymentfee.com/api/v1/carts/19 \
  -H "X-PAYMENT: <signed-payment-payload>" \
  -H "Content-Type: application/json"

Endpoint

Transporthttp
Protocolx402
Pay to0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3
CurrencyUSD COIN

Quality

0.30/ 1.00

The endpoint is live (returns a valid 402 challenge), but the specific resource /api/v1/carts/19 is not documented anywhere on the site. Documentation pages are empty (only showing 'Connect wallet'). No request/response schema, no examples, and no explanation of what 'Premium API Access' on a carts endpoint actually returns. Effectively a stub listing.

Warnings

  • The endpoint path /api/v1/carts/19 does not match any documented API on the landing page — its actual functionality is unknown.
  • All documentation pages (/docs, /pricing, /README, /api) returned only 'Connect wallet' with no substantive content.
  • No request body schema or response schema is available; callers cannot know what to send or what to expect back.
  • The 'Premium API Access' description is generic and does not explain the endpoint's purpose.

Citations

Provenance

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

Agent access