x402basequality 0.35

Get real-time stock price data for ABT (and other tickers) via x402 micropayment on Base.

Price
0.02 USDC / call
Protocol
x402
Verified
no

What it does

This endpoint at lowpaymentfee.com returns stock price data for the ticker ABT (Abbott Laboratories) in exchange for a per-request x402 micropayment. It is part of a broader platform offering dozens of pay-per-call APIs spanning finance, AI/ML, data analytics, and infrastructure utilities — all settled on the Base network using USDC.

The endpoint accepts POST requests and returns JSON. Payment is handled via the x402 protocol: callers include an X-PAYMENT header with a signed USDC payment on Base. The maximum amount required per call is 20,000 base units of USDC (6 decimals), which equals $0.02 USD. No API keys, subscriptions, or rate limits are advertised — access is purely pay-per-request.

The platform lists a uniform $0.02/request price across all its endpoints. Documentation beyond the landing page is sparse; the /docs, /pricing, and /README pages all resolve to a minimal "Connect wallet" prompt with no additional technical detail. There is no OpenAPI spec or detailed schema describing the response format for stock price queries. The specific fields returned (e.g., current price, volume, timestamp) must be discovered by making a paid request.

Capabilities

stock-price-lookupx402-paymentusdc-settlementbase-networkper-request-micropaymentjson-response

Use cases

  • Retrieve the current price of ABT (Abbott Laboratories) stock programmatically
  • Build trading bots or dashboards that pull live equity prices without API key management
  • Agent-driven portfolio monitoring with per-request cost control

Fit

Best for

  • AI agents needing on-demand stock prices without subscription overhead
  • Developers who want keyless, pay-as-you-go access to equity data
  • Low-volume or bursty stock price lookups where flat-rate plans are wasteful

Not for

  • High-frequency trading requiring sub-millisecond latency and bulk data feeds
  • Users who need historical OHLCV candle data or full order book depth (not documented)
  • Anyone without a Base-network USDC wallet for payment

Quick start

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

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 spec, no response schema, no example responses, and all documentation pages beyond the landing page are empty stubs. The actual data returned by the stock price endpoint is unknown.

Warnings

  • No OpenAPI or response schema available — response fields must be discovered empirically
  • Documentation pages (/docs, /pricing, /README) are all empty beyond a wallet-connect prompt
  • No information on data source, update frequency, or coverage of stock tickers beyond ABT
  • Platform appears to be a generic multi-purpose API hub; quality and reliability of individual endpoints is unverified

Citations

Provenance

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

Agent access