Historical stock data for Ford (ticker F) via x402 micropayment on Base, $0.02 per request.
What it does
This endpoint provides historical stock price data for Ford Motor Company (ticker symbol F) through the lowpaymentfee.com platform. It is part of a broader suite of pay-per-request APIs covering finance, AI/ML, data analytics, and infrastructure utilities, all settled via the x402 protocol on the Base network using USDC.
The endpoint accepts POST requests and returns JSON. Payment is handled inline via the X-PAYMENT header using the x402 exact scheme — no API keys, accounts, or rate limits are required. The maximum amount required per call is 20,000 base units of USDC (6 decimals), which equals $0.02 USD. The payment is sent to address 0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3 on Base, settling against the USDC contract at 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913.
Documentation beyond the landing page is extremely sparse — the /docs, /pricing, /api, and /README pages all render only a "Connect wallet" prompt with no further content. There is no OpenAPI schema, no description of request parameters (e.g., date range, granularity), and no sample responses. The endpoint is confirmed live (returns a proper 402 challenge), but the exact shape of the request body and response payload must be discovered experimentally.
Capabilities
Use cases
- —Retrieving historical price data for Ford (F) for backtesting or analysis
- —Building financial dashboards that pull stock history on demand without subscriptions
- —Agent-driven portfolio analysis where per-call payment avoids credential management
- —Lightweight integrations needing occasional stock history without rate-limit concerns
Fit
Best for
- —Developers wanting pay-per-use stock data with no signup or API key
- —AI agents that can settle x402 payments autonomously on Base
- —Low-volume or sporadic consumers of Ford historical stock prices
Not for
- —High-frequency trading requiring sub-second latency and bulk data
- —Users needing broad market coverage across many tickers from a single endpoint
- —Anyone without a Base-network USDC wallet or x402-compatible client
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/stocks/F/history \
-H "Content-Type: application/json" \
-H "X-PAYMENT: <x402_payment_token>" \
-d '{}'Example
Request
{
"period": "1y",
"ticker": "F"
}Endpoint
Quality
The endpoint is confirmed live with a valid 402 challenge and clear pricing ($0.02 USDC on Base). However, there is no OpenAPI schema, no documentation of request/response formats, and all doc pages are empty stubs. The request and response examples are inferred/speculative. This is effectively a stub listing.
Warnings
- —No documentation available — /docs, /pricing, /api, and /README all return only a wallet-connect prompt with no API details.
- —Request body schema is unknown; the example_request_json is speculative.
- —Response format is entirely unknown; no sample response can be provided.
- —Only covers a single ticker (F); unclear if other stock endpoints exist or if the ticker is parameterized.
Citations
- —The endpoint returns a 402 challenge with maxAmountRequired of 20000 base units of USDC on Basehttps://lowpaymentfee.com/api/v1/stocks/F/history
- —USDC contract address 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 on Base networkhttps://lowpaymentfee.com/api/v1/stocks/F/history
- —Platform pricing is $0.02 per request with no API keys, no rate limits, and instant accesshttps://lowpaymentfee.com
- —The site hosts multiple API categories including Finance & Web3, AI & ML, Data & Analytics, and Infrastructurehttps://lowpaymentfee.com