Historical stock data for ticker SO via x402 micropayment on Base, $0.02 per request.
What it does
This endpoint provides historical stock data for the ticker SO (Southern Company) through the lowpaymentfee.com platform. It is an x402-enabled API that requires a per-request USDC micropayment of $0.02 on the Base network. No API keys, rate limits, or subscriptions are needed — callers simply attach an x402 payment header to each POST request.
The endpoint is part of a broader suite of APIs offered by lowpaymentfee.com spanning data analytics, AI/ML inference, finance/crypto market data, and utility services, all priced uniformly at $0.02 per call. The specific `/api/v1/stocks/SO/history` route is not listed on the provider's landing page among the featured endpoints, but the x402 challenge confirms it is live and accepting payments. The response MIME type is `application/json`.
Documentation is extremely sparse — the docs, pricing, and API pages all render only a "Connect wallet" prompt with no further technical detail. There is no OpenAPI schema, no request/response examples, and no description of query parameters or response fields. The stock history endpoint's exact input parameters (e.g., date range, interval) and output schema are unknown and must be discovered experimentally.
Capabilities
Use cases
- —Retrieving historical price data for Southern Company (SO) stock
- —Building financial dashboards or backtesting trading strategies with SO historical data
- —Agent-driven portfolio analysis that pays per query without subscription overhead
- —Programmatic access to stock history with crypto micropayments
Fit
Best for
- —Developers or agents needing on-demand stock history without API key management
- —Crypto-native applications that can pay per request in USDC on Base
- —Low-volume or sporadic queries where a subscription model is wasteful
Not for
- —High-frequency trading requiring sub-second latency and bulk data feeds
- —Users who need comprehensive multi-ticker coverage (only SO ticker confirmed at this endpoint)
- —Teams requiring detailed API documentation and SLA guarantees before integration
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/stocks/SO/history \
-H "Content-Type: application/json" \
-H "X-PAYMENT: <x402-payment-header>" \
-d '{}'Example
Request
{
"period": "1y",
"ticker": "SO"
}Endpoint
Quality
The x402 challenge confirms the endpoint is live and pricing is clear ($0.02 USDC on Base), but there is no documentation, no OpenAPI schema, no request/response examples, and the endpoint is not even listed on the provider's landing page. Input parameters and response format are entirely unknown.
Warnings
- —No documentation available — docs, pricing, and API pages all show only 'Connect wallet' with no technical content.
- —The /api/v1/stocks/SO/history endpoint is not listed among the provider's advertised APIs on the landing page.
- —Request parameters and response schema are completely undocumented; the example request JSON above is speculative.
- —No OpenAPI or machine-readable schema is provided.
Citations
- —The endpoint returns a 402 x402 challenge requiring USDC payment on Base network with maxAmountRequired of 20000 base units ($0.02).https://lowpaymentfee.com/api/v1/stocks/SO/history
- —The provider advertises $0.02 per request, no API keys, no rate limits, instant access on Base network.https://lowpaymentfee.com
- —The asset address 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 is USDC on Base.https://lowpaymentfee.com
- —Docs, pricing, API, and README pages render only a 'Connect wallet' prompt with no further content.https://lowpaymentfee.com/docs