x402basequality 0.30

Pay-per-call premium API access on Base via x402 — $0.02/request in USDC.

Price
0.02 USDC / call
Protocol
x402
Verified
no

What it does

lowpaymentfee.com hosts a collection of pay-per-request API endpoints gated by the x402 payment protocol. The specific endpoint `/api/v1/messages/48` is listed as "Premium API Access" and accepts POST requests. Payment is settled on the Base network in USDC (contract 0x8335…2913) at a maximum cost of 20,000 base units, which equals $0.02 per request (USDC uses 6 decimals). No API keys, rate limits, or upfront commitments are required — callers simply attach an X-PAYMENT header with a valid x402 payment proof.

The broader lowpaymentfee.com platform advertises endpoints across four categories: 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 are priced at $0.02 per request.

The `/api/v1/messages/48` endpoint itself lacks detailed documentation — there is no OpenAPI schema, no example request/response payloads, and the crawled docs and pricing pages returned only a "Connect wallet" prompt with no additional content. The endpoint is confirmed live (returns a well-formed 402 challenge), but what the "messages" resource actually returns is unclear from available material. Callers should expect a JSON response (mimeType is application/json) but specific fields and behavior are undocumented.

Capabilities

x402-paymentpay-per-requestusdc-settlementbase-networkjson-apipost-methodno-api-keyno-rate-limit

Use cases

  • Accessing premium content or data behind a per-request paywall without needing an API key
  • Agent-driven workflows that need to pay for API calls programmatically using USDC on Base
  • Testing x402 payment protocol integrations with a low-cost live endpoint

Fit

Best for

  • Developers experimenting with x402 payment-gated APIs
  • AI agents with Base USDC wallets needing on-demand API access
  • Low-volume, pay-as-you-go API consumption without subscriptions

Not for

  • Users who need detailed API documentation or guaranteed SLAs
  • High-volume production workloads where $0.02/request adds up significantly
  • Anyone without a Base-compatible USDC wallet

Quick start

curl -X POST https://lowpaymentfee.com/api/v1/messages/48 \
  -H "Content-Type: application/json" \
  -H "X-PAYMENT: <x402-payment-proof>"

Endpoint

Transporthttp
Protocolx402
Pay to0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3
CurrencyUSD COIN

Quality

0.30/ 1.00

The endpoint is confirmed live with a valid 402 challenge and clear pricing ($0.02 USDC on Base). However, there is no OpenAPI schema, no documented request/response format, no examples, and the purpose of the 'messages/48' resource is entirely opaque. The crawled docs pages returned only 'Connect wallet' with no useful content.

Warnings

  • No OpenAPI or schema documentation available for this endpoint
  • The purpose and expected input/output of /api/v1/messages/48 is undocumented
  • Docs, pricing, and README pages on the site returned only 'Connect wallet' with no substantive content
  • Cannot verify what data or service this specific endpoint provides

Citations

Provenance

Indexed fromx402_bazaar
Enriched2026-04-21 23:15:50Z · anthropic/claude-opus-4.6 · v2
First seen2026-04-21
Last seen2026-04-22

Agent access