Historical stock price data for Boeing (BA) via x402 micropayment on Base network.
What it does
This endpoint provides historical stock price data for Boeing (ticker: BA) through the lowpaymentfee.com platform. It is part of a broader suite of pay-per-request APIs covering finance, analytics, AI, and infrastructure services. 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. Payment is handled inline via the X-PAYMENT header — no API keys, accounts, or rate limits are required. The x402 challenge was confirmed live, advertising a maxAmountRequired of 20,000 base units of USDC (0.02 USD given 6 decimals). The provider's landing page lists uniform $0.02 pricing across all endpoints.
Documentation is extremely sparse. The /docs, /pricing, /api, and /README pages all returned only a "Connect wallet" prompt with no further content. There is no OpenAPI spec, no request/response schema documentation, and no example payloads available. The exact request body format and response structure for this stock history endpoint are unknown and must be discovered experimentally.
Capabilities
Use cases
- —Retrieving historical price data for Boeing (BA) stock for backtesting or analysis
- —Building trading dashboards that pull stock history on demand without API key management
- —Agent-driven financial research workflows that pay per query via x402
Fit
Best for
- —Developers wanting frictionless pay-per-call stock data without subscriptions
- —AI agents that need on-demand Boeing stock history with crypto micropayments
- —Prototyping financial applications without committing to a data provider contract
Not for
- —Bulk historical data downloads across many tickers (only BA ticker exposed at this endpoint)
- —Users who need detailed API documentation or guaranteed SLAs
- —Non-crypto users who cannot settle payments in USDC on Base
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/stocks/BA/history \
-H "Content-Type: application/json" \
-H "X-PAYMENT: <x402_payment_token>"Endpoint
Quality
The endpoint is confirmed live via a valid 402 challenge with clear pricing ($0.02 USDC on Base). However, there is no documentation, no OpenAPI spec, no request/response schema, and no examples. The request body format and response structure are entirely unknown, making this effectively a stub listing.
Warnings
- —No API documentation available — /docs, /pricing, /api, and /README pages all return only a wallet connect prompt
- —No OpenAPI or schema definition; request body format and response fields are unknown
- —Only the BA (Boeing) ticker is confirmed at this path; availability of other tickers is unverified
- —Provider site appears to be a generic multi-purpose API platform with uniform pricing; quality and depth of stock data is unverified
Citations
- —Endpoint returns 402 with x402 challenge advertising 20000 base units of USDC on Base networkhttps://lowpaymentfee.com/api/v1/stocks/BA/history
- —Uniform $0.02 per request pricing across all endpoints, no API keys, no rate limitshttps://lowpaymentfee.com
- —USDC asset address 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 on Base networkhttps://lowpaymentfee.com/api/v1/stocks/BA/history