x402basequality 0.35

Historical stock data for MRK (Merck) via x402 micropayment on Base, $0.02/request.

Price
0.02 USDC / call
Protocol
x402
Verified
no

What it does

This endpoint provides historical stock price data for Merck & Co. (ticker: MRK) through the lowpaymentfee.com platform. It is part of a broader suite of pay-per-request APIs covering finance, AI/ML, data analytics, and infrastructure utilities. Payment is handled via the x402 protocol on the Base network using USDC, with each request costing $0.02 (20,000 base units of USDC with 6 decimals).

The endpoint accepts POST requests and returns JSON. No API keys or account registration are required — callers simply attach an X-PAYMENT header with a valid x402 payment proof. The platform advertises no rate limits and instant access. The x402 challenge was confirmed live, returning a proper 402 response with payment parameters including the USDC contract address on Base (0x8335…2913) and a 300-second payment timeout.

Documentation is extremely sparse. The docs, API, pricing, and README pages all returned only a "Connect wallet" prompt with no substantive content. There is no OpenAPI schema, no request/response examples, and no description of what fields the historical stock data response contains (e.g., OHLCV candles, date ranges, supported query parameters). The endpoint path suggests it returns historical price data for the MRK ticker, but the exact schema and capabilities must be inferred.

Capabilities

stock-historyhistorical-pricesx402-paymentusdc-basepay-per-requestno-api-keymerck-mrk

Use cases

  • Retrieving historical stock price data for Merck (MRK) for backtesting or analysis
  • Integrating stock history into an AI agent workflow without API key management
  • Pay-per-call access to financial data without subscriptions

Fit

Best for

  • Agents needing on-demand stock history without account setup
  • Low-volume or sporadic financial data lookups
  • Developers prototyping with x402 micropayment rails

Not for

  • High-frequency trading requiring sub-second latency and guaranteed SLAs
  • Bulk historical data downloads across many tickers (only MRK endpoint documented here)
  • Users who need detailed API documentation or schema guarantees before integration

Quick start

curl -X POST https://lowpaymentfee.com/api/v1/stocks/MRK/history \
  -H "Content-Type: application/json" \
  -H "X-PAYMENT: <x402_payment_proof>"

Endpoint

Transporthttp
Protocolx402
Pay to0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3
CurrencyUSD COIN

Quality

0.35/ 1.00

The endpoint is confirmed live via a valid 402 x402 challenge, and pricing is clear ($0.02/request in USDC on Base). However, there is no OpenAPI schema, no request/response examples, and all documentation pages are empty stubs showing only 'Connect wallet'. The actual data format, supported query parameters, and response fields are entirely unknown.

Warnings

  • No API documentation available — docs, pricing, and README pages all return only 'Connect wallet' with no content.
  • No OpenAPI or JSON schema provided for request or response bodies.
  • Response format and supported query parameters (date range, interval, etc.) are unknown.
  • This endpoint is specific to ticker MRK; coverage of other tickers is not confirmed at this path.

Citations

Provenance

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

Agent access