Get the current stock price for MDLZ (Mondelez) via x402 micropayment on Base.
What it does
This endpoint returns the current stock price for Mondelez International (ticker: MDLZ) through a pay-per-request x402 API hosted at lowpaymentfee.com. Each call costs $0.02 in USDC on the Base network — no API keys, no rate limits, and no subscriptions required. The endpoint accepts POST requests and returns JSON.
The provider, lowpaymentfee.com, offers a broad catalog of x402-gated endpoints spanning finance, AI/ML, data analytics, crypto, and utility services, all priced at $0.02 per request. This specific endpoint is part of the finance category and provides real-time (or near-real-time) stock price data for the MDLZ ticker. Payment is settled on-chain via USDC (contract 0x8335…2913) on Base, using the x402 "exact" payment scheme.
Documentation beyond the landing page is extremely sparse — the /docs, /api, /pricing, and /README pages all render only a "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 proper 402 challenge), but the actual response format after payment must be discovered empirically.
Capabilities
Use cases
- —Fetching the current Mondelez (MDLZ) stock price in an automated trading or portfolio monitoring agent
- —Integrating real-time equity price data into a financial dashboard without managing API keys
- —Paying per-call for stock data using on-chain USDC micropayments on Base
Fit
Best for
- —Agents or bots that need on-demand stock prices without subscription overhead
- —Developers experimenting with x402 pay-per-call APIs on Base
- —Low-volume stock price lookups where $0.02/request is cost-effective
Not for
- —High-frequency trading requiring sub-millisecond latency and bulk data
- —Users who need historical OHLCV candle data or full market depth
- —Anyone without a Base-compatible USDC wallet
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/stocks/MDLZ/price \
-H "Content-Type: application/json" \
-H "X-PAYMENT: <x402-payment-token>"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 spec, no documented request/response schema, no example payloads, and all documentation pages are empty beyond a wallet-connect prompt. The listing is essentially a stub with verified liveness.
Warnings
- —No documentation available — /docs, /pricing, /api, and /README pages all show only 'Connect wallet' with no technical content.
- —No OpenAPI or JSON schema describing the response format; actual output must be discovered empirically after payment.
- —No information on data source, update frequency, or accuracy of stock prices.
- —The specific /stocks/MDLZ/price endpoint is not listed on the provider's landing page catalog, though similar finance endpoints are.
Citations
- —Endpoint returns a valid x402 402 challenge with maxAmountRequired of 20000 base units USDC on Basehttps://lowpaymentfee.com/api/v1/stocks/MDLZ/price
- —USDC asset contract on Base is 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913https://lowpaymentfee.com/api/v1/stocks/MDLZ/price
- —Provider advertises $0.02/request pricing with no API keys, no rate limits, and instant access on Base networkhttps://lowpaymentfee.com
- —Finance & Web3 category includes price feeds, exchange rates, token quotes, and gas estimates endpointshttps://lowpaymentfee.com