x402basequality 0.35

Pay-per-call stock quote for RTX via x402 on Base, settled in USDC at $0.02/request.

Price
0.02 USDC / call
Protocol
x402
Verified
no

What it does

This endpoint at lowpaymentfee.com provides stock data for the ticker RTX (Raytheon Technologies) through an x402 payment-gated API. Each call costs $0.02 in USDC on the Base network — no API keys, no rate limits, and no subscriptions required. The endpoint accepts POST requests and returns JSON.

The provider, lowpaymentfee.com, hosts a broad catalog of pay-per-call APIs spanning data analytics, AI/ML inference, finance/crypto market data, and utility services, all priced uniformly at $0.02 per request. The specific endpoint `/api/v1/stocks/RTX` falls under the finance category, though it is not explicitly listed on the landing page alongside the other finance endpoints (prices, rates, token quotes, gas estimates). This suggests the stocks path may be a dynamic route accepting arbitrary ticker symbols.

Payment is handled via the x402 protocol: callers send an `X-PAYMENT` header containing a signed USDC payment of up to 20,000 base units (i.e., $0.02, since USDC uses 6 decimals) to the payee address on Base. The payment timeout is 300 seconds. No OpenAPI schema, detailed documentation, or example responses were found in the crawl — the docs, pricing, and API pages all returned only a "Connect wallet" prompt with no substantive content.

Capabilities

stock-quoteper-call-paymentx402-protocolusdc-settlementbase-networkno-api-keyjson-response

Use cases

  • Fetching real-time or recent stock price data for RTX (Raytheon Technologies)
  • Programmatic stock lookups from AI agents that can settle micropayments on Base
  • Building trading dashboards or alerts without managing API key subscriptions

Fit

Best for

  • Agents or bots that can pay per call via x402 on Base
  • Developers who want zero-signup access to stock data
  • Low-volume or sporadic stock data needs where $0.02/call is economical

Not for

  • High-frequency trading requiring sub-millisecond latency and bulk pricing
  • Users who cannot transact in USDC on the Base network
  • Anyone needing comprehensive historical stock data or full OHLCV candles (no evidence this is supported)

Quick start

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

Endpoint

Transporthttp
Protocolx402
Pay to0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3
CurrencyUSD COIN

Quality

0.35/ 1.00

The endpoint is live (402 challenge captured) and pricing is clear ($0.02 USDC on Base). However, there is no OpenAPI schema, no documented request/response format, no example payloads, and the docs pages are empty. The specific /stocks/RTX path is not listed on the provider's landing page, so its exact capabilities are inferred rather than documented.

Warnings

  • No OpenAPI or response schema available — request and response formats are unknown
  • The /api/v1/stocks/RTX path is not listed on the provider's landing page; it may be undocumented or experimental
  • All docs, pricing, and API pages returned only 'Connect wallet' with no substantive documentation
  • Cannot confirm what fields (price, volume, timestamp, etc.) the response includes

Citations

Provenance

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

Agent access