x402basequality 0.30

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

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. It is one of many endpoints offered by the provider, which spans categories including Data & Analytics, AI & Machine Learning, Finance & Web3, and Infrastructure utilities. All endpoints on the platform share a uniform $0.02-per-request pricing model, paid in USDC on the Base network with no API keys, rate limits, or commitments required.

The specific endpoint `/api/v1/payments/240` is labeled "Premium API Access" but the provider does not document what this particular route returns or what input it expects beyond an HTTP POST with a JSON body. The x402 challenge confirms the endpoint is live, accepting payment of up to 20,000 base units of USDC (0.02 USD) on Base (asset contract 0x8335…2913). The payment scheme is "exact" with a 300-second timeout.

The broader platform advertises endpoints for sentiment analysis, text summarization, classification, embeddings, price feeds, exchange rates, token quotes, gas estimates, geocoding, validation, conversion, and generation — all at the same $0.02 price point. However, documentation pages (/docs, /pricing, /README) returned only a "Connect wallet" prompt with no substantive content, so the actual capabilities, request schemas, and response formats for any of these endpoints remain undocumented.

Capabilities

x402-paymentusdc-basepay-per-requestjson-apino-api-keyhttp-post

Use cases

  • Programmatic pay-per-call access to a premium API without needing API keys or subscriptions
  • Agent-driven workflows that need to pay for individual API calls using USDC on Base
  • Testing x402 payment flows against a live endpoint

Fit

Best for

  • Developers exploring x402 payment protocol integrations
  • Agents that need keyless, pay-as-you-go API access on Base
  • Low-volume consumers who want per-request billing with no minimums

Not for

  • Users who need detailed API documentation or guaranteed SLAs before integrating
  • High-volume production workloads where per-request crypto payments add latency and cost overhead
  • Anyone requiring non-crypto payment methods

Quick start

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

Example

Request

{
  "url": "https://lowpaymentfee.com/api/v1/payments/240",
  "body": {},
  "method": "POST",
  "headers": {
    "X-PAYMENT": "<x402-payment-token>",
    "Content-Type": "application/json"
  }
}

Endpoint

Transporthttp
Protocolx402
Pay to0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3
CurrencyUSD COIN

Quality

0.30/ 1.00

The endpoint is live and returns a valid x402 challenge, but there is effectively zero documentation: no request schema, no response schema, no description of what 'Premium API Access' actually provides. The docs, pricing, and README pages all returned only 'Connect wallet' with no content. The listing is essentially a stub.

Warnings

  • No documentation available — /docs, /pricing, and /README pages all return only a 'Connect wallet' prompt with no substantive content.
  • The purpose and response format of /api/v1/payments/240 ('Premium API Access') is completely undocumented; it is unclear what data or service this endpoint provides.
  • The broader platform lists many endpoints (AI, finance, utilities) but none have documented schemas or example responses.
  • Cannot verify that any of the advertised capabilities (sentiment analysis, summarization, etc.) actually function.

Citations

Provenance

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

Agent access