Real-time stock price data for AVGO via x402 micropayment on Base, $0.02 per request.
What it does
This endpoint returns the current stock price for Broadcom (AVGO) through the lowpaymentfee.com platform, which offers a suite of pay-per-request APIs settled via the x402 protocol on the Base network using USDC. Each call costs $0.02 (20,000 base units of USDC with 6 decimals). No API keys, accounts, or rate limits are required — callers simply attach an x402 payment header to a POST request and receive a JSON response.
The provider, lowpaymentfee.com, hosts a broad catalog of endpoints spanning finance, AI/ML, data analytics, crypto, and utility services, all priced uniformly at $0.02 per request. The specific endpoint `/api/v1/stocks/AVGO/price` falls under the Finance & Web3 category and is designed to deliver real-time or near-real-time equity price data for the AVGO ticker (Broadcom Inc.).
Documentation is minimal — the crawled docs, pricing, and API pages all rendered only a "Connect wallet" prompt with no further technical detail. There is no OpenAPI spec, no example request/response payloads, and no description of the response schema beyond the x402 challenge's `mimeType: application/json`. The endpoint is confirmed live (returns a proper 402 challenge), but the exact structure of the returned price data must be inferred.
Capabilities
Use cases
- —Retrieve the current stock price of Broadcom (AVGO) for portfolio tracking or trading bots
- —Feed real-time equity data into financial dashboards without managing API keys
- —Agent-driven stock price lookups settled instantly via x402 micropayments
Fit
Best for
- —AI agents or bots that need on-demand stock prices without subscription overhead
- —Developers prototyping financial apps who want instant, keyless API access
- —Crypto-native workflows that can pay per call with USDC on Base
Not for
- —High-frequency trading requiring sub-millisecond latency and guaranteed SLAs
- —Bulk historical stock data downloads (this is a single-ticker, single-price endpoint)
- —Users without a Base-compatible USDC wallet
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/stocks/AVGO/price \
-H "X-PAYMENT: <x402_payment_header>" \
-H "Content-Type: application/json"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 the docs pages are empty beyond a wallet-connect prompt. The response format must be entirely inferred.
Warnings
- —No OpenAPI or schema documentation available — response structure is unknown
- —Docs, pricing, and API pages all render only 'Connect wallet' with no technical content
- —No example request or response payloads are provided anywhere in the crawl
- —Stock data source and freshness/latency guarantees are undisclosed
Citations
- —Endpoint returns HTTP 402 with x402 challenge advertising USDC on Base at maxAmountRequired 20000https://lowpaymentfee.com/api/v1/stocks/AVGO/price
- —All APIs priced at $0.02 per request with no API keys, no rate limits, instant access on Base networkhttps://lowpaymentfee.com
- —USDC asset address 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 on Base networkhttps://lowpaymentfee.com/api/v1/stocks/AVGO/price