x402basequality 0.40

Real-time stock price data for TGT (Target Corp) via x402 micropayment on Base, $0.02/request.

Price
0.02 USDC / call
Protocol
x402
Verified
no

What it does

This endpoint returns the current stock price for Target Corporation (ticker: TGT) through the lowpaymentfee.com platform. It uses the x402 payment protocol, settling in USDC on the Base network. Each request costs $0.02 (20,000 base units of USDC with 6 decimals). No API keys or accounts are required — callers simply attach an X-PAYMENT header with a valid x402 payment proof.

The endpoint is part of a broader suite of pay-per-call APIs offered by lowpaymentfee.com spanning finance, analytics, AI/ML, crypto, and utility services, all priced at $0.02 per request. The specific endpoint at `/api/v1/stocks/TGT/price` accepts POST requests and returns JSON. However, the exact response schema is not documented in the crawled material, so the precise fields returned (e.g., current price, timestamp, volume) must be inferred from the endpoint's name and category.

The platform advertises no rate limits, no API keys, no minimums, and instant access. Payment is handled entirely through the x402 challenge-response flow on the Base L2 network using USDC (contract 0x8335…2913). The x402 challenge specifies a maximum timeout of 300 seconds for payment settlement.

Capabilities

stock-price-lookupx402-micropaymentusdc-base-settlementreal-time-market-datapay-per-requestno-api-key

Use cases

  • Fetching the current stock price of Target Corporation (TGT) for portfolio tracking
  • Integrating real-time TGT price data into trading bots or dashboards
  • Agent-driven financial analysis requiring on-demand equity pricing
  • Pay-per-use stock data retrieval without subscription commitments

Fit

Best for

  • AI agents needing on-demand stock price lookups without API key management
  • Developers prototyping financial apps who want instant access with no signup
  • Low-volume or sporadic stock price queries where per-call pricing is economical

Not for

  • High-frequency trading requiring sub-millisecond latency and bulk data feeds
  • Historical stock price data or OHLCV candle retrieval (not indicated by this endpoint)
  • Users who need stock data for tickers other than TGT (separate endpoints would be needed)

Quick start

curl -X POST https://lowpaymentfee.com/api/v1/stocks/TGT/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 live (402 challenge captured) with clear pricing ($0.02 USDC on Base), but there is no OpenAPI schema, no documented response format, no example responses, and the docs/pricing/README pages all returned only a 'Connect wallet' stub. The response body structure is entirely unknown.

Warnings

  • No response schema or example response documented — the exact fields returned are unknown.
  • Documentation pages (/docs, /pricing, /README, /api) returned only 'Connect wallet' stubs with no useful content.
  • The endpoint path is ticker-specific (/stocks/TGT/price); it is unclear whether other tickers are supported at similar paths.
  • No OpenAPI or machine-readable API specification was found.

Citations

Provenance

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

Agent access