x402basequality 0.35

Historical stock data for ticker SO via x402 micropayment on Base, $0.02 per request.

Price
0.02 USDC / call
Protocol
x402
Verified
no

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

stock-historyhistorical-market-datax402-micropaymentusdc-paymentbase-networkper-request-pricingno-api-key

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

Transporthttp
Protocolx402
Pay to0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3
CurrencyUSD COIN

Quality

0.35/ 1.00

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

Provenance

Indexed fromx402_bazaar
Enriched2026-04-18 21:00:09Z · anthropic/claude-opus-4.6 · v2
First seen2026-04-18
Last seen2026-04-23

Agent access