Historical stock data for NSC (Norfolk Southern) via pay-per-request x402 on Base.
What it does
This endpoint at lowpaymentfee.com provides historical stock data for the ticker NSC (Norfolk Southern Corporation). It is part of a broader suite of APIs offered by lowpaymentfee.com covering data analytics, AI/ML inference, finance, crypto, and utility services. All endpoints on the platform use the x402 payment protocol, settling in USDC on the Base network at $0.02 per request with no API keys, rate limits, or commitments required.
The specific endpoint `/api/v1/stocks/NSC/history` accepts POST requests and returns JSON. The x402 challenge confirms it is live, advertising a maximum payment of 20,000 base units of USDC (0x8335…2913 on Base), which equals $0.02 given USDC's 6 decimals. Payment is made via the `exact` scheme to the specified payTo address, with a 300-second timeout.
Documentation on the site is extremely sparse — the docs, API, pricing, 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 parameters the POST body accepts. The endpoint path suggests it returns historical price data for the NSC ticker, but the exact schema is unknown.
Capabilities
Use cases
- —Retrieving historical stock price data for Norfolk Southern (NSC) for backtesting or analysis
- —Building automated trading or research agents that pay per query with no subscription
- —Integrating stock history into AI agent workflows using x402 micropayments
Fit
Best for
- —Agents needing on-demand historical stock data without API key management
- —Pay-per-use stock data access with crypto micropayments
- —Developers experimenting with x402 protocol for financial data
Not for
- —Bulk historical data downloads (pay-per-request model may be costly at scale)
- —Users who need detailed API documentation or guaranteed SLAs before integrating
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/stocks/NSC/history \
-H "Content-Type: application/json" \
-H "X-PAYMENT: <x402_payment_header>" \
-d '{}'Endpoint
Quality
The endpoint is live and returns a valid x402 402 challenge with clear pricing. However, there is no OpenAPI schema, no request/response examples, and the docs pages are empty stubs. The actual data returned and accepted request parameters are entirely unknown, making this effectively a stub listing.
Warnings
- —No API documentation available — docs, API, pricing, and README pages all show only 'Connect wallet' with no content.
- —No OpenAPI or JSON schema describing request parameters or response format.
- —No example responses available; the exact fields returned for stock history are unknown.
- —The endpoint path suggests stock-specific data but the platform's landing page does not list /api/v1/stocks/* endpoints, so this may be an unlisted or experimental route.
Citations
- —The endpoint returns a 402 x402 challenge with maxAmountRequired of 20000 base units of USDC on Base networkhttps://lowpaymentfee.com/api/v1/stocks/NSC/history
- —USDC contract on Base is 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913https://lowpaymentfee.com/api/v1/stocks/NSC/history
- —Platform pricing is $0.02 per request with no API keys, no rate limits, and instant access on Base networkhttps://lowpaymentfee.com