x402basequality 0.40

Get the current stock price for GOOGL via a pay-per-call x402 endpoint on Base.

Price
0.02 USDC / call
Protocol
x402
Verified
no

What it does

This endpoint returns the current stock price for GOOGL (Alphabet/Google) as JSON, accessed through the x402 payment protocol on the Base network. Each request costs $0.02 in USDC, settled on-chain with no API keys, subscriptions, or rate limits required. The caller simply includes an X-PAYMENT header with a valid x402 payment proof and receives the data in response.

The endpoint is part of a broader suite of APIs offered at lowpaymentfee.com, which spans 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/GOOGL/price` is a POST endpoint that returns stock price information for the GOOGL ticker. The x402 challenge confirms the endpoint is live, accepts USDC (contract 0x8335…2913) on Base, and requires a maximum payment of 20,000 base units (i.e., $0.02 given USDC's 6 decimals).

Documentation beyond the landing page is sparse — the /docs, /pricing, and /README pages all resolve to a minimal "Connect wallet" prompt with no further technical detail. There is no OpenAPI spec, no example request/response payloads, and no description of the response schema. The endpoint appears functional based on the 402 challenge, but the exact shape of the returned stock price data must be inferred.

Capabilities

stock-price-lookupx402-paymentusdc-settlementbase-networkpay-per-requestno-api-keyreal-time-data

Use cases

  • Fetching the latest GOOGL stock price for a trading bot or portfolio tracker
  • Integrating real-time equity pricing into an AI agent's decision pipeline
  • Building a dashboard that pulls stock prices without managing API keys or subscriptions

Fit

Best for

  • Agents or bots that need on-demand stock prices without signup
  • Developers who prefer crypto-native pay-per-call billing over subscription APIs
  • Low-volume or sporadic stock price lookups where $0.02/call is cost-effective

Not for

  • High-frequency trading requiring sub-millisecond latency and bulk data
  • Historical stock price data or OHLCV candle retrieval
  • Users who need stock prices for tickers other than GOOGL (this endpoint is ticker-specific)

Quick start

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

Endpoint

Transporthttp
Protocolx402
Pay to0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3
CurrencyUSD COIN

Quality

0.40/ 1.00

The x402 challenge is live and confirms pricing, network, and asset details. However, there is no OpenAPI spec, no documented request/response schema, no example payloads, and the docs pages are effectively empty. The actual response format for the stock price data is unknown.

Warnings

  • No OpenAPI or schema documentation available — response format is unknown
  • Docs, pricing, and README pages all return only a 'Connect wallet' prompt with no technical content
  • No example request or response payloads are provided anywhere
  • Endpoint is ticker-specific (/stocks/GOOGL/price); availability of other tickers is unconfirmed

Citations

Provenance

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

Agent access