x402basequality 0.35

Pay-per-call stock price lookup for GE via x402 on Base (USDC).

Price
0.02 USDC / call
Protocol
x402
Verified
no

What it does

This x402 endpoint at lowpaymentfee.com returns the current stock price for General Electric (GE) in response to a POST request. It is part of a broader suite of pay-per-request APIs offered by the same provider, spanning finance, AI/ML, data analytics, and utility categories. Payment is settled on the Base network using USDC (contract 0x8335…2913) at $0.02 per request (maxAmountRequired of 20,000 base units with 6 decimals). No API keys, rate limits, or upfront commitments are required — callers simply attach an x402 payment header to each request.

The endpoint was confirmed live via a 402 challenge response. The x402 challenge specifies scheme "exact", meaning the caller pays a fixed amount per call. The output MIME type is application/json. Beyond this specific /stocks/GE/price path, the provider advertises similar endpoints for other financial data (price feeds, exchange rates, crypto quotes, gas estimates) as well as AI inference and utility services, all at the same $0.02 price point.

Documentation is extremely sparse — the /docs, /pricing, /api, and /README pages all returned only a "Connect wallet" prompt with no substantive content. There is no OpenAPI spec, no example request/response payloads, and no description of the response schema. The actual data source for stock prices is unknown.

Capabilities

stock-pricepay-per-requestx402-paymentusdc-settlementbase-networkreal-time-datano-api-key

Use cases

  • Fetching the current GE stock price from an AI agent workflow without needing API keys
  • Integrating real-time equity pricing into a trading bot that settles micropayments on Base
  • Building a portfolio dashboard that pays per data request instead of maintaining a subscription

Fit

Best for

  • Agents or bots that need occasional stock price lookups without subscription overhead
  • Developers who prefer crypto-native pay-per-call pricing on Base L2
  • Low-volume or bursty access patterns where per-request billing is more economical

Not for

  • High-frequency trading requiring sub-millisecond latency and guaranteed SLAs
  • Users who need historical stock data, charts, or bulk downloads
  • Anyone without a Base-compatible USDC wallet

Quick start

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

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/request in USDC on Base). However, there is no OpenAPI spec, no documentation, no example request/response payloads, and no information about the data source or response schema. The docs pages are all blank beyond a wallet-connect prompt.

Warnings

  • No OpenAPI spec or schema available for request or response payloads
  • Documentation pages (/docs, /pricing, /api, /README) contain no substantive content
  • Data source for stock prices is unknown — accuracy and freshness cannot be verified
  • Only the /stocks/GE/price path was probed; other ticker symbols may or may not be supported

Citations

Provenance

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

Agent access