x402basequality 0.40

Real-time stock price data for SYK (Stryker Corp) via x402 micropayment on Base.

Price
0.02 USDC / call
Protocol
x402
Verified
no

What it does

This endpoint provides real-time stock price data for the ticker SYK (Stryker Corporation) through the x402 payment protocol. It is hosted on lowpaymentfee.com, a platform offering a variety of pay-per-request APIs spanning data analytics, AI/ML, finance, crypto, and utility services. All endpoints on the platform use the same pricing model: $0.02 per request, settled in USDC on the Base network with no API keys, no rate limits, and no commitments required.

The specific endpoint at `/api/v1/stocks/SYK/price` accepts POST requests and returns JSON. Payment is handled inline via the x402 protocol: callers attach an `X-PAYMENT` header containing a signed USDC payment of up to 20,000 base units (i.e., $0.02 given USDC's 6 decimals) to the designated payTo address on Base. The x402 challenge was confirmed live, returning a proper 402 response with version 1 of the protocol.

Documentation on the site is extremely thin — the docs, API, pricing, and README pages all render only a "Connect wallet" prompt with no additional technical detail. There is no OpenAPI schema, no example request/response payloads, and no description of the response format beyond the stated mimeType of `application/json`. The endpoint URL pattern suggests it may support other stock tickers by substituting the symbol in the path, but this is not confirmed.

Capabilities

stock-price-lookupreal-time-market-datax402-micropaymentusdc-paymentbase-networkpay-per-requestno-api-key

Use cases

  • Fetching the current stock price of Stryker Corporation (SYK) programmatically
  • Building trading bots or dashboards that need on-demand equity pricing without subscription commitments
  • Agent-driven financial research workflows that pay per query via crypto micropayments

Fit

Best for

  • Developers wanting instant, keyless access to stock price data
  • AI agents that can settle x402 payments in USDC on Base
  • Low-volume or sporadic stock price lookups where per-request pricing is more economical than a subscription

Not for

  • High-frequency trading requiring sub-millisecond latency and bulk data feeds
  • Users who need historical OHLCV candle data or full order book depth
  • Anyone without a Base-compatible USDC wallet or x402 client

Quick start

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

Endpoint

Transporthttp
Protocolx402
Pay to0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3
CurrencyUSD COIN

Quality

0.40/ 1.00

The x402 challenge is live and well-formed, confirming the endpoint exists and accepts payments. However, there is no OpenAPI schema, no documented request/response format, no example payloads, and the site's docs pages are empty beyond a wallet-connect prompt. The listing is functional but information-sparse.

Warnings

  • No OpenAPI or schema documentation available — response format is unknown beyond application/json
  • Docs, API, pricing, and README pages on the site all render only 'Connect wallet' with no usable content
  • It is unclear whether the endpoint returns delayed or real-time quotes, or what fields are included in the response
  • The endpoint path suggests other tickers may be supported (e.g., /stocks/{TICKER}/price) but this is unconfirmed

Citations

Provenance

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

Agent access