x402basequality 0.40

Real-time stock price data for AVGO via x402 micropayment on Base, $0.02 per request.

Price
0.02 USDC / call
Protocol
x402
Verified
no

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

stock-price-lookupx402-micropaymentusdc-settlementbase-networkreal-time-datano-api-keypay-per-request

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

Transporthttp
Protocolx402
Pay to0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3
CurrencyUSD COIN

Quality

0.40/ 1.00

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

Provenance

Indexed fromx402_bazaar
Enriched2026-04-18 22:18:00Z · anthropic/claude-opus-4.6 · v2
First seen2026-04-18
Last seen2026-04-22

Agent access