Historical stock data for NEE (NextEra Energy) via x402 micropayment on Base, $0.02/request.
What it does
This endpoint provides historical stock price data for NEE (NextEra Energy) through the lowpaymentfee.com platform. It is part of a broader suite of pay-per-request APIs covering finance, AI/ML, data analytics, and infrastructure utilities. The endpoint uses the x402 payment protocol, settling in USDC on the Base network at $0.02 per request.
The endpoint accepts POST requests and returns JSON. No API keys or accounts are required — callers authenticate purely via the x402 payment header. The platform advertises no rate limits and instant access. The specific endpoint path (`/api/v1/stocks/NEE/history`) suggests it returns historical price series for the NEE ticker, though no detailed schema or example response is documented in the available crawl material.
lowpaymentfee.com hosts a wide catalog of similar endpoints (analytics, AI inference, crypto quotes, geocoding, etc.), all priced uniformly at $0.02 per call. Documentation pages beyond the landing page returned only a "Connect wallet" prompt with no further technical detail, so the exact request parameters and response shape for this stock history endpoint remain undocumented.
Capabilities
Use cases
- —Retrieve historical price data for NextEra Energy (NEE) for backtesting or analysis
- —Feed stock history into automated trading or portfolio management agents
- —Integrate historical equity data into dashboards without managing API keys or subscriptions
Fit
Best for
- —Agents needing on-demand stock history without subscription commitments
- —Developers prototyping financial tools who want instant, keyless API access
- —Low-volume or sporadic consumers of equity price data
Not for
- —High-frequency trading requiring sub-second latency and bulk data
- —Users who need broad multi-ticker historical data in a single call
- —Anyone without a Base-network USDC wallet or x402-compatible client
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/stocks/NEE/history \
-H "Content-Type: application/json" \
-H "X-PAYMENT: <x402_payment_header>"Endpoint
Quality
The endpoint is live (402 challenge confirmed) and pricing is clear ($0.02 USDC on Base). However, there is no OpenAPI schema, no documented request parameters, and no example response. Documentation pages are empty beyond a wallet-connect prompt, so the actual data shape must be inferred from the URL path alone.
Warnings
- —No request parameter schema documented — input fields are unknown
- —No example response or output schema available
- —Documentation pages (/docs, /api, /pricing, /README) all returned only 'Connect wallet' with no technical content
- —Actual data source and freshness of stock history is unverified
Citations
- —Endpoint returns 402 with x402 challenge advertising USDC on Base network at maxAmountRequired 20000 (= $0.02)https://lowpaymentfee.com/api/v1/stocks/NEE/history
- —Platform advertises $0.02/request, no API keys, no rate limits, instant access on Base networkhttps://lowpaymentfee.com
- —USDC asset address 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 on Basehttps://lowpaymentfee.com/api/v1/stocks/NEE/history