x402basequality 0.25

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 a pay-per-request API platform that uses the x402 protocol to accept USDC payments on the Base network. The specific endpoint `/api/v1/transfers/164` is listed as "Premium API Access" and costs $0.02 per call (20,000 base units of USDC with 6 decimals). No API keys, accounts, or rate limits are required — callers simply attach an x402 payment header with each request.

The broader platform advertises multiple API 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 are priced at $0.02 per request. Payments settle in USDC on Base to address `0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3`.

Note that the specific functionality behind the `/api/v1/transfers/164` endpoint is unclear — the description simply says "Premium API Access" with no further documentation on what data or service it returns. The docs, pricing, and README pages on the site all render only a "Connect wallet" prompt with no substantive content. Without documentation or example responses, the actual behavior of this endpoint is unknown.

Capabilities

x402-paymentusdc-base-networkpay-per-requestno-api-keyno-rate-limitsjson-response

Use cases

  • Accessing premium API services with per-request USDC micropayments on Base
  • Agent-driven workflows that need keyless, instant API access
  • Testing x402 protocol integrations with a low-cost endpoint

Fit

Best for

  • Developers or agents wanting no-signup, pay-as-you-go API access
  • x402 protocol experimentation on Base network
  • Low-cost per-call API consumption without subscriptions

Not for

  • Users who need detailed API documentation or guaranteed SLAs
  • Use cases requiring known, well-documented response schemas
  • Anyone without USDC on Base network

Quick start

# The endpoint requires an x402 payment header (USDC on Base).
# 1. Probe for the 402 challenge:
curl -X POST https://lowpaymentfee.com/api/v1/transfers/164
# 2. Parse the 402 JSON, construct the X-PAYMENT header per x402 spec,
#    then re-send with payment attached:
curl -X POST https://lowpaymentfee.com/api/v1/transfers/164 \
  -H "X-PAYMENT: <signed-payment-payload>" \
  -H "Content-Type: application/json"

Endpoint

Transporthttp
Protocolx402
Pay to0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3
CurrencyUSD COIN

Quality

0.25/ 1.00

The endpoint is live (returns a valid 402 challenge) and pricing is clear ($0.02 USDC on Base), but there is no documentation, no OpenAPI schema, no example requests or responses, and the actual functionality of this specific endpoint is completely undocumented. The docs/pricing/README pages are all blank beyond a wallet-connect prompt.

Warnings

  • The specific functionality of /api/v1/transfers/164 is undocumented — 'Premium API Access' is the only description available.
  • All documentation pages (docs, pricing, README) render only a 'Connect wallet' prompt with no substantive content.
  • No OpenAPI spec, request schema, or response schema is available.
  • The broader platform lists many API categories (AI, finance, analytics, etc.) but none have documented schemas or example responses.

Citations

Provenance

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

Agent access