x402basequality 0.40

Get the current stock price for 3M (MMM) via a pay-per-call x402 endpoint on Base.

Price
0.02 USDC / call
Protocol
x402
Verified
no

What it does

This endpoint returns the current stock price for 3M Company (ticker: MMM) as a JSON response, paid per request using the x402 protocol. It is part of a broader suite of APIs hosted at lowpaymentfee.com that span data analytics, AI/ML inference, finance, crypto, and utility services.

The endpoint accepts POST requests and charges $0.02 per call, settled in USDC on the Base network. Payment is handled entirely via the x402 protocol — no API keys, accounts, or rate limits are required. The caller includes an X-PAYMENT header with a signed payment proof, and the server returns the stock price data upon verification.

The provider's landing page lists dozens of endpoints all priced at $0.02 per request. Documentation pages beyond the landing page appear to be behind a wallet-connect gate, so detailed request/response schemas are not publicly available. The specific response format for this stock price endpoint is not documented in the crawled material, though the x402 challenge confirms it returns application/json.

Capabilities

stock-price-lookupx402-paymentusdc-settlementbase-networkper-call-pricingno-api-keyreal-time-data

Use cases

  • Fetching the current 3M (MMM) stock price for portfolio tracking or dashboards
  • Agents that need on-demand equity price data without managing API keys
  • Programmatic trading bots that require spot-check pricing for MMM

Fit

Best for

  • AI agents needing keyless, pay-per-call stock price data
  • Developers who want instant access to equity prices without signup
  • Crypto-native applications that can settle micropayments in USDC on Base

Not for

  • High-frequency trading requiring sub-millisecond latency and bulk historical data
  • Users who need stock prices for tickers other than MMM (this endpoint is MMM-specific)
  • Applications that cannot handle x402 payment flows or USDC on Base

Quick start

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

Endpoint

Transporthttp
Protocolx402
Pay to0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3
CurrencyUSD COIN

Quality

0.40/ 1.00

The x402 challenge is live and confirms the endpoint accepts POST requests at $0.02 in USDC on Base. However, there is no OpenAPI schema, no documented request body format, no example response, and the docs pages are gated behind wallet-connect. The actual response structure must be inferred.

Warnings

  • No public documentation for request or response schema — docs pages require wallet connection
  • Response format for stock price data is undocumented; only mimeType application/json is confirmed
  • Provider hosts many endpoints at the same price point; unclear what data source backs the stock prices
  • Other endpoints on the same domain (AI, analytics, etc.) suggest a broad but potentially thin service layer

Citations

Provenance

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

Agent access