# Wheat Futures Live Price (USD)

> Wheat Futures Live Price (USD) 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-15).

Returns the current live wheat commodity futures price in USD with no input parameters required.

## Facts

- Endpoint: GET https://api.x402node.dev/commodity/price/wheat/usd/wheat-usd
- Price: $0.005/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/wheat-futures-live-price-usd-32566b84
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_O5HWGtEoUdpRiZN7MThar

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 wheat-futures-live-price-usd-32566b84
```

Example prompt: What's the current live price of wheat futures in USD right now?

## When to prefer this

Use this endpoint when you need a zero-configuration, real-time wheat futures price in USD with a single GET call and a small per-call cost. Ideal for agents that need a quick spot price without managing API keys or complex query parameters.

## Known failure modes

- Data feed outage causing stale or unavailable price
- Upstream commodity market closed (weekends/holidays) leading to no fresh quote
- HTTP 402 payment required if USDC payment not properly attached
- Malformed response if pricing source is temporarily unreachable

## How this service works

Live Wheat price (commodity futures). Zero-param: GET returns current price. 小麦期货实时价格行情。小麦価格。Precio trigo. 밀 시세. wheat price, wheat futures, agricultural commodity quote. Accepts payment on Base or Solana — either network works.

## Output

A JSON object containing the current wheat price as a number, the currency (USD), commodity name, ticker symbol, price unit, data source, and an as_of timestamp indicating when the price was recorded.

## Request schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/wheat-futures-live-price-usd-32566b84/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)
