x402basequality 0.45

Real-time AAPL stock price via x402 micropayment on Base for $0.02 per request.

Price
0.02 USDC / call
Protocol
x402
Verified
no

What it does

This endpoint returns the current stock price for AAPL (Apple Inc.) via a pay-per-call x402 protocol. It is hosted on lowpaymentfee.com, a platform offering a broad catalog of data, AI, finance, and utility APIs — all priced at $0.02 per request and settled in USDC on the Base network. No API keys, accounts, or rate limits are required; callers simply attach an x402 payment header to each POST request.

The specific endpoint at `/api/v1/stocks/AAPL/price` is part of the Finance & Web3 category on the platform. The x402 challenge confirms the endpoint is live, accepting payments of up to 20,000 base units of USDC (0x8335…2913 on Base), which equals $0.02 given USDC's 6 decimals. The payment timeout is 300 seconds. The response MIME type is `application/json`.

Note that the crawled documentation pages (docs, pricing, API, README) all returned only a "Connect wallet" prompt with no substantive content, so the exact response schema for this stock price endpoint is unknown. The platform's landing page lists many endpoints but provides no detailed field-level documentation for any of them. Treat the response format as undocumented.

Capabilities

stock-pricereal-time-datax402-paymentusdc-settlementbase-networkpay-per-callno-api-keyno-rate-limit

Use cases

  • Fetching the latest AAPL stock price in an automated trading or monitoring agent
  • Integrating real-time Apple stock data into a dashboard without managing API keys
  • Agent-driven portfolio tracking that pays per request with USDC on Base

Fit

Best for

  • AI agents or bots that need on-demand stock prices without subscription overhead
  • Developers prototyping finance apps who want instant, keyless API access
  • Crypto-native workflows that can settle micropayments on Base

Not for

  • High-frequency trading requiring sub-millisecond latency and guaranteed SLAs
  • Users who need historical OHLCV candle data or bulk stock downloads
  • Anyone without a Base-compatible wallet or x402 client

Quick start

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

Endpoint

Transporthttp
Protocolx402
Pay to0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3
CurrencyUSD COIN

Quality

0.45/ 1.00

The endpoint is confirmed live via a valid 402 challenge with clear pricing ($0.02 USDC on Base). However, there is no OpenAPI schema, no documented response format, and all documentation pages returned only a wallet-connect stub. The actual data quality and response structure must be inferred.

Warnings

  • No response schema documented — the exact JSON fields returned are unknown.
  • All documentation pages (/docs, /pricing, /api, /README) returned only 'Connect wallet' with no content.
  • The endpoint path is ticker-specific (/stocks/AAPL/price); it is unclear whether other tickers are supported or how to discover them.
  • The platform lists many endpoint categories but provides no detailed docs for any of them.

Citations

Provenance

Indexed fromx402_bazaar
Enriched2026-04-18 22:08:34Z · anthropic/claude-opus-4.6 · v2
First seen2026-04-18
Last seen2026-04-29

Agent access