Historical stock data for MDLZ (Mondelez) via x402 micropayment on Base network.
What it does
This endpoint provides historical stock price data for the ticker MDLZ (Mondelez International) through an x402-protocol pay-per-request 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, operates a broad catalog of x402-enabled endpoints spanning data analytics, AI/ML inference, finance, crypto, and utility services, all priced uniformly at $0.02 per request. The specific endpoint at `/api/v1/stocks/MDLZ/history` is part of the finance category and is confirmed live via a 402 challenge. However, documentation is extremely sparse — the crawled docs, API, pricing, and README pages all returned only a "Connect wallet" stub with no further detail on request parameters, response schema, or data coverage.
Because there is no OpenAPI spec, no request/response examples, and no documentation beyond the landing page listing, the actual data fields returned (e.g., OHLCV candles, date ranges, granularity options) are unknown. Users should expect to experiment with POST request bodies to discover accepted parameters. The x402 challenge confirms the endpoint is live and accepting payments at the advertised price.
Capabilities
Use cases
- —Retrieving historical price data for Mondelez International (MDLZ) for backtesting or analysis
- —Integrating stock history into an AI agent workflow without managing API keys
- —Pay-per-call access to equity data for lightweight or infrequent queries
- —Building dashboards or reports that include MDLZ price history
Fit
Best for
- —Agents or scripts needing on-demand stock history without subscription overhead
- —Developers who want to pay per request with crypto (USDC on Base)
- —Low-volume or exploratory access to MDLZ historical stock data
Not for
- —High-frequency trading requiring sub-second latency and guaranteed SLAs
- —Users who need comprehensive multi-ticker bulk data downloads
- —Anyone without a Base-network USDC wallet
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/stocks/MDLZ/history \
-H "Content-Type: application/json" \
-H "X-PAYMENT: <x402_payment_token>" \
-d '{}'Endpoint
Quality
The endpoint is confirmed live via a valid 402 challenge with clear pricing ($0.02 USDC on Base). However, there is no OpenAPI spec, no documentation on request parameters or response format, and no examples. The docs/pricing/README pages are all empty stubs. This is effectively a stub listing with only the x402 challenge and landing page to go on.
Warnings
- —No documentation available — request parameters and response schema are completely unknown
- —Docs, API, pricing, and README pages all return only a 'Connect wallet' stub with no content
- —No OpenAPI or schema definition provided
- —Actual data coverage (date range, granularity, fields) for MDLZ history is unverified
Citations
- —Endpoint returns a 402 challenge with maxAmountRequired of 20000 base units of USDC on Base networkhttps://lowpaymentfee.com/api/v1/stocks/MDLZ/history
- —All endpoints on lowpaymentfee.com are 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 Basehttps://lowpaymentfee.com/api/v1/stocks/MDLZ/history