x402basequality 0.40

Pay-per-call stock quote for CSCO (Cisco) via x402 on Base, settled in USDC.

Price
0.02 USDC / call
Protocol
x402
Verified
no

What it does

This endpoint at lowpaymentfee.com returns stock data for Cisco Systems (ticker: CSCO) as a JSON response, gated behind the x402 payment protocol. Each call costs $0.02 in USDC on the Base network — the on-chain challenge advertises a maxAmountRequired of 20,000 base units of USDC (6 decimals), which equals $0.02. No API keys or accounts are needed; callers simply attach an X-PAYMENT header with a valid x402 payment proof.

The provider hosts a broad catalog of pay-per-call APIs spanning data analytics, AI/ML inference, finance, crypto, and utility services, all priced uniformly at $0.02 per request. This specific endpoint sits in the finance category and serves stock price data for CSCO. The HTTP method is POST. The response MIME type is application/json, but the exact response schema is not documented — no OpenAPI spec, examples, or detailed field descriptions were found in the crawl.

Because documentation is extremely thin (the docs, pricing, API, and README pages all render only a "Connect wallet" prompt with no substantive content), the actual fields returned in the stock data response are unknown. Callers should expect typical stock-quote fields (price, volume, change, etc.) but this is inference, not confirmed. The endpoint is live and returning a well-formed x402 challenge.

Capabilities

stock-quotex402-paymentusdc-settlementbase-networkper-call-pricingno-api-keyjson-response

Use cases

  • Fetching real-time or recent stock data for Cisco (CSCO) without an API key
  • Integrating stock quotes into an autonomous agent workflow that can settle payments on Base
  • Building a trading bot or dashboard that pays per request in USDC

Fit

Best for

  • Agents or apps that can settle x402 payments in USDC on Base
  • Low-volume, on-demand stock lookups where $0.02/call is acceptable
  • Developers who want keyless, permissionless access to stock data

Not for

  • High-frequency trading requiring sub-second latency and bulk data
  • Users who need comprehensive historical OHLCV data or full market depth
  • Anyone unable to transact in USDC on the Base L2 network

Quick start

curl -X POST https://lowpaymentfee.com/api/v1/stocks/CSCO \
  -H "X-PAYMENT: <x402-payment-proof>" \
  -H "Content-Type: application/json"

Endpoint

Transporthttp
Protocolx402
Pay to0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3
CurrencyUSD COIN

Quality

0.40/ 1.00

The endpoint is live and returns a valid x402 challenge with clear pricing. However, there is no OpenAPI spec, no response schema, no example payloads, and the documentation pages are empty stubs. The actual data returned is entirely unknown, making this a low-documentation listing.

Warnings

  • No OpenAPI or response schema available — the exact fields in the stock data response are unknown.
  • Documentation pages (/docs, /pricing, /api, /README) all render only 'Connect wallet' with no substantive content.
  • The specific stock data source and freshness (real-time vs. delayed) are not disclosed.
  • This endpoint path is hard-coded to CSCO; it is unclear whether other tickers are supported at similar paths.

Citations

Provenance

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

Agent access