Historical stock data for FDX via x402 micropayment on Base, $0.02 per request.
What it does
This endpoint provides historical stock data for FDX (FedEx Corporation) through the lowpaymentfee.com platform, an x402-enabled API marketplace on the Base network. The endpoint accepts POST requests and returns JSON responses containing stock history data. Payment is handled inline via the x402 protocol — no API keys, accounts, or rate limits are required.
The cost per request is $0.02 (20,000 base units of USDC on Base, where USDC uses 6 decimals). The payment is settled on-chain to a specified wallet address using the "exact" payment scheme. The endpoint is part of a broader suite of APIs offered by lowpaymentfee.com spanning finance, AI/ML, data analytics, and infrastructure utilities, all priced uniformly at $0.02 per call.
Note that documentation for this specific endpoint is extremely sparse. The crawled docs, pricing, API, and README pages all rendered only a "Connect wallet" prompt with no additional technical detail. The exact request body schema and response format for the stock history endpoint are not documented in any available material. The endpoint is confirmed live (returns a valid 402 challenge), but users should expect to experiment with request parameters to determine the correct input format.
Capabilities
Use cases
- —Retrieving historical stock price data for FedEx (FDX) for backtesting or analysis
- —Integrating stock history into an AI agent workflow with automatic micropayments
- —Building financial dashboards that pull historical equity data on demand
Fit
Best for
- —Agents or apps needing on-demand FDX stock history without API key management
- —Developers experimenting with x402 micropayment-based data access
- —Low-volume, pay-per-use stock data retrieval
Not for
- —High-frequency trading requiring sub-second latency and guaranteed SLAs
- —Users who need comprehensive multi-ticker bulk historical data downloads
- —Anyone without a Base-network USDC wallet for payment
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/stocks/FDX/history \
-H "Content-Type: application/json" \
-H "X-PAYMENT: <x402-payment-header>" \
-d '{}'Endpoint
Quality
The endpoint is confirmed live with a valid x402 402 challenge, and pricing is clear ($0.02 USDC on Base). However, there is no documentation for request parameters, response schema, or examples. The docs/pricing/API pages all render only a wallet-connect prompt. This is effectively a stub listing with verified liveness but minimal usable detail.
Warnings
- —No request body schema or parameter documentation available for this endpoint
- —No response schema or example response documented anywhere in crawled material
- —Docs, pricing, API, and README pages all returned only 'Connect wallet' with no technical content
- —The specific stock history endpoint path is not listed on the provider's homepage — only finance/prices and finance/rates are shown, raising questions about whether this is a fully supported route
Citations
- —The endpoint returns a 402 challenge with maxAmountRequired of 20000 base units of USDC on Base networkhttps://lowpaymentfee.com/api/v1/stocks/FDX/history
- —USDC asset address 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 on Basehttps://lowpaymentfee.com/api/v1/stocks/FDX/history
- —Platform pricing is $0.02 per request with no API keys, no rate limits, and instant access on Base networkhttps://lowpaymentfee.com
- —The provider offers APIs across Data & Analytics, AI & ML, Finance & Web3, and Infrastructure categorieshttps://lowpaymentfee.com