x402basequality 0.35

Stock market quote for ACN (Accenture) 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 ACN (Accenture) 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/ACN` accepts POST requests and returns JSON. Payment is handled inline 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 given USDC's 6 decimals) to the designated payTo address on Base. No API keys, accounts, or rate limits are advertised — access is gated solely by the micropayment.

Documentation beyond the landing page is extremely sparse. The /docs, /pricing, /api, and /README pages all render only a "Connect wallet" prompt with no additional technical detail, request/response schemas, or usage examples. The actual response schema for the quote endpoint is not documented, so the exact fields returned (e.g., price, volume, timestamp) must be inferred from the endpoint's name and category.

Capabilities

stock-quotemarket-datax402-paymentusdc-basepay-per-requestno-api-key

Use cases

  • Fetching a current market quote for Accenture (ACN) in an automated trading or research pipeline
  • Integrating real-time equity data into an AI agent workflow without managing API keys
  • Paying per-call for occasional stock lookups without subscription commitments

Fit

Best for

  • Agents or bots that need on-demand stock quotes with zero signup friction
  • Developers prototyping financial dashboards who want instant pay-per-use access
  • Crypto-native applications that can settle micropayments in USDC on Base

Not for

  • High-frequency trading requiring sub-millisecond latency and guaranteed SLAs
  • Users who need comprehensive historical OHLCV data or bulk downloads
  • Teams that cannot or prefer not to settle payments in on-chain USDC

Quick start

curl -X POST https://lowpaymentfee.com/api/v1/market/quote/ACN \
  -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 live (402 challenge captured) and pricing is clear ($0.02 USDC on Base). However, there is no documented request or response schema, no usage examples, and all documentation pages return only a wallet-connect prompt. The actual data returned by the quote endpoint is entirely unknown.

Warnings

  • No request or response schema documented — actual fields returned are unknown
  • All documentation pages (/docs, /pricing, /api, /README) render only 'Connect wallet' with no content
  • The endpoint path suggests a single-ticker quote (ACN); it is unclear whether other tickers are supported at similar paths
  • No OpenAPI spec or AI plugin manifest available

Citations

Provenance

Indexed fromx402_bazaar
Enriched2026-04-18 20:34:52Z · anthropic/claude-opus-4.6 · v2
First seen2026-04-18
Last seen2026-04-22

Agent access