x402basequality 0.35

Get the current stock price for KO (Coca-Cola) 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 the ticker KO (Coca-Cola) through the lowpaymentfee.com platform, which offers a suite of pay-per-request APIs settled via the x402 protocol on the Base network using USDC. Each call costs $0.02 (20,000 base units of USDC with 6 decimals). No API keys or accounts are required — payment is handled inline via the X-PAYMENT header.

The endpoint accepts POST requests and returns JSON. It is part of a broader catalog on lowpaymentfee.com that includes data analytics, AI/ML inference, finance/crypto feeds, and utility endpoints, all priced at $0.02 per request. The x402 challenge was successfully captured, confirming the endpoint is live and accepting payment on Base (asset contract 0x8335…2913, which is USDC on Base).

Documentation beyond the landing page is sparse — the /docs, /pricing, /api, and /README pages all returned 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 path suggests it returns a price for the KO stock ticker, but the exact response format is unknown.

Capabilities

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

Use cases

  • Retrieve the current stock price for Coca-Cola (KO) in an automated trading or analytics pipeline
  • Integrate real-time equity pricing into an AI agent workflow without managing API keys
  • Pay-per-call stock data access for low-volume or sporadic usage patterns

Fit

Best for

  • Agents or bots that need on-demand stock prices without subscription commitments
  • Developers experimenting with x402 micropayment-gated APIs
  • Low-volume consumers who want simple, keyless access to equity data

Not for

  • High-frequency trading requiring sub-millisecond latency and bulk data
  • Users who need historical OHLCV data or full market depth — only current price is indicated
  • Anyone without a Base-compatible USDC wallet for payment

Quick start

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

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 per request in 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 actual response format must be guessed from the URL path alone.

Warnings

  • No OpenAPI or schema documentation available — response format is unknown
  • All doc/pricing/README pages return only a 'Connect wallet' prompt with no content
  • No example request or response payloads are provided anywhere
  • The exact data source for stock prices is not disclosed — accuracy and freshness are unverifiable

Citations

Provenance

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

Agent access