Pay-per-call stock quote for ORCL via x402 on Base, settled in USDC at $0.02/request.
What it does
This endpoint provides stock data for Oracle Corporation (ORCL) through the lowpaymentfee.com platform, an x402-enabled API marketplace. The endpoint accepts POST requests and returns JSON. Payment is handled inline via the x402 protocol: each call costs up to $0.02 (20,000 base units of USDC on the Base network, where USDC uses 6 decimals). No API keys or accounts are required — callers attach an X-PAYMENT header with a signed USDC payment to the payTo address.
The provider hosts a broad catalog of pay-per-call endpoints spanning data analytics, AI/ML inference, finance, crypto, and utility services, all priced uniformly at $0.02 per request. This specific endpoint sits in the finance category and targets the ORCL stock ticker. The exact response schema is not documented; the crawl material shows only a landing page and several stub pages (docs, pricing, README) that render only a "Connect wallet" prompt with no further content.
Because there is no OpenAPI spec, no example responses, and no documentation beyond the landing page listing, the precise fields returned (e.g., price, volume, timestamp, exchange) are unknown. The endpoint is confirmed live — it returns a well-formed x402 402 challenge with version 1, scheme "exact", and a 300-second payment timeout. Callers should be prepared to discover the response format empirically after submitting payment.
Capabilities
Use cases
- —Fetching current Oracle (ORCL) stock data in an automated trading or monitoring pipeline
- —Integrating real-time equity quotes into an AI agent workflow without managing API keys
- —Paying per request for occasional stock lookups without a subscription commitment
Fit
Best for
- —Agents or bots that need keyless, on-demand stock data with crypto micropayments
- —Developers prototyping x402-based financial data integrations
- —Low-volume consumers who want pay-as-you-go pricing without rate limits
Not for
- —High-frequency trading requiring sub-millisecond latency and guaranteed SLAs
- —Users who need comprehensive historical OHLCV data or full market depth
- —Anyone without a Base-network USDC wallet or x402-compatible client
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/stocks/ORCL \
-H "Content-Type: application/json" \
-H "X-PAYMENT: <x402-signed-payment-header>"Endpoint
Quality
The endpoint is confirmed live via a valid x402 402 challenge, but there is no OpenAPI spec, no response schema, no example responses, and the docs/pricing/README pages are empty stubs. The response format must be discovered empirically, making this effectively a stub listing.
Warnings
- —No OpenAPI or response schema available — response fields are unknown
- —Documentation pages (/docs, /pricing, /README) return only a 'Connect wallet' prompt with no content
- —The exact data source and freshness of ORCL stock data are undisclosed
- —Stock data endpoints in some jurisdictions may be subject to market-data licensing restrictions
Citations
- —Endpoint returns a valid x402 challenge with maxAmountRequired 20000 in USDC on Base networkhttps://lowpaymentfee.com/api/v1/stocks/ORCL
- —All endpoints priced at $0.02 per request with no API keys, no rate limits, and instant accesshttps://lowpaymentfee.com
- —USDC asset contract on Base: 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913https://lowpaymentfee.com/api/v1/stocks/ORCL