Get the current stock price for PEP (PepsiCo) via a pay-per-call x402 endpoint on Base.
What it does
This endpoint returns the current stock price for PepsiCo (ticker: PEP) as a JSON response, accessed through the x402 payment protocol on the Base network. Each request costs $0.02 in USDC (USD Coin), settled on-chain with no API keys, subscriptions, or rate limits required. The endpoint accepts POST requests and returns application/json.
The endpoint is part of a broader suite of APIs offered by lowpaymentfee.com, which spans data & analytics, AI/ML inference, finance & Web3 data, and infrastructure utilities — all priced at $0.02 per request using the same x402 payment mechanism. The stock price endpoint specifically lives under the finance category alongside price feeds, exchange rates, token quotes, and gas estimates.
Documentation beyond the landing page is sparse: the /docs, /pricing, and /README pages all render only a wallet-connect 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 valid 402 challenge), but the exact shape of the returned stock price data must be inferred.
Capabilities
Use cases
- —Fetching the latest PepsiCo (PEP) stock price for portfolio dashboards or trading bots
- —Integrating real-time equity prices into AI agent workflows without managing API keys
- —One-off stock price lookups settled instantly with USDC on Base
Fit
Best for
- —Agents or apps that need on-demand stock prices without subscription overhead
- —Developers experimenting with x402 micropayment-gated APIs
- —Crypto-native workflows that prefer on-chain settlement for data access
Not for
- —High-frequency trading requiring sub-millisecond latency and bulk historical data
- —Users who need comprehensive market data (options chains, fundamentals, filings)
- —Anyone without a Base-compatible USDC wallet
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/stocks/PEP/price \
-H "Content-Type: application/json" \
-H "X-PAYMENT: <x402-payment-header>"Endpoint
Quality
The endpoint is confirmed live with a valid x402 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 doc pages beyond the landing page are empty wallet-connect stubs. The listing is largely inferred from the URL path and landing page.
Warnings
- —No OpenAPI or machine-readable schema available
- —Documentation pages (/docs, /pricing, /README) are empty beyond a wallet-connect prompt
- —Response format for the stock price endpoint is undocumented — field names and structure are unknown
- —No example request or response payloads available from the provider
Citations
- —The endpoint returns HTTP 402 with an x402 challenge advertising $0.02 USDC on Base networkhttps://lowpaymentfee.com/api/v1/stocks/PEP/price
- —The asset address 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 is USDC on Base with 6 decimals, making maxAmountRequired 20000 equal to $0.02https://lowpaymentfee.com
- —The provider advertises $0.02/request pricing with no API keys, no rate limits, and instant access on Base networkhttps://lowpaymentfee.com
- —The provider offers additional API categories including Data & Analytics, AI & ML, Finance & Web3, and Infrastructurehttps://lowpaymentfee.com