x402basequality 0.40

Stock quote data for MMC (Marsh & McLennan) via x402 micropayment on Base, $0.02/request.

Price
0.02 USDC / call
Protocol
x402
Verified
no

What it does

This endpoint provides stock data for the ticker MMC (Marsh & McLennan Companies) through the lowpaymentfee.com platform. It is part of a broader suite of pay-per-call APIs covering data analytics, AI/ML inference, finance, crypto, and utility services. The endpoint uses the x402 payment protocol, settling in USDC on the Base network at $0.02 per request. No API keys, rate limits, or subscriptions are required — callers simply attach an x402 payment header to each POST request.

The specific endpoint `/api/v1/stocks/MMC` sits under the Finance & Web3 category of the provider's API catalog. While the provider lists many endpoints (price feeds, exchange rates, token quotes, gas estimates, etc.), this particular route serves stock-level data for the MMC ticker. The response MIME type is `application/json`. No detailed schema for the response body is documented in the crawled material, so the exact fields returned (e.g., price, volume, change) must be inferred from the finance context.

The provider's landing page confirms a flat $0.02-per-request pricing model across all endpoints, with no minimums or commitments. Payment is made in USDC (contract `0x8335…2913`) on Base. The x402 challenge was successfully captured with `maxAmountRequired` of 20000 base units, which equals $0.02 (USDC uses 6 decimals). The endpoint is live and responding with a proper 402 challenge.

Capabilities

stock-quotefinance-datax402-paymentusdc-baseper-request-pricingno-api-keyjson-response

Use cases

  • Retrieve current stock data for Marsh & McLennan Companies (MMC) in automated trading or research pipelines
  • Integrate real-time equity information into AI agent workflows without managing API keys
  • Pay-per-call stock lookups for portfolio monitoring dashboards

Fit

Best for

  • AI agents needing on-demand stock data with no subscription overhead
  • Developers building x402-native finance applications on Base
  • Low-volume or sporadic stock data consumers who want pay-as-you-go pricing

Not for

  • High-frequency trading requiring sub-millisecond latency and bulk data feeds
  • Users who need historical OHLCV candle data or full market depth (not documented here)
  • Non-crypto-native users who cannot generate x402 payment headers

Quick start

curl -X POST https://lowpaymentfee.com/api/v1/stocks/MMC \
  -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 and returns a valid x402 402 challenge with clear pricing. However, there is no documented request/response schema, no OpenAPI spec, and the crawled docs pages are empty stubs ('Connect wallet'). The actual data returned by the stocks endpoint is entirely unknown.

Warnings

  • No response schema documented — the fields returned for stock data are unknown
  • Documentation pages (/docs, /api, /pricing, /README) are empty or require wallet connection to view
  • No OpenAPI or machine-readable spec available
  • The specific /api/v1/stocks/MMC path is not listed on the provider's landing page; only generic finance endpoints are shown

Citations

Provenance

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

Agent access