x402basequality 0.35

Pay-per-call stock quote for JPM via x402 on Base, settled in USDC at $0.02/request.

Price
0.02 USDC / call
Protocol
x402
Verified
no

What it does

This endpoint at lowpaymentfee.com provides stock data for JPM (JPMorgan Chase) via a simple POST request, paid per call using the x402 protocol. Payment is settled on the Base network in USDC (USD Coin) at a cost of $0.02 per request (20,000 base units with 6 decimals). No API keys or accounts are required — callers attach an X-PAYMENT header with a valid x402 payment proof and receive a JSON response.

The provider, lowpaymentfee.com, hosts a broad catalog of pay-per-call APIs spanning data analytics, AI/ML inference, finance/crypto market data, and utility services, all priced uniformly at $0.02 per request. The specific endpoint `/api/v1/stocks/JPM` falls under the finance category and presumably returns stock price or quote data for JPMorgan Chase, though the exact response schema is not documented. The x402 challenge confirms the endpoint is live, accepts POST requests, and is discoverable.

Documentation is extremely sparse — the docs, pricing, and API pages all render only a "Connect wallet" prompt with no further technical detail. There is no OpenAPI spec, no example request/response, and no description of the response payload beyond the generic "Premium API Access" label. Callers should expect a JSON response but will need to experiment to determine the exact fields returned.

Capabilities

stock-quotex402-paymentusdc-settlementbase-networkper-call-pricingno-api-keyjson-response

Use cases

  • Fetching current JPMorgan Chase stock data programmatically without API key registration
  • Integrating real-time stock quotes into an AI agent workflow with micropayments
  • Building a finance dashboard that pays per request instead of maintaining subscriptions

Fit

Best for

  • Agents or bots that need on-demand stock quotes without account setup
  • Low-volume or sporadic stock data lookups where per-call pricing is economical
  • Developers experimenting with x402 payment-gated APIs on Base

Not for

  • High-frequency trading or bulk historical stock data retrieval (no documented batch endpoint)
  • Users who need detailed documentation or guaranteed SLA before integrating
  • Anyone without a Base-network USDC wallet or x402-compatible client

Quick start

curl -X POST https://lowpaymentfee.com/api/v1/stocks/JPM \
  -H "X-PAYMENT: <x402_payment_proof>" \
  -H "Content-Type: application/json"

Endpoint

Transporthttp
Protocolx402
Pay to0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3
CurrencyUSD COIN

Quality

0.35/ 1.00

The endpoint is confirmed live via a valid 402 challenge with clear pricing and network details. However, there is no OpenAPI spec, no documented request/response schema, no example payloads, and the docs pages are empty stubs. The listing is essentially a stub with only the x402 challenge and homepage catalog to work from.

Warnings

  • No response schema documented — the exact fields returned by this endpoint are unknown
  • Documentation pages (/docs, /pricing, /api, /README) all render only 'Connect wallet' with no technical content
  • No OpenAPI or machine-readable spec available
  • The stock ticker 'JPM' is hardcoded in the URL path; it is unclear whether other tickers are supported at similar paths

Citations

Provenance

Indexed fromx402_bazaar
Enriched2026-04-18 20:16:30Z · anthropic/claude-opus-4.6 · v2
First seen2026-04-18
Last seen2026-04-23

Agent access