x402basequality 0.35

Pay-per-call market quote API on Base, settled in USDC via x402 at $0.02/request.

Price
0.02 USDC / call
Protocol
x402
Verified
no

What it does

The endpoint at `/api/v1/market/quote/V` is part of a broader suite of pay-per-call APIs hosted on lowpaymentfee.com. It is labeled "Premium API Access" and appears to serve market quote data, though the exact response schema and accepted request parameters are not documented in the crawled material. The endpoint is live and returns a standard x402 payment challenge when called without payment.

Payment is settled on the Base network using USDC (contract `0x8335…2913`) with an "exact" scheme. The maximum amount required per call is 20,000 base units, which at 6 decimals equals $0.02 USD. No API keys or rate limits are advertised; access is gated entirely by the x402 micropayment protocol. The provider's landing page lists a uniform $0.02/request price across all endpoints.

The provider offers additional endpoints spanning data analytics, AI/ML inference (sentiment, summarization, classification, embeddings), finance/Web3 (price feeds, exchange rates, token quotes, gas estimates), and infrastructure utilities (geocoding, validation, conversion, generation). However, no OpenAPI schema, detailed documentation, or example responses were found in the crawl — the docs, pricing, and README pages all returned only a "Connect wallet" prompt with no substantive content.

Capabilities

market-quotex402-paymentusdc-settlementbase-networkpay-per-callno-api-key

Use cases

  • Fetching real-time or on-demand market quotes for assets
  • Integrating pay-per-call market data into trading bots or agents
  • Accessing financial data without API key registration

Fit

Best for

  • Agents or bots that need on-demand market quotes with no signup
  • Developers prototyping with x402 micropayment-gated APIs
  • Low-volume consumers who prefer pay-per-use over subscriptions

Not for

  • High-volume market data consumers who need bulk pricing or websocket streams
  • Users who need detailed API documentation and response schema guarantees before integrating

Quick start

curl -X POST https://lowpaymentfee.com/api/v1/market/quote/V \
  -H "Content-Type: application/json" \
  -H "X-PAYMENT: <x402-payment-header>"

Endpoint

Transporthttp
Protocolx402
Pay to0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3
CurrencyUSD COIN

Quality

0.35/ 1.00

The endpoint is live and returns a valid x402 challenge with clear pricing, but there is no OpenAPI schema, no documented request/response format, no example payloads, and the docs pages are empty. The purpose of the 'V' path segment and what data is actually returned are unknown.

Warnings

  • No OpenAPI or JSON schema available for request or response bodies
  • Documentation pages (/docs, /pricing, /README) return no useful content — only 'Connect wallet'
  • The specific meaning of the '/V' path segment in the endpoint URL is undocumented
  • No example responses available; actual data returned is unknown

Citations

Provenance

Indexed fromx402_bazaar
Enriched2026-04-18 20:36:42Z · anthropic/claude-opus-4.6 · v2
First seen2026-04-18
Last seen2026-04-22

Agent access