x402basequality 0.45

Get the current stock price for SBUX (Starbucks) via x402 micropayment on Base.

Price
0.02 USDC / call
Protocol
x402
Verified
no

What it does

This endpoint returns the current stock price for Starbucks (SBUX) through a pay-per-request x402 protocol call settled in USDC on the Base network. The endpoint 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 with no API keys, no rate limits, and no commitments required.

The specific endpoint `/api/v1/stocks/SBUX/price` accepts POST requests and returns JSON. Payment is handled via the x402 protocol: callers attach an `X-PAYMENT` header containing a signed USDC payment of up to $0.02 (20,000 base units of USDC on Base, asset contract `0x8335...2913`). The payment is settled on-chain to address `0x1A2B...85F3` with a maximum timeout of 300 seconds.

The platform advertises zero friction access — no API keys or accounts needed, just a crypto wallet capable of signing x402 payments. Documentation pages exist at `/docs`, `/pricing`, and `/api` but currently show minimal content (only a "Connect wallet" prompt), so detailed request/response schemas are not available from the provider's own docs. The endpoint URL pattern suggests it may support other stock tickers by replacing `SBUX` in the path.

Capabilities

stock-price-lookupx402-micropaymentusdc-settlementbase-networkpay-per-requestno-api-keyreal-time-data

Use cases

  • Retrieve the current Starbucks (SBUX) stock price for portfolio tracking or trading bots
  • Integrate real-time equity prices into an AI agent workflow without managing API keys
  • Pay-per-call stock data access for low-volume or sporadic usage patterns

Fit

Best for

  • Agents or bots that need on-demand stock prices without subscription overhead
  • Developers prototyping financial apps who want instant API access via crypto micropayments
  • Low-volume consumers who prefer pay-per-use over monthly plans

Not for

  • High-frequency trading requiring sub-millisecond latency and bulk data feeds
  • Users without a crypto wallet or USDC on the Base network
  • Historical stock data or OHLCV candle retrieval (no evidence this endpoint supports it)

Quick start

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

Endpoint

Transporthttp
Protocolx402
Pay to0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3
CurrencyUSD COIN

Quality

0.45/ 1.00

The endpoint is live and returns a valid x402 402 challenge with clear pricing and asset info. However, there is no OpenAPI schema, no documented request/response format, and the provider's docs pages are effectively empty ('Connect wallet' only). The actual response payload structure must be inferred.

Warnings

  • No request or response schema documented — actual JSON structure is unknown
  • Provider docs pages (/docs, /pricing, /api, /README) return only 'Connect wallet' with no substantive content
  • It is unclear whether the endpoint returns real-time market data or delayed/cached prices
  • The stock ticker endpoint pattern (replacing SBUX) is inferred but not confirmed for other tickers

Citations

Provenance

Indexed fromx402_bazaar
Enriched2026-04-18 20:19:33Z · anthropic/claude-opus-4.6 · v2
First seen2026-04-18
Last seen2026-04-23

Agent access