Pay-per-call market quote endpoint for GE stock via x402 on Base, settled in USDC.
What it does
This endpoint at `/api/v1/market/quote/GE` is part of the lowpaymentfee.com platform, which offers a broad suite of pay-per-request APIs spanning data analytics, AI/ML inference, finance, crypto, and utility services. All endpoints use the x402 protocol on the Base network, accepting USDC payments with no API keys, no rate limits, and no commitments required.
The specific endpoint probed serves market quote data for the ticker symbol "GE" (General Electric). It accepts POST requests and returns JSON. The x402 challenge indicates a maximum cost of 20,000 base units of USDC (6 decimals), which equals $0.02 per request. Payment is made via the x402 "exact" scheme to a designated wallet address on Base, with a 300-second timeout window.
The broader lowpaymentfee.com platform lists additional endpoints for metrics, reports, data export, insights, sentiment analysis, text summarization, classification, embeddings, price feeds, exchange rates, token quotes, gas estimates, geocoding, validation, conversion, and generation — all at the same $0.02/request price point. Documentation pages exist but appear to require wallet connection to view, so detailed request/response schemas are not available from the crawl.
Capabilities
Use cases
- —Fetching real-time or recent market quotes for GE (General Electric) stock
- —Building trading bots or dashboards that need on-demand equity pricing
- —Agent-driven financial analysis workflows that pay per query with no subscription
Fit
Best for
- —AI agents needing on-demand stock quotes without API key management
- —Low-volume or sporadic market data consumers who prefer pay-per-call pricing
- —Developers prototyping finance apps who want instant access with no signup
Not for
- —High-frequency trading requiring sub-millisecond latency and bulk data feeds
- —Users who need historical time-series data (no evidence this endpoint provides it)
- —Anyone without a Base-network USDC wallet for x402 payments
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/market/quote/GE \
-H "Content-Type: application/json" \
-H "X-PAYMENT: <x402-payment-header>"Endpoint
Quality
The endpoint is live and returns a valid x402 402 challenge, confirming it exists and accepts payment. However, there is no OpenAPI schema, no documented request/response format, and the docs pages all resolve to a 'Connect wallet' prompt with no visible content. The actual data returned by this endpoint is unknown — we can only infer from the URL path that it provides a market quote for ticker 'GE'.
Warnings
- —No request or response schema available — the exact fields returned by this endpoint are unknown.
- —Documentation pages (/docs, /api, /pricing, /README) all show only 'Connect wallet' with no visible content.
- —The endpoint's specific data source and freshness/latency characteristics are undocumented.
- —The platform lists many diverse endpoints (AI, finance, utilities) all at $0.02 — unclear whether all are fully functional or stubs.
Citations
- —The endpoint returns a 402 x402 challenge with maxAmountRequired of 20000 base units of USDC on Base networkhttps://lowpaymentfee.com/api/v1/market/quote/GE
- —All endpoints on the platform are priced at $0.02 per request with no API keys, no rate limits, and instant access on Base networkhttps://lowpaymentfee.com
- —The platform offers endpoints across Data & Analytics, AI & Machine Learning, Finance & Web3, and Infrastructure categorieshttps://lowpaymentfee.com
- —USDC asset address is 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 on Basehttps://lowpaymentfee.com/api/v1/market/quote/GE