x402basequality 0.35

Real-time stock price data for CVX (Chevron) via x402 micropayment on Base network.

Price
0.02 USDC / call
Protocol
x402
Verified
no

What it does

This endpoint returns the current stock price for Chevron (ticker: CVX) through the lowpaymentfee.com platform. It uses the x402 payment protocol, accepting USDC payments on the Base network at $0.02 per request. No API keys or accounts are required — callers simply attach an X-PAYMENT header with a valid x402 payment proof to receive data.

The provider, lowpaymentfee.com, offers a broad catalog of pay-per-call APIs spanning finance, AI/ML, data analytics, and infrastructure utilities, all priced uniformly at $0.02 per request. This specific endpoint sits under the finance category and serves stock price data for CVX. The endpoint accepts POST requests and returns JSON.

Documentation beyond the landing page is extremely sparse — the /docs, /pricing, /api, and /README pages all render only a "Connect wallet" prompt with no additional technical detail. There is no OpenAPI spec, no example request/response payloads, and no description of the response schema. The endpoint is confirmed live (returns a proper 402 x402 challenge), but the exact shape of the response data must be inferred from the endpoint path and description alone.

Capabilities

stock-price-lookupx402-paymentusdc-base-networkper-request-micropaymentno-api-keyjson-response

Use cases

  • Fetching the current Chevron (CVX) stock price in an automated trading or analytics pipeline
  • Integrating real-time equity price data into an AI agent workflow without managing API keys
  • Pay-per-call stock price lookups for low-volume or bursty financial applications

Fit

Best for

  • Developers who want keyless, pay-per-use stock price data
  • AI agents that can settle x402 micropayments on Base
  • Low-volume or sporadic CVX price lookups where subscription APIs are overkill

Not for

  • High-frequency trading requiring sub-millisecond latency and bulk data
  • Users who need historical OHLCV candle data or full market depth
  • Anyone unable to transact in USDC on the Base network

Quick start

curl -X POST https://lowpaymentfee.com/api/v1/stocks/CVX/price \
  -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 with a valid x402 402 challenge, and pricing is clear ($0.02 USDC on Base). However, there is no OpenAPI spec, no documented request/response schema, no example payloads, and all documentation pages are empty beyond a wallet-connect prompt. The listing is effectively a stub with only the challenge metadata and landing page to work from.

Warnings

  • No OpenAPI or schema documentation available — response format is unknown
  • All doc/pricing/README pages render only 'Connect wallet' with no content
  • No example request or response payloads could be found
  • The exact data source and freshness of stock price data is undisclosed

Citations

Provenance

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

Agent access