Historical stock data for QCOM via x402 micropayment on Base, $0.02 per request.
What it does
This endpoint provides historical stock price data for Qualcomm (QCOM) through the x402 payment protocol. It is part of a broader API platform at lowpaymentfee.com that offers data & analytics, AI/ML, finance, and infrastructure endpoints, all priced at $0.02 per request with no API keys, no rate limits, and no commitments required.
The endpoint accepts POST requests and returns JSON. Payment is settled on the Base network using USDC (contract 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913). The x402 challenge specifies a maxAmountRequired of 20,000 base units, which at 6 decimals for USDC equals $0.02 — consistent with the site's advertised pricing. The payment timeout is 300 seconds.
Documentation on the site is extremely sparse — the docs, pricing, API, and README pages all render only a "Connect wallet" prompt with no further content. There is no OpenAPI schema, no request/response examples, and no description of what fields the historical stock data includes or what query parameters are accepted. The endpoint URL pattern suggests it returns historical price data for the ticker symbol embedded in the path (QCOM), but the exact schema and supported parameters are unknown.
Capabilities
Use cases
- —Retrieving historical stock price data for Qualcomm (QCOM) for backtesting or analysis
- —Integrating pay-per-call stock data into trading bots or agents without API key management
- —Programmatic access to equity history with crypto micropayments on Base
Fit
Best for
- —Agents or bots needing on-demand stock history without subscription commitments
- —Developers who want keyless, pay-per-use financial data APIs
- —Crypto-native applications that can settle payments in USDC on Base
Not for
- —Users needing bulk historical data downloads (per-request pricing adds up quickly)
- —Applications requiring documented, well-specified response schemas before integration
- —Users who cannot transact in USDC on the Base network
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/stocks/QCOM/history \
-H "Content-Type: application/json" \
-H "X-PAYMENT: <x402_payment_header>"Endpoint
Quality
The endpoint is live and returns a valid x402 challenge with clear pricing. However, there is no documentation, no OpenAPI schema, no request/response examples, and no description of supported parameters or response fields. The docs pages are empty. This is effectively a stub listing.
Warnings
- —No documentation available — docs, pricing, API, and README pages all show only 'Connect wallet' with no content
- —No OpenAPI or request/response schema provided; request parameters and response format are unknown
- —Only the QCOM ticker is confirmed in the URL path; it is unclear what other tickers are supported
- —No examples of successful responses are available to verify data quality or format
Citations
- —The endpoint returns a 402 x402 challenge with maxAmountRequired of 20000 base units in USDC on Basehttps://lowpaymentfee.com/api/v1/stocks/QCOM/history
- —USDC asset contract on Base is 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913https://lowpaymentfee.com/api/v1/stocks/QCOM/history
- —All endpoints on the platform are priced at $0.02 per request with no API keys, no rate limits, and instant access on Base networkhttps://lowpaymentfee.com