Historical stock data for EMR via x402 micropayment on Base, $0.02 per request.
What it does
This endpoint provides historical stock data for the ticker EMR (Emerson Electric) through the lowpaymentfee.com platform. It is part of a broader suite of pay-per-request APIs covering finance, analytics, AI/ML, and infrastructure utilities. The endpoint is accessed via HTTP POST and is gated by the x402 payment protocol, settling in USDC on the Base network.
The x402 challenge confirms the endpoint is live and accepts payments of up to 20,000 base units of USDC (0.02 USD, since USDC uses 6 decimals) per request. No API keys or rate limits are advertised — access is granted purely through per-call micropayment. The payment is sent to address 0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3 and the response MIME type is application/json.
Documentation is extremely sparse. The crawled docs, pricing, and API pages all returned only a "Connect wallet" prompt with no further content. There is no OpenAPI schema, no request/response examples, and no description of the data fields returned by the history endpoint. The specific input parameters (e.g., date range, interval) and output schema (e.g., OHLCV candles, adjusted close) are unknown. The endpoint URL embeds the ticker symbol (EMR), suggesting other tickers may be available at similar paths, but this is not confirmed.
Capabilities
Use cases
- —Retrieving historical price data for Emerson Electric (EMR) stock
- —Integrating stock history into automated trading or analysis agents
- —Pay-per-call access to financial data without API key registration
- —Agent-driven portfolio backtesting using historical equity prices
Fit
Best for
- —Agents needing on-demand stock history without subscription commitments
- —Developers prototyping financial tools with minimal setup
- —x402-compatible clients on the Base network
Not for
- —Bulk historical data downloads across many tickers (no batch endpoint documented)
- —Real-time streaming stock quotes
- —Users who need detailed API documentation or guaranteed SLAs
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/stocks/EMR/history \
-H "Content-Type: application/json" \
-H "X-PAYMENT: <x402_payment_header>"Endpoint
Quality
The endpoint is live (402 challenge captured) and pricing is clear ($0.02 USDC on Base), but there is no documentation, no OpenAPI schema, no request/response examples, and no description of what fields the history endpoint returns. Effectively a stub listing.
Warnings
- —No API documentation available — docs, pricing, and API pages all render only a wallet-connect prompt
- —No OpenAPI or JSON schema describing request parameters or response format
- —Unknown what historical data fields are returned (dates, OHLCV, adjusted prices, etc.)
- —It is unclear whether other stock tickers are supported at similar paths
- —No information on data source, update frequency, or data quality
Citations
- —The endpoint returns a 402 challenge with maxAmountRequired of 20000 base units of USDC on Base networkhttps://lowpaymentfee.com/api/v1/stocks/EMR/history
- —Pricing is $0.02 per request with no API keys, no rate limits, and instant accesshttps://lowpaymentfee.com
- —The platform offers APIs across Data & Analytics, AI & ML, Finance & Web3, and Infrastructure categorieshttps://lowpaymentfee.com
- —USDC asset contract on Base is 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913https://lowpaymentfee.com/api/v1/stocks/EMR/history