x402basequality 0.40

Real-time stock price data for ITW (Illinois Tool Works) via x402 micropayment on Base.

Price
0.02 USDC / call
Protocol
x402
Verified
no

What it does

This x402 endpoint returns the current stock price for ITW (Illinois Tool Works) in JSON format. It is part of a broader API platform at lowpaymentfee.com that offers data & analytics, AI/ML inference, finance, crypto, and utility endpoints — all payable per-request via the x402 protocol on the Base network using USDC.

The endpoint charges $0.02 per request (20,000 base units of USDC with 6 decimals) and requires no API keys, accounts, or rate-limit management. Callers send an X-PAYMENT header containing a signed x402 payment proof; the server validates it and returns the stock price data. The payment settles on-chain to the provider's address on Base using the "exact" scheme.

Documentation beyond the landing page is sparse — the /docs, /pricing, and /README pages all resolve to a wallet-connect stub with no additional technical detail. There is no OpenAPI spec, no sample response schema, and no information about what fields the stock price response contains. The endpoint is confirmed live (returns a proper 402 challenge), but the actual response format must be discovered by making a paid request.

Capabilities

stock-price-lookupx402-paymentusdc-micropaymentbase-networkper-request-billingno-api-key

Use cases

  • Retrieve the current stock price of ITW (Illinois Tool Works) programmatically
  • Build trading bots or portfolio dashboards that pull live equity prices
  • Agent-driven financial research that pays per query with no subscription

Fit

Best for

  • Agents or apps needing on-demand stock prices without API key management
  • Developers experimenting with x402 micropayment-gated data APIs
  • Low-volume or sporadic stock price lookups where per-call pricing is cheaper than a subscription

Not for

  • High-frequency trading requiring sub-millisecond latency and bulk data
  • Users who need historical OHLCV candle data or full market depth
  • Anyone without a Base-network USDC wallet to fund x402 payments

Quick start

curl -X POST https://lowpaymentfee.com/api/v1/stocks/ITW/price \
  -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 confirmed live with a valid 402 challenge and clear pricing ($0.02 USDC on Base). However, there is no OpenAPI spec, no response schema, no example responses, and the documentation pages are empty stubs. The actual data returned is unknown.

Warnings

  • No OpenAPI or response schema available — response format is undocumented
  • All documentation pages (/docs, /pricing, /README) return only a wallet-connect stub with no content
  • The specific stock ticker (ITW) is hardcoded in the URL; it is unclear whether other tickers are supported at similar paths
  • No sample response is available; the fields returned for a stock price query are unknown

Citations

Provenance

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

Agent access