Stock market quote for INTU (Intuit) via x402 micropayment on Base, $0.02 per request.
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
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
Quality
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
- —Endpoint returns 402 with x402 challenge advertising USDC on Base, maxAmountRequired 20000 base unitshttps://lowpaymentfee.com/api/v1/market/quote/INTU
- —All APIs priced at $0.02 per request, no API keys, no rate limits, Base networkhttps://lowpaymentfee.com
- —USDC asset address 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 on Basehttps://lowpaymentfee.com/api/v1/market/quote/INTU
- —Documentation pages render only 'Connect wallet' with no technical contenthttps://lowpaymentfee.com/docs