Real-time stock price data for ADBE (Adobe) via x402 micropayment on Base, $0.02 per request.
What it does
This endpoint returns the current stock price for Adobe (ADBE) through the lowpaymentfee.com platform, an x402-enabled API marketplace. Payment is handled per-request using USDC on the Base network — no API keys, no subscriptions, no rate limits. The caller includes an X-PAYMENT header with a signed x402 payment of $0.02 (20,000 base units of USDC, 6 decimals) and receives a JSON response with the stock price.
lowpaymentfee.com hosts a broader catalog of pay-per-call endpoints spanning data analytics, AI/ML inference, finance, crypto, and utility services, all priced at $0.02 per request. This specific endpoint targets the stock ticker ADBE; the URL pattern (`/api/v1/stocks/{ticker}/price`) suggests other tickers may be available at parallel paths, though only ADBE was probed.
Documentation is extremely sparse — the docs, pricing, and API pages all render only a "Connect wallet" prompt with no further technical detail. There is no OpenAPI spec, no example request/response payloads, and no description of the response schema. The endpoint is confirmed live (returns a valid x402 402 challenge), but the actual response format after payment is unknown.
Capabilities
Use cases
- —Fetching the current Adobe (ADBE) stock price in an automated trading or monitoring agent
- —Integrating real-time equity prices into a portfolio dashboard without managing API keys
- —Paying per-call for stock data from an AI agent using x402 on Base
Fit
Best for
- —Agents or bots that need on-demand stock prices without subscription overhead
- —Developers prototyping with x402 micropayments on Base
- —Low-volume, pay-as-you-go stock price lookups
Not for
- —High-frequency trading requiring sub-millisecond latency and bulk data
- —Historical stock price or OHLCV time-series data (not indicated as available)
- —Users who need detailed documentation or guaranteed SLAs
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/stocks/ADBE/price \
-H "Content-Type: application/json" \
-H "X-PAYMENT: <x402-signed-payment-header>"Endpoint
Quality
The endpoint is live and returns a valid x402 402 challenge, confirming it accepts USDC payments on Base. However, there is no OpenAPI spec, no response schema, no example payloads, and the documentation pages are empty beyond a wallet-connect prompt. Pricing is clear ($0.02/request) but the actual data returned after payment is entirely unknown.
Warnings
- —No documentation available — docs, pricing, and API pages all show only 'Connect wallet'
- —No OpenAPI or response schema provided; actual response format is unknown
- —Only the ADBE ticker was probed; availability of other tickers is unconfirmed
- —No SLA, rate-limit, or uptime guarantees documented
Citations
- —The endpoint returns a 402 x402 challenge requesting 20,000 base units of USDC on Basehttps://lowpaymentfee.com/api/v1/stocks/ADBE/price
- —USDC asset contract on Base is 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913https://lowpaymentfee.com/api/v1/stocks/ADBE/price
- —All endpoints on the platform are priced at $0.02 per request with no API keys, no rate limits, and instant access on Base networkhttps://lowpaymentfee.com