x402basequality 0.35

Historical stock price data for GOOGL via x402 micropayment on Base, $0.02 per request.

Price
0.02 USDC / call
Protocol
x402
Verified
no

What it does

This endpoint provides historical stock price data for Google (GOOGL) through the lowpaymentfee.com platform. It uses the x402 payment protocol, settling in USDC on the Base network at $0.02 per request. No API keys or rate limits are required — callers simply attach an X-PAYMENT header with a valid x402 payment proof to access the data.

The endpoint is part of a broader suite of APIs offered by lowpaymentfee.com spanning data analytics, AI/ML inference, finance, crypto, and utility services, all priced uniformly at $0.02 per call. The specific endpoint at `/api/v1/stocks/GOOGL/history` accepts POST requests and returns JSON. However, the crawled documentation pages (docs, pricing, API reference) were essentially empty beyond a "Connect wallet" prompt, so details about request parameters, response schema, and the exact historical data fields returned are not documented in the available material.

The x402 challenge was successfully captured, confirming the endpoint is live. The payment is settled via USDC (contract 0x8335…2913) on Base with a max amount of 20,000 base units, which equals $0.02 given USDC's 6 decimals. The timeout is 300 seconds. While the endpoint is functional, the lack of request/response schema documentation limits confidence in integration without trial-and-error.

Capabilities

stock-historyhistorical-pricesx402-paymentusdc-baseper-request-billingno-api-keyjson-response

Use cases

  • Retrieving historical price data for GOOGL to feed into trading algorithms or backtesting systems
  • Building dashboards that display Google stock performance over time
  • AI agents autonomously purchasing stock history data without pre-provisioned API keys
  • Integrating historical equity data into financial analysis pipelines

Fit

Best for

  • Developers wanting keyless, pay-per-use access to GOOGL historical stock data
  • AI agents that need to autonomously purchase financial data on-demand
  • Projects already using USDC on Base for micropayments

Not for

  • Users needing real-time streaming stock quotes (this is historical data)
  • Bulk historical data downloads across many tickers (only GOOGL path is documented)
  • Users without a Base-compatible wallet or USDC holdings

Quick start

curl -X POST https://lowpaymentfee.com/api/v1/stocks/GOOGL/history \
  -H "Content-Type: application/json" \
  -H "X-PAYMENT: <x402-payment-proof>"

Endpoint

Transporthttp
Protocolx402
Pay to0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3
CurrencyUSD COIN

Quality

0.35/ 1.00

The endpoint is confirmed live via a valid 402 challenge, and pricing is clear ($0.02 USDC on Base). However, there is no documented request schema, no response schema, no examples, and the docs/pricing/API pages are all blank beyond a wallet-connect prompt. The actual data returned is entirely unknown.

Warnings

  • No request parameter documentation available — input schema is unknown
  • No response schema or example response documented
  • Docs, pricing, and API reference pages are effectively empty (only show 'Connect wallet')
  • Stock ticker is hardcoded in the URL path; unclear if other tickers are supported at similar paths
  • Cannot verify data source or freshness of historical stock data

Citations

Provenance

Indexed fromx402_bazaar
Enriched2026-04-18 22:38:02Z · anthropic/claude-opus-4.6 · v2
First seen2026-04-18
Last seen2026-04-29

Agent access