Historical stock price data for ORCL via x402 micropayment on Base, $0.02 per request.
What it does
This endpoint provides historical stock price data for Oracle Corporation (ORCL) through the lowpaymentfee.com platform. It is part of a broader suite of finance, analytics, AI, and utility APIs all accessible via the x402 payment protocol on the Base network. Each request costs $0.02 in USDC, settled on-chain with no API keys, rate limits, or subscriptions required.
The endpoint accepts POST requests and returns JSON. The x402 challenge confirms the endpoint is live, advertising a max amount of 20,000 base units of USDC (0x8335… on Base), which equals $0.02 given USDC's 6 decimals. Payment is made via the x402 exact scheme to the specified payTo address. The timeout is 300 seconds.
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 spec, no request/response schema, and no example payloads available. The specific fields returned for stock history (e.g., OHLCV, date ranges, granularity) are unknown and must be discovered by making a paid request. The endpoint appears to be one of many on the platform, which also offers analytics, AI/ML inference, crypto quotes, and utility endpoints, all at the same $0.02 price point.
Capabilities
Use cases
- —Retrieving historical price data for Oracle (ORCL) stock for backtesting or analysis
- —Building trading dashboards that pull stock history on demand with micropayments
- —Agent-driven financial research workflows that pay per query without subscriptions
Fit
Best for
- —Agents or apps needing on-demand stock history without API key management
- —Low-volume or sporadic access to ORCL historical data
- —Crypto-native workflows that prefer on-chain payment over traditional billing
Not for
- —High-frequency trading requiring sub-second latency and bulk data
- —Users who need comprehensive multi-ticker coverage with documented schemas
- —Anyone requiring detailed API documentation before integration
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/stocks/ORCL/history \
-H "Content-Type: application/json" \
-H "X-PAYMENT: <x402_payment_token>" \
-d '{}'Example
Request
{}Endpoint
Quality
The endpoint is live (402 challenge confirmed) and pricing is clear ($0.02 USDC on Base). However, there is no OpenAPI spec, no request/response schema, no documentation beyond a wallet-connect prompt, and no example payloads. The actual data returned is entirely unknown, making this effectively a stub listing.
Warnings
- —No API documentation available — docs, pricing, and README pages all show only 'Connect wallet'
- —No request or response schema provided; field names, date range parameters, and data format are unknown
- —No OpenAPI or ai-plugin manifest discovered
- —Cannot verify what data is actually returned without making a paid request
Citations
- —The endpoint returns a 402 challenge with maxAmountRequired of 20000 base units of USDC on Base networkhttps://lowpaymentfee.com/api/v1/stocks/ORCL/history
- —All APIs on the platform cost $0.02 per request with no API keys, no rate limits, and instant access on Base networkhttps://lowpaymentfee.com
- —The USDC asset address is 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 on Basehttps://lowpaymentfee.com/api/v1/stocks/ORCL/history