x402basequality 0.35

Stock market quote for INTU (Intuit) via x402 micropayment on Base, $0.02 per request.

Price
0.02 USDC / call
Protocol
x402
Verified
no

What it does

This endpoint provides a market quote for the ticker symbol INTU (Intuit Inc.) through the x402 payment protocol. It is part of a broader suite of APIs hosted at lowpaymentfee.com that span data analytics, AI/ML inference, finance, crypto, and utility services — all priced at $0.02 per request and settled in USDC on the Base network.

The endpoint accepts POST requests and returns JSON. Payment is handled inline via the x402 protocol: callers include an X-PAYMENT header with a signed USDC payment of up to 20,000 base units (i.e., $0.02, since USDC uses 6 decimals). No API keys or accounts are required; access is granted per-request upon valid payment. The x402 challenge was confirmed live, returning a 402 with proper accepts metadata.

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. There is no OpenAPI spec, no request/response schema, and no example payloads available. The exact fields returned in the market quote response are unknown and must be inferred from the endpoint path (likely price, volume, change, and related equity market data for INTU). Because of this documentation gap, integrators should experiment with the endpoint directly to discover the response shape.

Capabilities

stock-quotemarket-datax402-paymentusdc-settlementbase-networkper-request-pricingno-api-key

Use cases

  • Fetching a real-time or recent market quote for Intuit (INTU) stock
  • Building trading bots or dashboards that need per-request equity data without subscriptions
  • Agent-driven financial research that pays per query with no account setup

Fit

Best for

  • Agents or apps needing on-demand stock quotes without API key management
  • Low-volume or bursty access patterns where per-request pricing is economical
  • Crypto-native workflows that can settle in USDC on Base

Not for

  • High-frequency trading requiring sub-millisecond latency and bulk data feeds
  • Users who need comprehensive historical market data or full order book depth
  • Teams that require detailed API documentation and SLA guarantees before integration

Quick start

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

Endpoint

Transporthttp
Protocolx402
Pay to0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3
CurrencyUSD COIN

Quality

0.35/ 1.00

The x402 challenge is live and pricing is clear ($0.02 USDC on Base), but there is no OpenAPI spec, no request/response schema, no documentation beyond a landing page, and no example payloads. The actual data returned is entirely unknown, making this effectively a stub listing.

Warnings

  • No OpenAPI or schema available — response format is unknown
  • All documentation pages (/docs, /pricing, /api, /README) render only 'Connect wallet' with no content
  • No example request or response bodies could be found
  • The specific data fields in the INTU market quote are inferred from the URL path only

Citations

Provenance

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

Agent access