x402basequality 0.35

Historical stock price data for MCD (McDonald's) via pay-per-request x402 on Base.

Price
0.02 USDC / call
Protocol
x402
Verified
no

What it does

This endpoint provides historical stock price data for McDonald's (ticker: MCD) through the x402 payment protocol. It is part of a broader API platform at lowpaymentfee.com that offers data & analytics, AI/ML inference, finance, crypto, and utility endpoints — all priced at $0.02 per request with no API keys, no rate limits, and no commitments.

The specific endpoint at `/api/v1/stocks/MCD/history` accepts POST requests and returns JSON. Payment is settled on the Base network using USDC (contract 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913). The maximum amount required per call is 20,000 base units of USDC, which equals $0.02 (USDC uses 6 decimals). The x402 challenge was successfully captured, confirming the endpoint is live.

Documentation beyond the landing page is extremely sparse — the docs, API, pricing, and README pages all render only a "Connect wallet" prompt with no additional content. There is no OpenAPI schema, no request/response examples, and no description of what fields the historical stock data includes or what parameters the POST body accepts. Consumers should expect to experiment with the endpoint to discover its input and output format.

Capabilities

stock-historyhistorical-pricesx402-paymentper-request-billingbase-networkusdc-settlementno-api-key

Use cases

  • Retrieving historical stock price data for McDonald's (MCD) for backtesting or analysis
  • Integrating stock history into an AI agent workflow without managing API keys
  • Building financial dashboards that pull historical equity data on demand

Fit

Best for

  • Agents needing on-demand stock history without subscription commitments
  • Developers who want keyless, pay-per-request access to equity data
  • Crypto-native applications that can settle micropayments on Base

Not for

  • Users needing real-time streaming stock quotes (this is historical data)
  • Bulk data downloads where per-request pricing would be cost-prohibitive at scale
  • Users who cannot transact in USDC on the Base network

Quick start

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

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 ($0.02 USDC on Base). However, there is no OpenAPI schema, no documented request parameters, no response examples, and the docs/pricing/README pages are all empty beyond a wallet-connect prompt. The listing is essentially a stub with confirmed liveness.

Warnings

  • No documentation available — docs, API, pricing, and README pages all show only 'Connect wallet' with no content.
  • No OpenAPI or input/output schema provided; request body format and response fields are unknown.
  • The endpoint path suggests stock-specific data (MCD), but it is unclear whether other tickers are supported or what date ranges/parameters are accepted.
  • Stock data endpoints may be subject to data licensing restrictions depending on the underlying source.

Citations

Provenance

Indexed fromx402_bazaar
Enriched2026-04-18 23:38:15Z · anthropic/claude-opus-4.6 · v2
First seen2026-04-18
Last seen2026-04-29

Agent access