Pay-per-call stock data for ABBV via x402 on Base, settled in USDC at $0.02/request.
What it does
This endpoint provides stock data for AbbVie (ticker: ABBV) through the lowpaymentfee.com platform, an x402-enabled API marketplace on the Base network. Each request costs $0.02 in USDC (maxAmountRequired of 20,000 base units with 6 decimals), paid inline via the x402 protocol — no API keys, no subscriptions, no rate limits.
lowpaymentfee.com hosts a broader suite of endpoints spanning data & analytics, AI/ML inference, finance/Web3, and infrastructure utilities, all priced uniformly at $0.02 per request. The specific endpoint at `/api/v1/stocks/ABBV` is not listed on the site's landing page catalog (which focuses on analytics, AI, finance, and utility routes), but the x402 challenge is live and returns a valid 402 with payment terms. The response MIME type is `application/json`, and the endpoint accepts HTTP POST.
Because the crawled documentation pages (`/docs`, `/pricing`, `/api`, `/README`) all returned only a "Connect wallet" stub with no further content, there is no schema documentation, example request/response, or field-level specification available. The actual shape of the stock data payload is unknown. Users should expect a JSON object but will need to discover the exact fields empirically after making a paid request.
Capabilities
Use cases
- —Retrieving current or recent stock data for AbbVie (ABBV) programmatically
- —Integrating stock lookups into autonomous AI agents that can settle payments on Base
- —Building trading dashboards that pay per data fetch without subscription overhead
Fit
Best for
- —Agents or bots that need on-demand stock data without managing API keys
- —Low-volume or sporadic stock data consumers who prefer pay-per-call pricing
- —Developers experimenting with x402 payment-gated APIs on Base
Not for
- —High-frequency trading requiring sub-second latency and bulk data feeds
- —Users who need comprehensive historical OHLCV data with documented schemas
- —Anyone without a Base-network USDC wallet or x402-compatible client
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/stocks/ABBV \
-H "Content-Type: application/json" \
-H "X-PAYMENT: <x402_payment_token>"Endpoint
Quality
The x402 challenge is live and pricing is clear ($0.02 USDC on Base), but there is zero documentation for this specific stocks endpoint — no request/response schema, no examples, and the docs pages are empty stubs. The endpoint isn't even listed in the site's own catalog, making it effectively a stub listing.
Warnings
- —No documentation available — /docs, /pricing, /api, and /README all return only a 'Connect wallet' stub with no content.
- —The /api/v1/stocks/ABBV endpoint is not listed in the site's own catalog of available APIs; it may be undocumented or experimental.
- —Response schema is completely unknown; no example responses are available.
- —Cannot verify what stock data fields are returned without making a paid request.
Citations
- —The endpoint returns a 402 challenge with maxAmountRequired of 20000 base units in USDC on Base networkhttps://lowpaymentfee.com/api/v1/stocks/ABBV
- —USDC asset contract on Base is 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913https://lowpaymentfee.com/api/v1/stocks/ABBV
- —All APIs on the platform are priced at $0.02 per request with no API keys, no rate limits, and instant accesshttps://lowpaymentfee.com
- —Documentation pages (/docs, /pricing, /api, /README) contain only a 'Connect wallet' stubhttps://lowpaymentfee.com/docs