x402basequality 0.30

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

Price
0.02 USDC / call
Protocol
x402
Verified
no

What it does

lowpaymentfee.com hosts a suite of pay-per-call APIs gated by the x402 protocol on the Base network. The endpoint at `/api/v1/collections/23` is listed as "Premium API Access" and returns a standard x402 challenge requesting payment in USDC (contract 0x8335…2913 on Base). The maximum amount required per call is 20,000 base units of USDC (6 decimals), which equals $0.02 USD. Payment is made via the x402 exact scheme with no API keys, subscriptions, or rate limits advertised.

The broader platform advertises four categories of endpoints: 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 the same $0.02/request price point. However, the specific endpoint `/api/v1/collections/23` does not clearly map to any single one of these categories — it may be a collection or bundle endpoint.

Documentation is extremely thin. The docs, API, pricing, and README pages all render only a "Connect wallet" prompt with no further content visible to crawlers. There is no OpenAPI spec, no request/response schema documentation, and no usage examples available. The endpoint is confirmed live (402 challenge captured), but without documentation it is unclear what data or functionality this specific collection endpoint returns.

Capabilities

x402-paymentusdc-settlementbase-networkpay-per-requestno-api-keyjson-response

Use cases

  • Accessing premium data or AI endpoints without creating an account or managing API keys
  • Making one-off API calls paid in USDC on Base with no subscription commitment
  • Agent-driven workflows that need programmatic, wallet-authenticated API access

Fit

Best for

  • Developers who want zero-friction, pay-as-you-go API access via crypto
  • AI agents with Base USDC wallets needing on-demand API calls
  • Prototyping and low-volume usage where $0.02/request is cost-effective

Not for

  • High-volume production workloads where per-request crypto payment adds latency
  • Users without a Base-compatible wallet or USDC holdings
  • Anyone needing detailed API documentation or SLA guarantees

Quick start

# 1. Send a POST to get the 402 challenge
curl -X POST https://lowpaymentfee.com/api/v1/collections/23
# 2. Pay the x402 challenge (20000 base units USDC on Base)
#    Attach the signed payment in the X-PAYMENT header:
curl -X POST https://lowpaymentfee.com/api/v1/collections/23 \
  -H 'X-PAYMENT: <signed-x402-payment-token>' \
  -H 'Content-Type: application/json'

Endpoint

Transporthttp
Protocolx402
Pay to0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3
CurrencyUSD COIN

Quality

0.30/ 1.00

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

Warnings

  • No API documentation available — docs, pricing, and README pages only show 'Connect wallet'
  • No OpenAPI or schema definition found for this endpoint
  • The purpose and response format of /api/v1/collections/23 is undocumented and unclear
  • No request body schema or example responses available

Citations

Provenance

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

Agent access