Historical stock price data for GE via x402 micropayment on Base network, $0.02 per request.
What it does
This endpoint provides historical stock price data for General Electric (GE) through the x402 payment protocol. It is hosted on lowpaymentfee.com, a platform offering a variety of pay-per-call APIs spanning data analytics, AI/ML, finance, and utility services. Each request is settled on the Base network using USDC at a cost of $0.02 per call (20,000 base units of USDC with 6 decimals). No API keys, rate limits, or upfront commitments are required — payment is handled inline via the x402 X-PAYMENT header.
The endpoint accepts POST requests and returns JSON. The specific URL path `/api/v1/stocks/GE/history` strongly suggests it returns historical price data for the GE (General Electric) stock ticker, though the exact response schema and supported query parameters (e.g., date ranges, intervals) are not documented in the available crawl material. The platform advertises a uniform $0.02 pricing model across all its endpoints.
The endpoint is live and returned a valid x402 402 challenge during probing. However, documentation 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, and no description of the data source or coverage. Users should expect to experiment with the endpoint to discover its full capabilities.
Capabilities
Use cases
- —Retrieving historical stock price data for GE to feed into trading algorithms or backtesting systems
- —Building financial dashboards that display GE price history without managing API key subscriptions
- —Agent-driven portfolio analysis that pays per query with no upfront commitment
- —Quick ad-hoc lookups of GE historical prices from automated workflows
Fit
Best for
- —Developers needing pay-per-call stock history without subscription overhead
- —AI agents that can settle x402 payments on Base network
- —Low-volume or sporadic financial data lookups where flat-rate plans are wasteful
Not for
- —High-frequency trading requiring sub-second latency and bulk data (no documented bulk endpoints)
- —Users who need comprehensive multi-ticker coverage from a single documented API
- —Anyone without a Base-network USDC wallet or x402-compatible client
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/stocks/GE/history \
-H "Content-Type: application/json" \
-H "X-PAYMENT: <x402-payment-token>" \
-d '{"ticker": "GE"}'Example
Request
{
"ticker": "GE"
}Endpoint
Quality
The endpoint is live and returns a valid x402 402 challenge, confirming it exists and accepts payments. However, there is no OpenAPI spec, no documented request/response schema, no example responses, and the docs pages are empty stubs. The request body and response format are entirely inferred from the URL path. Pricing is clear ($0.02/request in USDC on Base).
Warnings
- —No documentation available — docs, API, pricing, and README pages all show only 'Connect wallet' with no technical content
- —Response schema is unknown; no example responses are available
- —Request body parameters are entirely inferred from the URL path; actual supported fields are undocumented
- —Data source and coverage period for stock history are not disclosed
- —The example request JSON is speculative and may not match the actual API contract
Citations
- —Endpoint returns a valid x402 402 challenge with maxAmountRequired of 20000 base units of USDC on Base networkhttps://lowpaymentfee.com/api/v1/stocks/GE/history
- —Platform advertises $0.02 per request pricing with no API keys, no rate limits, and instant access on Base networkhttps://lowpaymentfee.com
- —USDC asset contract on Base is 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913https://lowpaymentfee.com/api/v1/stocks/GE/history
- —Docs, API, pricing, and README pages render only 'Connect wallet' with no further contenthttps://lowpaymentfee.com/docs