Stock price data for ticker LOW via x402 micropayment on Base, $0.02 per request.
What it does
This endpoint returns stock price data for the ticker symbol LOW (Lowe's Companies) through an x402-protocol pay-per-call API hosted at lowpaymentfee.com. Each request costs $0.02 (20,000 base units of USDC on the Base network, where USDC has 6 decimals). No API keys or accounts are required — payment is handled inline via the x402 payment header using USDC on Base.
The provider site (lowpaymentfee.com) offers a broad catalog of pay-per-request endpoints spanning data analytics, AI/ML inference, finance/crypto market data, and utility services, all priced uniformly at $0.02 per call. This specific endpoint is part of the finance category and serves stock price information. The endpoint accepts POST requests and returns JSON.
Documentation beyond the landing page is extremely sparse — the docs, API, pricing, and README pages all render only a "Connect wallet" prompt with no additional technical detail. There is no OpenAPI schema, no example request/response payloads, and no description of the response format. The endpoint is confirmed live (returns a proper 402 x402 challenge), but the actual data quality and response structure are unknown.
Capabilities
Use cases
- —Fetching the current stock price for Lowe's (ticker LOW) programmatically
- —Agent-driven portfolio monitoring that pays per data request without API key management
- —Integrating real-time equity pricing into trading bots or dashboards via x402 micropayments
Fit
Best for
- —AI agents needing on-demand stock price data without pre-registration
- —Developers prototyping finance apps who want instant, keyless API access
- —Low-volume or sporadic stock price lookups where $0.02/call is cost-effective
Not for
- —High-frequency trading requiring sub-second latency and bulk pricing
- —Comprehensive market data needs (historical OHLCV, order book depth, etc.) — only current price is indicated
- —Users without a Base-network USDC wallet
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/stocks/LOW/price \
-H "Content-Type: application/json" \
-H "X-PAYMENT: <x402-payment-token>"Endpoint
Quality
The endpoint is confirmed live via a valid 402 x402 challenge, and pricing is clear ($0.02 USDC on Base). However, there is no OpenAPI schema, no documented request/response format, no example payloads, and all documentation pages are empty beyond a wallet-connect prompt. The actual data returned is entirely unknown.
Warnings
- —No documentation available — docs, API, pricing, and README pages all show only 'Connect wallet' with no technical content
- —No OpenAPI or JSON schema for request or response bodies
- —Response format and data fields are completely unknown — cannot verify what stock data is actually returned
- —Provider offers a very broad catalog of endpoints (analytics, AI, finance, utilities) all at the same price, which may indicate a generic or placeholder service
Citations
- —Endpoint returns 402 with x402 challenge advertising USDC on Base networkhttps://lowpaymentfee.com/api/v1/stocks/LOW/price
- —maxAmountRequired is 20000 base units of USDC (asset 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913) which equals $0.02https://lowpaymentfee.com/api/v1/stocks/LOW/price
- —Provider advertises $0.02/request, no API keys, no rate limits, instant access on Base networkhttps://lowpaymentfee.com
- —Documentation pages (docs, API, pricing, README) render only 'Connect wallet' with no additional contenthttps://lowpaymentfee.com/docs