Get the current stock price for ORCL via x402 micropayment on Base, $0.02 per request.
What it does
This endpoint returns the current stock price for Oracle Corporation (ORCL) through the lowpaymentfee.com platform. It is part of a broader suite of pay-per-call 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 requires an X-PAYMENT header containing a valid x402 payment proof. Each call costs $0.02 (20,000 base units of USDC with 6 decimals). There are no API keys, no rate limits, and no subscription commitments — you pay per request. The payment is sent to the on-chain address 0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3 on Base, using the USDC contract at 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913.
Documentation on the site is extremely sparse — the docs, pricing, and API pages all render only a "Connect wallet" prompt with no further detail. The response schema for this endpoint is not documented, so the exact shape of the returned stock price data must be inferred. The endpoint is confirmed live via a 402 challenge response.
Capabilities
Use cases
- —Fetching the current Oracle (ORCL) stock price for trading bots or dashboards
- —Integrating real-time equity pricing into AI agent workflows without API key management
- —Pay-per-call stock price lookups for low-volume or experimental applications
Fit
Best for
- —Agents needing on-demand stock prices without subscription overhead
- —Developers prototyping financial tools who want instant, keyless API access
- —Crypto-native workflows that can settle micropayments on Base
Not for
- —High-frequency trading requiring sub-millisecond latency and bulk data
- —Users who need historical stock price data or OHLCV candles (not documented)
- —Anyone unable to settle USDC payments on the Base network
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/stocks/ORCL/price \
-H "X-PAYMENT: <x402_payment_proof>" \
-H "Content-Type: application/json"Endpoint
Quality
The endpoint is confirmed live via a valid 402 challenge, and pricing is clear ($0.02/request in USDC on Base). However, there is no OpenAPI schema, no documented response format, no request body schema, and the docs/pricing/API pages are all blank beyond a wallet connect prompt. The specific stock-price endpoint is not even listed on the homepage — only generic finance endpoints are shown. This is effectively a stub listing.
Warnings
- —No response schema documented — the shape of the returned stock price data is unknown.
- —No request body schema documented — unclear if any POST body parameters are accepted or required.
- —The /api/v1/stocks/ORCL/price endpoint is not listed on the provider's homepage; only generic /api/v1/finance/prices is shown.
- —Docs, pricing, API, and README pages all render only 'Connect wallet' with no usable documentation.
- —Cannot verify data source or accuracy of stock price information.
Citations
- —The endpoint returns a 402 challenge with maxAmountRequired of 20000 base units of USDC on Basehttps://lowpaymentfee.com/api/v1/stocks/ORCL/price
- —USDC asset contract is 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 on Basehttps://lowpaymentfee.com/api/v1/stocks/ORCL/price
- —Platform pricing is $0.02 per request with no API keys, no rate limits, and instant access on Base networkhttps://lowpaymentfee.com
- —The site lists finance endpoints including /api/v1/finance/prices and /api/v1/finance/rates at $0.02 eachhttps://lowpaymentfee.com