Stock quote data for ticker MO via x402 micropayment on Base, $0.02 per request.
What it does
This endpoint at lowpaymentfee.com provides stock data for the ticker symbol MO (Altria Group) via an x402 pay-per-call model. The endpoint accepts POST requests and returns JSON. Payment is settled in USDC on the Base network at $0.02 per request (maxAmountRequired of 20,000 base units with USDC's 6 decimals = $0.02). No API keys, rate limits, or subscriptions are required — each call is individually paid via the x402 protocol.
The provider (lowpaymentfee.com) hosts a broader suite of APIs spanning data analytics, AI/ML inference, finance/crypto market data, and utility services, all priced uniformly at $0.02 per request. The specific endpoint probed here (/api/v1/stocks/MO) is a stock-specific route not explicitly listed on the landing page's catalog, but it follows the same URL pattern and pricing scheme as the other finance endpoints. The landing page confirms the pricing model: pay-per-use with no minimums, no commitments, and instant access.
Documentation is extremely sparse. The /docs, /api, /pricing, and /README pages all returned only a "Connect wallet" prompt with no substantive content. There is no OpenAPI schema, no response examples, and no field-level documentation for what the stock data response contains. The endpoint is confirmed live (402 challenge captured), but the actual response payload structure is unknown.
Capabilities
Use cases
- —Fetching current stock data for Altria Group (MO) in an automated trading or research pipeline
- —Integrating low-friction, keyless stock data access into an AI agent workflow
- —Paying per-request for occasional stock lookups without maintaining a subscription
Fit
Best for
- —Agents or bots that need on-demand stock data without API key management
- —Low-volume or sporadic stock data consumers who prefer pay-per-call
- —x402-compatible clients on the Base network looking for cheap financial data
Not for
- —High-frequency trading requiring sub-second latency guarantees and SLAs
- —Users who need comprehensive historical OHLCV data or full market coverage (no docs confirm this)
- —Anyone without a Base-network USDC wallet or x402-compatible client
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/stocks/MO \
-H "Content-Type: application/json" \
-H "X-PAYMENT: <x402-payment-header>"Endpoint
Quality
The endpoint is confirmed live via a valid 402 challenge, and pricing is clear ($0.02 USDC on Base). However, there is no OpenAPI schema, no response examples, no documentation beyond a wallet-connect prompt, and the /api/v1/stocks/MO path is not even listed in the provider's own catalog. The actual data returned is completely unknown.
Warnings
- —No documentation available — /docs, /pricing, /api, and /README pages all return only a 'Connect wallet' prompt with no content.
- —The /api/v1/stocks/MO endpoint is not listed in the provider's own API catalog on the landing page, raising questions about its support status.
- —No response schema or example response is available; the structure and fields of the stock data are unknown.
- —No OpenAPI or machine-readable schema is published.
Citations
- —Pricing is $0.02 per request with no API keys, no rate limits, and instant access on the Base network.https://lowpaymentfee.com
- —maxAmountRequired is 20000 base units of USDC (0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913) on Base, equaling $0.02.https://lowpaymentfee.com/api/v1/stocks/MO
- —The provider offers additional endpoints for analytics, AI/ML, finance, crypto, and utilities all at $0.02 per request.https://lowpaymentfee.com