Real-time stock price data for TGT (Target Corp) via x402 micropayment on Base, $0.02/request.
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
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
Quality
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
- —The endpoint returns HTTP 402 with an x402 challenge requiring USDC payment on Base networkhttps://lowpaymentfee.com/api/v1/stocks/TGT/price
- —maxAmountRequired is 20000 base units of USDC (6 decimals) = $0.02 per requesthttps://lowpaymentfee.com/api/v1/stocks/TGT/price
- —The platform advertises $0.02/request pricing with no API keys, no rate limits, and instant accesshttps://lowpaymentfee.com
- —USDC asset contract on Base is 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913https://lowpaymentfee.com/api/v1/stocks/TGT/price
- —Payment recipient address is 0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3https://lowpaymentfee.com/api/v1/stocks/TGT/price