x402basequality 0.35

Stock market quote for SBUX via x402 micropayment on Base, $0.02 per request.

Price
0.02 USDC / call
Protocol
x402
Verified
no

What it does

This endpoint provides a real-time stock market quote for SBUX (Starbucks) through the x402 payment protocol. It is part of a broader API platform at lowpaymentfee.com that offers data & analytics, AI/ML inference, finance, crypto, and utility endpoints — all priced at $0.02 per request and settled in USDC on the Base network.

The specific endpoint `/api/v1/market/quote/SBUX` accepts POST requests and returns JSON. Payment is handled via the x402 protocol: callers attach an `X-PAYMENT` header with a signed USDC payment of up to 20,000 base units (i.e., $0.02, since USDC uses 6 decimals). No API keys, rate limits, or upfront commitments are required — each call is individually paid for on-chain.

Documentation beyond the landing page is extremely sparse. The docs, pricing, API, and README pages all render only a "Connect wallet" 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 live (returns a valid 402 challenge), but the exact fields returned in a successful quote response are unknown.

Capabilities

stock-quotemarket-datax402-paymentusdc-settlementbase-networkper-request-pricingno-api-key

Use cases

  • Fetching a real-time Starbucks (SBUX) stock quote from an agent or application
  • Building a pay-per-call financial data pipeline without API key management
  • Integrating stock market data into an autonomous agent workflow using x402 micropayments

Fit

Best for

  • Agents or bots that need on-demand stock quotes without subscription overhead
  • Developers experimenting with x402 pay-per-request protocols
  • Low-volume or sporadic stock price lookups where flat-rate plans are wasteful

Not for

  • High-frequency trading or bulk market data ingestion (no documented batch endpoint)
  • Users who need comprehensive financial data (options chains, historical OHLCV, fundamentals) — only a single-ticker quote is exposed here

Quick start

curl -X POST https://lowpaymentfee.com/api/v1/market/quote/SBUX \
  -H "X-PAYMENT: <x402-signed-payment-header>" \
  -H "Content-Type: application/json"

Endpoint

Transporthttp
Protocolx402
Pay to0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3
CurrencyUSD COIN

Quality

0.35/ 1.00

The endpoint is live and returns a valid x402 402 challenge with clear pricing ($0.02 USDC on Base). However, there is no OpenAPI spec, no documented request/response schema, no example payloads, and all documentation pages beyond the landing page are empty ('Connect wallet' only). The actual content of a successful response is entirely unknown.

Warnings

  • No OpenAPI or schema documentation available — response format is unknown
  • All doc/pricing/API/README pages render only 'Connect wallet' with no content
  • The endpoint path suggests a single-ticker quote (SBUX); it is unclear whether other tickers are supported via path parameter substitution
  • No examples of successful responses were found anywhere in the crawl

Citations

Provenance

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

Agent access