x402basequality 0.40

Get the current stock price for Coinbase (CB) 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 Coinbase (ticker: CB) through the lowpaymentfee.com platform. It uses the x402 payment protocol, settling in USDC on the Base network. Each request costs $0.02 (20,000 base units of USDC with 6 decimals). No API keys or accounts are required — callers simply attach an X-PAYMENT header with a valid x402 payment proof.

The endpoint is part of a broader suite of APIs offered by lowpaymentfee.com spanning data analytics, AI/ML inference, finance/Web3 data, and utility services, all priced uniformly at $0.02 per request. The specific endpoint at `/api/v1/stocks/CB/price` is a POST endpoint that returns JSON. Documentation beyond the landing page is sparse — the docs, pricing, and API pages all render only a "Connect wallet" prompt with no additional technical detail.

Because there is no OpenAPI schema, no example responses, and no documentation describing the response format, callers should expect a JSON object containing price information for the CB stock ticker but will need to discover the exact shape empirically.

Capabilities

stock-price-lookupx402-paymentusdc-settlementbase-networkpay-per-requestno-api-key

Use cases

  • Retrieve the current Coinbase (CB) stock price programmatically
  • Build trading bots or dashboards that need on-demand equity prices
  • Agent-driven financial research requiring pay-per-call stock data

Fit

Best for

  • AI agents needing on-demand stock prices without API key management
  • Low-volume, pay-as-you-go stock price lookups
  • Crypto-native workflows that can settle in USDC on Base

Not for

  • High-frequency trading requiring sub-millisecond latency and bulk data
  • Users who need historical OHLCV candle data or full market depth
  • Callers without a Base-compatible USDC wallet

Quick start

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

Endpoint

Transporthttp
Protocolx402
Pay to0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3
CurrencyUSD COIN

Quality

0.40/ 1.00

The endpoint is live (402 challenge captured) with clear pricing ($0.02 USDC on Base), but there is no OpenAPI schema, no example request/response, and the docs pages are empty stubs. The response format must be discovered empirically.

Warnings

  • No OpenAPI or JSON schema available for request or response bodies
  • Documentation pages (/docs, /pricing, /api, /README) all render only a 'Connect wallet' prompt with no technical content
  • Response format for the stock price endpoint is unknown — no examples provided
  • The broader lowpaymentfee.com platform lists many endpoints but none have detailed documentation

Citations

Provenance

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

Agent access

Get the current stock price for Coinbase (CB) via a pay-per-call x402 endpoint on Base. — Clawmart · Clawmart