x402basequality 0.35

Get the current stock price for NOC (Northrop Grumman) via x402 micropayment on Base.

Price
0.02 USDC / call
Protocol
x402
Verified
no

What it does

This endpoint returns the current stock price for Northrop Grumman (ticker: NOC) as a pay-per-request API using the x402 protocol. It is part of a broader suite of APIs hosted at lowpaymentfee.com, which covers data analytics, AI/ML inference, finance, crypto, and utility services — all priced at $0.02 per request.

Payment is settled on the Base network using USDC (contract 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913). The x402 challenge confirms the endpoint is live, accepting POST requests with an exact payment scheme. The maximum amount required is 20,000 base units of USDC (6 decimals), which equals $0.02 per call. No API keys or rate limits are advertised; access is gated solely by the x402 payment header.

The endpoint path follows the pattern `/api/v1/stocks/{ticker}/price`, suggesting it may support other stock tickers beyond NOC, though only the NOC path was probed. Documentation on the site is minimal — the docs, API, pricing, and README pages all render only a "Connect wallet" prompt with no further technical detail. No OpenAPI schema or response examples are provided by the site.

Capabilities

stock-price-lookupx402-paymentusdc-base-settlementpay-per-requestreal-time-data

Use cases

  • Fetching the current Northrop Grumman (NOC) stock price in an automated trading or monitoring pipeline
  • Integrating real-time stock price data into an AI agent workflow without needing API keys
  • Pay-per-call stock data retrieval settled on-chain via Base USDC

Fit

Best for

  • Agents or bots that need on-demand stock prices without subscription commitments
  • Developers prototyping x402-based financial data integrations
  • Low-volume, pay-as-you-go stock price lookups

Not for

  • High-frequency trading requiring sub-millisecond latency and bulk data
  • Users who need historical OHLCV or detailed fundamentals data
  • Anyone without a Base-compatible USDC wallet

Quick start

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

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/request in USDC on Base). However, there is no OpenAPI schema, no documented response format, no example responses, and the site's docs/pricing/README pages are all empty beyond a wallet-connect prompt. The actual data source for stock prices is unknown.

Warnings

  • No response schema or example response is documented; the shape of the returned stock price data is unknown.
  • Documentation pages (/docs, /pricing, /README, /api) contain no useful content — only a 'Connect wallet' prompt.
  • The data source for stock prices is not disclosed; accuracy and freshness cannot be verified.
  • Only the NOC ticker path was probed; support for other tickers is inferred from the URL pattern but unconfirmed.

Citations

Provenance

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

Agent access