# Walmart (WMT) Live Stock Quote

> Walmart (WMT) Live Stock Quote is a paid API for AI agents from api.x402node.dev, paid per call via x402, $0.005/call, status unknown (last checked 2026-09-14).

Returns the current real-time stock price and quote data for Walmart Inc. (WMT) on the NYSE.

## Facts

- Endpoint: GET https://api.x402node.dev/stock/quote/wmt
- Price: $0.005/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/walmart-wmt-live-stock-quote-20cda614
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_JXdInehgODp-AxBeFtoO5

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability walmart-wmt-live-stock-quote-20cda614
```

Example prompt: What's the current live price for Walmart stock on the NYSE — give me the WMT quote right now?

## When to prefer this

Use this endpoint when you need a zero-parameter, instant real-time quote specifically for Walmart (WMT) on the NYSE without building a full market data integration. Ideal for agents that need a quick price check with a micropayment model rather than a subscription-based data feed. Prefer the universal ticker endpoint if you need flexibility across multiple symbols.

## Known failure modes

- Market closed or after-hours may return stale or delayed price
- Payment of 0.005 USDC not processed — 402 Payment Required response
- Upstream data provider outage returns error or empty response
- Network timeout if quote feed is slow to respond

## How this service works

Live WMT Walmart stock quote (NYSE). Zero-param: GET returns current price. 沃尔玛股票实时报价。ウォルマート株価。Cotización Walmart. 월마트 주가. WMT stock price, walmart quote. Accepts payment on Base or Solana — either network works.

## Output

Returns a JSON object with Walmart's current stock price (number), symbol ('WMT'), company name, currency ('USD'), exchange ('NYSE'), data source, and an as-of timestamp indicating when the price was fetched.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "properties": {
   "type": "string"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/walmart-wmt-live-stock-quote-20cda614/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.x402node.dev](https://www.zero.xyz/host/api.x402node.dev/llms.txt)
