x402basequality 0.40

Historical stock data for JNJ via x402 micropayment on Base, $0.02 per request.

Price
0.02 USDC / call
Protocol
x402
Verified
no

What it does

This endpoint provides historical stock price data for Johnson & Johnson (JNJ) through the x402 payment protocol. It is part of the lowpaymentfee.com platform, which offers a variety of pay-per-call APIs spanning finance, AI/ML, data analytics, and infrastructure utilities — all settled on the Base network using USDC.

The endpoint accepts POST requests and returns JSON. Each call costs $0.02 (20,000 base units of USDC on Base, which uses 6 decimals). Payment is handled inline via the x402 `X-PAYMENT` header — no API keys, accounts, or rate limits are required. The x402 challenge was confirmed live, returning a 402 with a well-formed payment challenge advertising the USDC asset contract `0x8335…2913` on Base.

Documentation beyond the landing page is extremely sparse — the /docs, /pricing, /api, and /README pages all render only a "Connect wallet" prompt with no additional technical detail. There is no OpenAPI spec, no request/response schema, and no example payloads available. The exact request body format and the shape of the historical data response are unknown and must be discovered experimentally.

Capabilities

stock-historyhistorical-price-datax402-paymentusdc-baseper-request-billingno-api-keyjson-response

Use cases

  • Retrieving historical stock price data for JNJ for backtesting or analysis
  • Integrating pay-per-call stock data into an AI agent workflow without managing API keys
  • Building financial dashboards that pull historical equity data on demand

Fit

Best for

  • Agents or apps needing on-demand JNJ historical stock data without subscription commitments
  • Developers experimenting with x402 micropayment-based API access
  • Low-volume financial data consumers who prefer pay-per-request pricing

Not for

  • High-frequency trading requiring sub-second latency and guaranteed SLAs
  • Users needing comprehensive multi-ticker historical data in bulk
  • Anyone without a Base-compatible USDC wallet

Quick start

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

Endpoint

Transporthttp
Protocolx402
Pay to0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3
CurrencyUSD COIN

Quality

0.40/ 1.00

The endpoint is confirmed live via a valid 402 x402 challenge with clear pricing ($0.02 USDC on Base). However, there is no OpenAPI spec, no documentation of request parameters or response schema, and no example payloads. The docs pages are empty beyond a wallet-connect prompt. Listing is functional but essentially a stub in terms of developer guidance.

Warnings

  • No OpenAPI or schema documentation available — request body format and response structure are unknown
  • All documentation pages (/docs, /pricing, /api, /README) render only 'Connect wallet' with no technical content
  • The specific stock ticker (JNJ) is hardcoded in the URL path; it is unclear whether other tickers are supported at similar paths
  • No information on data source, update frequency, or historical date range coverage

Citations

Provenance

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

Agent access