x402basequality 0.40

Get the current stock price for MRK (Merck) via x402 micropayment on Base.

Price
0.02 USDC / call
Protocol
x402
Verified
no

What it does

This endpoint returns the current stock price for Merck & Co. (ticker: MRK) as a pay-per-request API secured by the x402 protocol. It is part of a broader suite of APIs hosted at lowpaymentfee.com, which covers data analytics, AI/ML inference, finance, crypto, and utility services — all priced at $0.02 per request.

Payment is settled on the Base network using USDC (contract 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913). The x402 challenge specifies a maxAmountRequired of 20000 base units, which equals $0.02 (USDC uses 6 decimals). There are no API keys, no rate limits, and no subscription commitments — each call is paid individually via the X-PAYMENT header. The endpoint accepts POST requests and returns JSON.

The provider's landing page lists many other endpoints across finance, AI, infrastructure, and data categories, all at the same $0.02 price point. Documentation pages beyond the landing page were largely empty (showing only a "Connect wallet" prompt), so details about the response schema, error handling, and data sources for stock prices are not available from the crawl.

Capabilities

stock-price-lookupx402-paymentusdc-settlementbase-networkper-request-pricingno-api-keyjson-response

Use cases

  • Fetching the latest Merck (MRK) stock price for portfolio tracking or trading bots
  • Integrating real-time equity prices into an AI agent's decision pipeline without managing API keys
  • Pay-per-call stock data access for low-volume or experimental financial applications

Fit

Best for

  • Developers wanting keyless, pay-per-use stock price data
  • AI agents that can settle x402 micropayments on Base
  • Low-volume consumers who don't want subscription commitments

Not for

  • High-frequency trading requiring sub-millisecond latency and bulk data
  • Users who need historical OHLCV candle data or full market depth
  • Anyone unable to pay with USDC on the Base network

Quick start

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

Endpoint

Transporthttp
Protocolx402
Pay to0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3
CurrencyUSD COIN

Quality

0.40/ 1.00

The endpoint is live (402 challenge captured) with clear pricing ($0.02 USDC on Base), but there is no OpenAPI schema, no documented response format, no example responses, and all docs pages are empty stubs. The actual data source for stock prices is unknown.

Warnings

  • No documentation available — all doc/pricing/README pages return only a 'Connect wallet' prompt with no content.
  • Response schema is unknown; no example response is available from the probe or crawl.
  • Data source for MRK stock price is not disclosed; accuracy and freshness are unverifiable.
  • The specific /stocks/MRK/price path is not listed on the provider's landing page, though similar finance endpoints are.

Citations

Provenance

Indexed fromx402_bazaar
Enriched2026-04-18 20:45:27Z · anthropic/claude-opus-4.6 · v2
First seen2026-04-18
Last seen2026-04-23

Agent access