Pay-per-call stock market quote for ADBE (Adobe) via x402 on Base, settled in USDC.
What it does
This endpoint provides a stock market quote for Adobe (ADBE) through the x402 payment protocol. It is part of a broader suite of pay-per-request APIs hosted at lowpaymentfee.com, covering finance, analytics, AI/ML, and utility services. The specific endpoint `/api/v1/market/quote/ADBE` accepts POST requests and returns JSON data.
Pricing is $0.02 per request, paid in USDC on the Base network. The x402 challenge confirms a maxAmountRequired of 20,000 base units of USDC (0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913), which equals $0.02 given USDC's 6 decimals. Payment is made via the `X-PAYMENT` header with no API keys or rate limits required. The endpoint is live and returns a proper 402 challenge.
Documentation is extremely sparse — the docs, pricing, and API pages all render only a "Connect wallet" prompt with no further content. There is no OpenAPI schema, no example request/response payloads, and no description of what fields the quote response contains. The endpoint path suggests it returns a market quote for Adobe stock (ticker ADBE), but the exact response schema is unknown.
Capabilities
Use cases
- —Fetching real-time or recent Adobe (ADBE) stock quotes programmatically
- —Building trading dashboards that pull equity prices on demand
- —Agent-driven financial research requiring per-call stock data without subscriptions
- —Integrating stock price lookups into crypto-native applications on Base
Fit
Best for
- —Developers who want pay-per-call stock quotes without API key management
- —Crypto-native agents that can settle micropayments in USDC on Base
- —Low-volume or sporadic stock data needs where $0.02/call is cost-effective
Not for
- —High-frequency trading requiring sub-millisecond latency and bulk data
- —Users who need historical OHLCV data or full order book depth
- —Anyone without a Base-compatible USDC wallet for x402 payments
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/market/quote/ADBE \
-H "X-PAYMENT: <x402-payment-token>" \
-H "Content-Type: application/json"Endpoint
Quality
The endpoint is live and returns a valid x402 402 challenge with clear pricing. However, there is no OpenAPI schema, no documented request/response format, no example payloads, and the docs pages are empty. The actual content of the quote response is entirely unknown, making this effectively a stub listing.
Warnings
- —No OpenAPI or schema documentation available — response format is unknown
- —All documentation pages (docs, pricing, API, README) render only 'Connect wallet' with no useful content
- —The /api/v1/market/quote/ADBE path is not listed among the site's advertised endpoints, so it may be undocumented or experimental
- —No information on data source, update frequency, or market hours coverage
Citations
- —The endpoint returns a 402 challenge with maxAmountRequired of 20000 base units of USDC on Basehttps://lowpaymentfee.com/api/v1/market/quote/ADBE
- —The site advertises $0.02 per request pricing with no API keys, no rate limits, and instant access on Base networkhttps://lowpaymentfee.com
- —USDC asset address 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 is the canonical USDC contract on Basehttps://lowpaymentfee.com/api/v1/market/quote/ADBE