x402basequality 0.35

Get the current stock price for Boeing (BA) 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 Boeing (ticker: BA) as a JSON response, gated behind an x402 micropayment of $0.02 per request settled in USDC on the Base network. It is part of a broader suite of APIs offered by lowpaymentfee.com spanning finance, AI/ML, data analytics, and utility services—all priced at $0.02 per call with no API keys, no rate limits, and no commitments required.

The x402 challenge was successfully captured, confirming the endpoint is live. The payment scheme is "exact" with a maxAmountRequired of 20,000 base units of USDC (0x8335…2913 on Base), which equals $0.02 given USDC's 6 decimals. Callers must include an X-PAYMENT header conforming to x402 version 1. The endpoint accepts HTTP POST requests and returns application/json.

Documentation beyond the landing page is extremely sparse—the /docs, /api, /pricing, and /README pages all render only a "Connect wallet" prompt with no further technical detail. There is no OpenAPI spec, no example request/response payloads, and no description of the response schema. The exact data source for stock prices and update frequency are unknown.

Capabilities

stock-price-lookupx402-micropaymentusdc-paymentbase-networkper-call-pricingno-api-keyjson-response

Use cases

  • Retrieve the current Boeing (BA) stock price in an automated trading or monitoring 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 experimental financial applications

Fit

Best for

  • Developers wanting keyless, pay-per-use stock price data
  • AI agents that can settle x402 micropayments on Base
  • Low-volume or ad-hoc stock price lookups without subscription commitments

Not for

  • High-frequency trading requiring sub-millisecond latency and guaranteed SLAs
  • Users needing historical OHLCV data, fundamentals, or full market depth
  • Anyone without a Base-compatible USDC wallet for micropayments

Quick start

curl -X POST https://lowpaymentfee.com/api/v1/stocks/BA/price \
  -H "X-PAYMENT: <x402-payment-header>" \
  -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 with clear pricing ($0.02 USDC on Base). However, there is no OpenAPI spec, no documented request/response schema, no example payloads, and all documentation pages beyond the landing page are empty. The data source and update frequency for stock prices are unknown.

Warnings

  • No OpenAPI or schema documentation available—response format is entirely unknown
  • All doc/pricing/README pages return only a 'Connect wallet' prompt with no content
  • Data source and freshness of stock prices are undisclosed
  • No example request or response payloads available anywhere in crawled material

Citations

Provenance

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

Agent access