x402basequality 0.40

Real-time stock price data for LMND via x402 micropayment on Base network.

Price
0.02 USDC / call
Protocol
x402
Verified
no

What it does

This x402 endpoint at lowpaymentfee.com provides real-time stock price data for the ticker LMND (Lemonade, Inc.). It is part of a broader platform offering pay-per-request APIs across finance, analytics, AI/ML, and infrastructure categories, all gated behind the x402 payment protocol on the Base network using USDC.

The specific endpoint `/api/v1/stock/price/LMND` accepts POST requests and returns JSON. Payment is made via the x402 `X-PAYMENT` header with a maximum cost of 20,000 units of USDC (on Base, contract `0x8335...2913`), which at 6 decimals equals $0.02 per request. The platform advertises no API keys, no rate limits, and instant access — you pay per call with no subscriptions or commitments.

Documentation beyond the landing page is extremely sparse; the docs, API, pricing, and README pages all render only a "Connect wallet" prompt with no additional technical detail. There is no OpenAPI schema, no example request/response payloads, and no description of the response format. The endpoint is confirmed live (returns 402 challenge on POST), but the actual response schema for a paid request is unknown. The platform hosts many other endpoints (analytics, AI, crypto, finance, utilities) at similar price points, suggesting a broad but lightly documented API suite.

Capabilities

stock-price-lookupx402-paymentusdc-micropaymentbase-networkreal-time-market-dataper-request-pricing

Use cases

  • Fetching the current stock price of LMND (Lemonade, Inc.) in an automated trading or monitoring pipeline
  • Integrating real-time equity price data into an AI agent workflow without API key management
  • Pay-per-use stock price lookups for portfolio dashboards or alerting systems

Fit

Best for

  • Developers wanting keyless, pay-per-request stock price data
  • AI agents that can pay via x402 on Base network
  • Low-volume or sporadic stock price queries where subscriptions are overkill

Not for

  • High-frequency trading requiring sub-millisecond latency and guaranteed SLAs
  • Users needing historical OHLCV data or bulk ticker downloads
  • Anyone without a Base-network USDC wallet

Quick start

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

Endpoint

Transporthttp
Protocolx402
Pay to0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3
CurrencyUSD COIN

Quality

0.40/ 1.00

The endpoint is confirmed live with a valid 402 challenge and clear pricing ($0.02 USDC on Base). However, there is no OpenAPI schema, no documented request/response format, no example payloads, and the docs/pricing/README pages are all empty beyond a wallet-connect prompt. The listing is functional but severely under-documented.

Warnings

  • No OpenAPI or JSON schema available for request or response payloads
  • Documentation pages (/docs, /pricing, /README) contain no useful content — only a 'Connect wallet' prompt
  • Response format for a successful paid request is completely unknown
  • The stock ticker endpoint pattern (/stock/price/LMND) is not listed on the landing page among advertised APIs, raising questions about its official support status

Citations

Provenance

Indexed fromx402_bazaar
Enriched2026-04-18 19:46:07Z · anthropic/claude-opus-4.6 · v2
First seen2026-04-18
Last seen2026-04-22

Agent access