Real-time stock price data for BDX via x402 micropayment on Base, $0.02 per request.
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
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
Quality
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
- —The x402 challenge returns 402 with maxAmountRequired of 20000 base units (USDC, 6 decimals = $0.02) on Base networkhttps://lowpaymentfee.com/api/v1/stocks/BDX/price
- —The provider advertises $0.02 per request with no API keys, no rate limits, and instant access on the Base networkhttps://lowpaymentfee.com
- —The asset address 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 is USDC on Basehttps://lowpaymentfee.com/api/v1/stocks/BDX/price