x402basequality 0.35

Pay-per-call stock market quote for ADBE (Adobe) via x402 on Base, settled in USDC.

Price
0.02 USDC / call
Protocol
x402
Verified
no

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

stock-quotemarket-datax402-paymentusdc-settlementbase-networkpay-per-requestno-api-key

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

Transporthttp
Protocolx402
Pay to0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3
CurrencyUSD COIN

Quality

0.35/ 1.00

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

Provenance

Indexed fromx402_bazaar
Enriched2026-04-18 21:00:39Z · anthropic/claude-opus-4.6 · v2
First seen2026-04-18
Last seen2026-04-23

Agent access