Stock market quote for ORCL via x402 micropayment on Base, $0.02 per request.
What it does
This endpoint provides a market quote for the Oracle Corporation (ORCL) stock ticker, accessible via the x402 payment protocol on the Base network. It is part of a broader suite of APIs offered by lowpaymentfee.com spanning data analytics, AI/ML inference, finance, crypto, and utility services — all priced at $0.02 per request paid in USDC on Base.
The specific endpoint `/api/v1/market/quote/ORCL` accepts POST requests and returns JSON. Payment is handled inline via the x402 `X-PAYMENT` header using the "exact" scheme, settling to a Base-network address in USDC (contract `0x8335…2913`). The maximum amount required is 20,000 base units of USDC (6 decimals), which equals $0.02. No API keys, rate limits, or upfront commitments are required — each call is independently paid.
Documentation beyond the landing page is sparse; the docs, API, pricing, and README pages all resolve to a minimal "Connect wallet" prompt with no additional technical detail. There is no OpenAPI spec, no example request/response payloads, and no description of the response schema. The endpoint is confirmed live (returns a valid 402 challenge), but the actual data source, freshness, and response format for the ORCL quote are unknown.
Capabilities
Use cases
- —Fetching a real-time or near-real-time stock quote for Oracle Corporation (ORCL)
- —Integrating ORCL price data into trading bots or portfolio dashboards
- —Agent-driven financial research requiring per-call payment without subscription
Fit
Best for
- —Agents or apps needing on-demand ORCL stock quotes without API key management
- —Micropayment-native workflows on Base that want pay-per-call market data
- —Prototyping financial tools with zero upfront cost
Not for
- —High-frequency trading requiring sub-millisecond latency and guaranteed SLAs
- —Bulk historical stock data retrieval (no evidence of batch or historical endpoints)
- —Users who need detailed documentation or guaranteed data-source provenance
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/market/quote/ORCL \
-H "Content-Type: application/json" \
-H "X-PAYMENT: <x402-payment-token>"Endpoint
Quality
The endpoint is confirmed live with a valid x402 402 challenge and clear pricing ($0.02 USDC on Base). However, there is no OpenAPI spec, no example request/response, no documentation of the response schema, and all doc pages return only a wallet-connect stub. The actual data source and response format are entirely unknown.
Warnings
- —No OpenAPI or schema documentation available — response format is unknown
- —All documentation pages (docs, API, pricing, README) return only a 'Connect wallet' stub with no content
- —Data source and freshness of the ORCL quote are unspecified
- —The endpoint path suggests a single-ticker endpoint; it is unclear whether other tickers are supported at this path pattern
Citations
- —Endpoint returns a valid x402 402 challenge with maxAmountRequired of 20000 base units of USDC on Basehttps://lowpaymentfee.com/api/v1/market/quote/ORCL
- —All APIs on the platform are priced at $0.02 per request with no API keys, no rate limits, and instant access on Base networkhttps://lowpaymentfee.com
- —USDC asset contract on Base is 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913https://lowpaymentfee.com/api/v1/market/quote/ORCL