x402basequality 0.35

Get the current stock price for CAT (Caterpillar) 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 symbol CAT (Caterpillar Inc.) as a JSON response. It is part of a broader suite of paid APIs hosted at lowpaymentfee.com, which spans data analytics, AI/ML inference, finance, crypto, and utility services. All endpoints on the platform use the x402 payment protocol, settling in USDC on the Base network.

The specific endpoint at `/api/v1/stocks/CAT/price` costs $0.02 per request (20,000 base units of USDC, which has 6 decimals). Payment is handled via the x402 `exact` scheme — callers attach an `X-PAYMENT` header with a signed payment to the provider's address. No API keys, subscriptions, or rate limits are advertised; access is instant once payment is included.

Documentation on the site is extremely sparse. The landing page lists available endpoints and pricing, but the /docs, /pricing, and /README pages all render only a "Connect wallet" prompt with no additional technical detail. There is no OpenAPI spec, no request/response schema, and no usage examples provided by the operator. The endpoint is confirmed live (returns a proper 402 challenge), but the actual response format for a paid request is unknown and must be inferred.

Capabilities

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

Use cases

  • Fetching the current stock price of Caterpillar (CAT) for trading bots or portfolio dashboards
  • Integrating real-time equity pricing into an AI agent workflow without managing API keys
  • On-demand stock price checks settled in USDC on Base with no subscription commitment

Fit

Best for

  • Agents or bots that need on-demand stock prices without API key management
  • Developers experimenting with x402 pay-per-call patterns for financial data
  • Low-volume, ad-hoc stock price lookups where $0.02/call is acceptable

Not for

  • High-frequency trading requiring sub-millisecond latency or bulk historical data
  • Users who need comprehensive financial data (fundamentals, charts, options chains)
  • Anyone without a Base-network USDC wallet or x402-compatible client

Quick start

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

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 USDC on Base). However, there is no OpenAPI spec, no request/response schema, no documentation beyond a landing page, and no examples. The actual response payload is entirely unknown, making this effectively a stub listing.

Warnings

  • No OpenAPI or schema documentation available from the provider
  • Docs, pricing, and README pages all render only 'Connect wallet' with no content
  • Response format for a successful paid request is unknown — no example or schema provided
  • The endpoint path suggests a single-ticker endpoint; breadth of available tickers is unclear

Citations

Provenance

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

Agent access