x402basequality 0.35

Pay-per-call stock data for LRCX via x402 on Base, settled in USDC at $0.02/request.

Price
0.02 USDC / call
Protocol
x402
Verified
no

What it does

This endpoint provides stock data for Lam Research (LRCX) through the lowpaymentfee.com platform, an x402-enabled API marketplace. It accepts POST requests and returns JSON. Payment is handled inline via the x402 protocol: each call costs up to $0.02 (20,000 base units of USDC on the Base network, 6 decimals). No API keys or accounts are required — callers attach an X-PAYMENT header with a signed USDC payment to the specified address.

The endpoint is part of a broader suite offered by lowpaymentfee.com spanning data analytics, AI/ML inference, finance/crypto feeds, and utility services, all priced uniformly at $0.02 per request. The specific /stocks/LRCX path suggests per-ticker stock data retrieval, though the exact response schema (fields like price, volume, market cap, etc.) is not documented in the available materials.

The x402 challenge was successfully captured (HTTP 402 with valid accepts block), confirming the endpoint is live. However, documentation is extremely thin — the docs, pricing, and API pages all render only a "Connect wallet" prompt with no further detail. There is no OpenAPI spec, no example request/response, and no description of what fields the stock data response contains. Callers should expect a JSON response but will need to discover the schema empirically.

Capabilities

stock-dataper-ticker-lookupx402-paymentusdc-settlementbase-networkpay-per-callno-api-keyjson-response

Use cases

  • Retrieving current stock data for Lam Research (LRCX) in an automated trading or analytics pipeline
  • Agent-driven portfolio monitoring that pays per request without managing API keys
  • Integrating real-time equity data into a Web3 application using on-chain micropayments

Fit

Best for

  • Developers who want keyless, pay-per-call stock data access
  • AI agents that can settle USDC payments on Base via x402
  • Prototyping financial dashboards without subscription commitments

Not for

  • Bulk historical stock data downloads (no documented batch endpoint)
  • Users who need detailed documentation or guaranteed SLA before integrating
  • Non-crypto users who cannot settle payments in USDC on Base

Quick start

curl -X POST https://lowpaymentfee.com/api/v1/stocks/LRCX \
  -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 confirmed live via a valid x402 402 challenge, and pricing is clear ($0.02 USDC on Base). However, there is no OpenAPI spec, no documented request/response schema, no example payloads, and the docs pages are empty. The actual content of the stock data response is unknown.

Warnings

  • No OpenAPI or schema documentation available — response fields are unknown
  • Docs, pricing, and API pages all render only 'Connect wallet' with no usable content
  • The specific stock data fields (price, volume, OHLC, etc.) are not described anywhere
  • No example responses available; callers must discover the schema empirically

Citations

Provenance

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

Agent access