x402basequality 0.35

Real-time stock price data for BDX via x402 micropayment on Base, $0.02 per request.

Price
0.02 USDC / call
Protocol
x402
Verified
no

What it does

This endpoint returns the current stock price for BDX (Becton, Dickinson and Company) through an x402-gated API hosted at lowpaymentfee.com. Payment is settled on the Base network using USDC at $0.02 per request — no API keys, no rate limits, and no subscriptions required.

The provider, lowpaymentfee.com, offers a broad catalog of pay-per-call APIs spanning data analytics, AI/ML inference, finance, crypto, and utility services, all priced uniformly at $0.02 per request. This specific endpoint sits within the finance category and is accessed via HTTP POST. The x402 challenge confirms the endpoint is live and accepts exact-scheme payments to a specified wallet address with a 300-second timeout.

Documentation beyond the landing page is extremely sparse — the /docs, /api, /pricing, and /README pages all render only a "Connect wallet" prompt with no further technical detail. There is no OpenAPI spec, no example request/response payloads, and no description of the response schema. The endpoint path suggests it returns a price quote for the stock ticker BDX, but the exact response format must be discovered by making a paid call.

Capabilities

stock-price-lookupx402-micropaymentusdc-paymentbase-networkpay-per-requestno-api-keyreal-time-data

Use cases

  • Fetching the current stock price for BDX (Becton, Dickinson and Company) programmatically
  • Building trading bots or portfolio dashboards that need on-demand equity prices without API key management
  • Agent-driven workflows that pay per call for financial data without subscriptions

Fit

Best for

  • AI agents needing keyless, on-demand stock price lookups
  • Developers who want pay-per-use pricing without rate limits or commitments
  • Crypto-native applications that can settle micropayments in USDC on Base

Not for

  • Bulk historical stock data retrieval (only current price, no batch or historical endpoints documented)
  • Users who cannot transact in USDC on the Base network
  • Applications requiring detailed financial data (OHLCV, fundamentals, options) — only a single price endpoint is documented

Quick start

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

Endpoint

Transporthttp
Protocolx402
Pay to0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3
CurrencyUSD COIN

Quality

0.35/ 1.00

The x402 challenge is live and pricing is clear ($0.02 USDC on Base), but there is no OpenAPI spec, no request/response schema, no documentation, and no examples. The endpoint's actual behavior and response format are entirely unknown beyond what the URL path implies.

Warnings

  • No OpenAPI or schema documentation available — response format is unknown
  • All documentation pages (/docs, /api, /pricing, /README) render only 'Connect wallet' with no technical content
  • The specific /stocks/BDX/price endpoint is not listed on the provider's landing page; only generic finance endpoints are shown
  • No example request or response payloads are available; the output must be discovered empirically

Citations

Provenance

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

Agent access