x402basequality 0.35

Historical stock data for CME via x402 micropayment on Base network, $0.02 per request.

Price
0.02 USDC / call
Protocol
x402
Verified
no

What it does

This endpoint provides historical stock data for CME (CME Group) through a pay-per-request x402 protocol. It is hosted on lowpaymentfee.com, a platform offering a broad catalog of x402-enabled APIs spanning data analytics, AI/ML, finance, crypto, and utility services. All endpoints on the platform share a uniform pricing model of $0.02 per request, settled in USDC on the Base network.

The specific endpoint `/api/v1/stocks/CME/history` accepts POST requests and returns JSON. The x402 challenge confirms the endpoint is live, requiring a maximum payment of 20,000 base units of USDC (0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 on Base), which equals $0.02 given USDC's 6 decimals. Payment is made via the `exact` scheme with a 300-second timeout. No API keys or rate limits are advertised; access is gated purely by the x402 payment header.

Documentation is extremely sparse. The crawled docs, API, pricing, and README pages all returned only a "Connect wallet" prompt with no further content. There is no OpenAPI schema, no request/response examples, and no description of what fields the historical stock data includes or what query parameters are accepted. The endpoint's behavior must be inferred entirely from its URL path and the x402 challenge metadata.

Capabilities

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

Use cases

  • Retrieving historical stock price data for CME Group
  • Backtesting trading strategies using CME historical data
  • Building financial dashboards that pull CME stock history on demand
  • Agent-driven portfolio analysis requiring per-call payment

Fit

Best for

  • Agents or apps needing on-demand CME stock history without subscription commitments
  • Developers who want keyless, pay-per-use financial data APIs
  • x402-compatible clients settling micropayments in USDC on Base

Not for

  • Users needing comprehensive documentation or well-defined request/response schemas before integrating
  • High-frequency trading requiring bulk historical data downloads at low marginal cost
  • Users who cannot transact in USDC on the Base network

Quick start

curl -X POST https://lowpaymentfee.com/api/v1/stocks/CME/history \
  -H "Content-Type: application/json" \
  -H "X-PAYMENT: <x402_payment_token>" \
  -d '{}'

Endpoint

Transporthttp
Protocolx402
Pay to0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3
CurrencyUSD COIN

Quality

0.35/ 1.00

The endpoint is live and returns a valid x402 challenge with clear pricing. However, there is no OpenAPI schema, no request/response examples, and all documentation pages are empty stubs. The actual data format and accepted parameters are entirely unknown.

Warnings

  • No documentation available — docs, API, pricing, and README pages all return only a wallet connect prompt
  • No OpenAPI or request/response schema provided; request body and response format are unknown
  • Endpoint purpose inferred solely from URL path; actual data coverage and fields are unverified
  • Platform appears to be a generic x402 API storefront; quality and reliability of underlying data sources are unclear

Citations

Provenance

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

Agent access