x402basequality 0.40

Real-time stock price data for ADI (Analog Devices) via x402 micropayment on Base.

Price
0.02 USDC / call
Protocol
x402
Verified
no

What it does

This x402 endpoint at lowpaymentfee.com returns the current stock price for ADI (Analog Devices, Inc.) in exchange for a per-request USDC micropayment on the Base network. The endpoint accepts POST requests and responds with JSON. Payment is handled via the x402 protocol — no API keys, accounts, or rate limits are required. The caller simply includes an X-PAYMENT header with a valid payment proof.

The cost per request is $0.02 (20,000 base units of USDC, which has 6 decimals). The payment is settled on-chain to the provider's address on Base. The endpoint is part of a broader suite of APIs offered by lowpaymentfee.com spanning data analytics, AI/ML inference, finance, crypto, and utility services, all priced at $0.02 per call.

Documentation beyond the landing page is sparse — the /docs, /pricing, and /README pages all render only a "Connect wallet" prompt with no additional technical detail. There is no OpenAPI spec or example request/response schema available, so the exact request body format and response shape for this stock-price endpoint must be inferred or discovered experimentally.

Capabilities

stock-price-lookupreal-time-market-datax402-micropaymentusdc-paymentbase-networkper-request-billingno-api-key

Use cases

  • Fetching the current stock price of Analog Devices (ADI) for trading bots or portfolio dashboards
  • Integrating real-time equity pricing into an AI agent's decision-making pipeline
  • Building pay-per-call financial data aggregators without managing API keys or subscriptions

Fit

Best for

  • AI agents that need on-demand stock prices without account setup
  • Developers prototyping financial apps who want instant, keyless API access
  • Crypto-native workflows that can pay per request with USDC on Base

Not for

  • High-frequency trading requiring sub-millisecond latency and bulk data feeds
  • Users who need historical stock price data or OHLCV candles (not indicated as supported)
  • Teams without a Base-compatible wallet or USDC holdings

Quick start

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

Endpoint

Transporthttp
Protocolx402
Pay to0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3
CurrencyUSD COIN

Quality

0.40/ 1.00

The endpoint is live and returns a valid x402 402 challenge with clear pricing and asset info. However, there is no OpenAPI spec, no documented request/response schema, no example payloads, and the docs pages are empty beyond a wallet-connect prompt. The exact response format is unknown.

Warnings

  • No OpenAPI or schema documentation available — request body format and response shape are unknown
  • All documentation pages (/docs, /pricing, /README) render only 'Connect wallet' with no technical content
  • The specific stock-price endpoint is not listed on the landing page; only generic finance/prices is shown, so this ADI-specific route may be undocumented
  • No example responses available to verify data quality or freshness

Citations

Provenance

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

Agent access