x402basequality 0.40

Get the current stock price for Walmart (WM) 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 Walmart (ticker: WM) as part of the lowpaymentfee.com platform, a collection of pay-per-request APIs settled via the x402 protocol on the Base network using USDC. Each call costs $0.02 (20,000 base units of USDC with 6 decimals). No API keys or accounts are required — payment is handled inline via the X-PAYMENT header.

The endpoint is live and returns a 402 challenge with an x402 Version 1 payload specifying the exact payment scheme. The response MIME type is application/json. The provider site lists a broad catalog of endpoints spanning data analytics, AI/ML inference, finance, crypto, and utility services, all at the same $0.02 per request price point. However, documentation beyond the landing page is essentially empty (all sub-pages just show "Connect wallet"), so there is no detailed schema for request parameters or response fields for this specific stock-price endpoint.

Because the endpoint URL embeds the ticker symbol (WM) in the path, it likely returns price data specifically for Walmart stock. The exact response schema (fields, units, timestamps) is not documented and must be discovered by making a paid request.

Capabilities

stock-pricereal-time-datax402-paymentusdc-settlementbase-networkpay-per-callno-api-key

Use cases

  • Retrieve the current Walmart (WM) stock price programmatically without needing an API key
  • Build trading bots or portfolio dashboards that pay per data request via crypto micropayments
  • Agent-driven financial research where each data fetch is settled on-chain

Fit

Best for

  • Developers who want keyless, pay-per-call stock price data
  • AI agents that can settle x402 payments on Base
  • Quick one-off stock price lookups without subscription commitments

Not for

  • Bulk historical stock data retrieval (single-ticker, single-price endpoint)
  • Users who need free or subscription-based market data feeds
  • Non-crypto users who cannot settle USDC payments on Base

Quick start

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

Endpoint

Transporthttp
Protocolx402
Pay to0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3
CurrencyUSD COIN

Quality

0.40/ 1.00

The endpoint is live (402 challenge captured) and pricing is clear ($0.02 per request in USDC on Base). However, there is no documentation for request parameters or response schema — all doc/pricing/API pages return only 'Connect wallet'. The response format must be inferred entirely.

Warnings

  • No documentation available — all sub-pages (docs, api, pricing, README) render only 'Connect wallet'
  • Response schema for the stock price endpoint is completely undocumented
  • No OpenAPI spec or AI plugin manifest found
  • Unclear whether the endpoint returns real-time, delayed, or end-of-day pricing

Citations

Provenance

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

Agent access