Stock market quote for LLY (Eli Lilly) via x402 micropayment on Base, $0.02 per request.
What it does
This endpoint provides a real-time stock market quote for the ticker symbol LLY (Eli Lilly & Company) through the lowpaymentfee.com platform. It is part of a broader suite of finance, data analytics, AI, and utility APIs all accessible via the x402 payment protocol on the Base network.
The endpoint accepts POST requests and returns JSON. Payment is handled inline via the x402 protocol: callers attach a USDC payment on Base (0.02 USDC per request, based on maxAmountRequired of 20000 base units with 6 decimals) in the X-PAYMENT header. There are no API keys, no rate limits, and no upfront commitments — each call is independently settled on-chain.
The provider's landing page lists numerous other endpoints across categories including data analytics, AI/ML inference (sentiment, summarization, classification, embeddings), finance (price feeds, exchange rates, crypto quotes, gas estimates), and infrastructure utilities (geocoding, validation, conversion, generation), all at the same $0.02/request price point. Documentation pages beyond the landing page returned only a "Connect wallet" prompt, so detailed request/response schemas for this specific endpoint are not available.
Capabilities
Use cases
- —Fetching a real-time stock quote for Eli Lilly (LLY) in an automated trading or research pipeline
- —Integrating pay-per-call market data into an AI agent workflow without managing API keys
- —Building a portfolio dashboard that pulls individual stock quotes on demand
Fit
Best for
- —Agents or bots that need on-demand stock quotes without subscription overhead
- —Developers prototyping financial apps who want instant, keyless API access
- —Low-volume or sporadic market data consumers who prefer per-call pricing
Not for
- —High-frequency trading requiring sub-millisecond latency and bulk streaming feeds
- —Users who need comprehensive historical OHLCV data or full order-book depth
- —Anyone without a Base-network USDC wallet or x402-compatible client
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/market/quote/LLY \
-H "Content-Type: application/json" \
-H "X-PAYMENT: <x402_payment_token>"Endpoint
Quality
The x402 challenge is live and confirms the endpoint exists with clear pricing (0.02 USDC on Base). However, there is no OpenAPI schema, no documented request body format, no example response, and all documentation pages returned only a wallet-connect prompt. The actual data returned by this endpoint is entirely unknown, making this effectively a stub listing.
Warnings
- —No request or response schema available — the exact fields returned by the quote endpoint are unknown.
- —Documentation pages (/docs, /api, /pricing, /README) all returned only 'Connect wallet' with no usable content.
- —The provider hosts many diverse endpoints (AI, finance, utilities) all at $0.02 — it is unclear whether these are production-quality data sources or demonstration/proxy services.
- —No information on data source, update frequency, or coverage for the market quote.
Citations
- —Endpoint returns HTTP 402 with x402 challenge advertising USDC on Base, maxAmountRequired 20000 base unitshttps://lowpaymentfee.com/api/v1/market/quote/LLY
- —All APIs priced at $0.02 per request with no API keys, no rate limits, and instant access on Base networkhttps://lowpaymentfee.com
- —USDC asset address 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 on Base networkhttps://lowpaymentfee.com/api/v1/market/quote/LLY