x402basequality 0.40

Pay-per-call stock market quote for AAPL via x402 on Base, settled in USDC.

Price
0.02 USDC / call
Protocol
x402
Verified
no

What it does

This endpoint at lowpaymentfee.com provides a real-time market quote for AAPL (Apple Inc.) stock. It is part of a broader suite of pay-per-request APIs offered by the same provider, spanning finance, AI/ML, data analytics, and utility services. The endpoint uses the x402 payment protocol on the Base network, accepting USDC payments at $0.02 per request (20,000 base units of USDC with 6 decimals). No API keys or rate limits are required — callers simply attach an X-PAYMENT header with a valid x402 payment proof.

The specific endpoint path `/api/v1/market/quote/AAPL` suggests a REST pattern where the ticker symbol is a path parameter, meaning other stock symbols may be available at similar paths (e.g., `/api/v1/market/quote/MSFT`). The endpoint accepts POST requests and returns JSON. However, no detailed documentation of the response schema, supported ticker symbols, or data sources is available from the crawled material. The docs, pricing, and API pages all appear to require wallet connection and contain no additional technical content.

The provider's landing page lists a flat $0.02/request pricing model across all endpoints, with no minimums, no commitments, and no API keys. Settlement occurs on the Base L2 network using USDC (contract 0x8335…2913). The x402 challenge was successfully captured, confirming the endpoint is live and operational.

Capabilities

stock-quotemarket-datax402-paymentusdc-settlementbase-networkpay-per-callno-api-keyjson-response

Use cases

  • Fetching real-time AAPL stock quotes from an AI agent without pre-registration
  • Building trading bots that pay per API call with no subscription
  • Integrating stock price lookups into autonomous agent workflows on Base

Fit

Best for

  • AI agents needing on-demand stock quotes without API key management
  • Developers prototyping financial apps with minimal setup
  • Low-volume or sporadic stock price lookups at $0.02 per call

Not for

  • High-frequency trading requiring sub-millisecond latency and bulk pricing
  • Users who need comprehensive historical market data or OHLCV candles
  • Anyone without a Base-network USDC wallet or x402-compatible client

Quick start

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

Endpoint

Transporthttp
Protocolx402
Pay to0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3
CurrencyUSD COIN

Quality

0.40/ 1.00

The x402 challenge is live and confirms pricing and network details. However, there is no OpenAPI schema, no response examples, no documentation of supported tickers or response fields, and the docs/pricing/API pages are empty (wallet-gated). The listing is largely inferred from the URL pattern and landing page.

Warnings

  • No response schema or example response available — actual output format is unknown
  • Documentation pages (docs, pricing, API, README) are all behind a wallet-connect gate and contain no useful content
  • Supported ticker symbols beyond AAPL are not documented
  • Data source and freshness/latency of quotes are unknown

Citations

Provenance

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

Agent access