x402basequality 0.35

Stock market quote for ABBV via x402 micropayment on Base, $0.02 per request.

Price
0.02 USDC / call
Protocol
x402
Verified
no

What it does

This endpoint returns a market quote for the ticker symbol ABBV (AbbVie Inc.) through the x402 payment protocol. It is part of a broader suite of pay-per-call APIs hosted at lowpaymentfee.com, which spans data analytics, AI/ML inference, finance, crypto, and utility services. All endpoints on the platform share a uniform $0.02-per-request pricing model settled in USDC on the Base network.

The specific endpoint `/api/v1/market/quote/ABBV` accepts POST requests and returns JSON. Payment is handled via the x402 protocol: callers attach an `X-PAYMENT` header containing a signed USDC payment of up to 20,000 base units (i.e., $0.02, since USDC uses 6 decimals) to the payee address on Base. No API keys, subscriptions, or rate limits are advertised — access is purely transactional.

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 content. There is no OpenAPI schema, no example request/response payloads, and no description of the response fields for this market-quote endpoint. The endpoint is confirmed live (returns a proper 402 challenge), but the actual data source and response structure are unknown.

Capabilities

stock-quotemarket-datax402-paymentusdc-basepay-per-requestmicropayment

Use cases

  • Fetching a real-time or recent market quote for AbbVie (ABBV) in an automated trading or research pipeline
  • Integrating low-cost, keyless stock data into an AI agent workflow
  • Paying per-call for financial data without managing API key subscriptions

Fit

Best for

  • Agents or bots that need occasional single-ticker stock quotes without subscription overhead
  • Developers prototyping x402-based payment flows with a live finance endpoint
  • Crypto-native applications that already hold USDC on Base

Not for

  • High-frequency or bulk market-data consumers who need thousands of quotes per second at lower marginal cost
  • Users who need detailed documentation, SLAs, or guaranteed data-source provenance
  • Anyone without a Base-compatible wallet and USDC balance

Quick start

curl -X POST https://lowpaymentfee.com/api/v1/market/quote/ABBV \
  -H "Content-Type: application/json" \
  -H "X-PAYMENT: <signed-x402-payment-header>"

Endpoint

Transporthttp
Protocolx402
Pay to0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3
CurrencyUSD COIN

Quality

0.35/ 1.00

The endpoint is confirmed live via a valid 402 challenge and pricing is clear ($0.02 USDC on Base). However, there is no OpenAPI schema, no example request or response, and all documentation pages are empty beyond a wallet-connect prompt. The actual response format and data source are entirely unknown.

Warnings

  • No documentation available — docs, API, pricing, and README pages all show only 'Connect wallet'
  • No OpenAPI or JSON schema describing request parameters or response fields
  • Data source for market quotes is unknown; no guarantees on freshness, accuracy, or coverage
  • Response structure must be discovered empirically; example_request_json and example_response_json cannot be provided

Citations

Provenance

Indexed fromx402_bazaar
Enriched2026-04-18 22:35:51Z · anthropic/claude-opus-4.6 · v2
First seen2026-04-18
Last seen2026-04-22

Agent access