Get the current stock price for Coinbase (CB) via a pay-per-call x402 endpoint on Base.
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
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
Quality
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
- —The endpoint returns HTTP 402 with an x402 challenge advertising USDC on Base network at maxAmountRequired 20000https://lowpaymentfee.com/api/v1/stocks/CB/price
- —All APIs on lowpaymentfee.com are priced at $0.02 per request with no API keys, no rate limits, and instant access on Base networkhttps://lowpaymentfee.com
- —The asset address 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 is USDC on Base with 6 decimals, making 20000 base units equal to $0.02https://lowpaymentfee.com