# Corn Futures Live Price

> Corn Futures Live Price 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 price of corn commodity futures in USD with no input parameters required.

## Facts

- Endpoint: GET https://api.x402node.dev/commodity/price/corn/usd/corn-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/corn-futures-live-price-ac7b6f01
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_bTEkAKQKeQH2BujNtYEa_

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 corn-futures-live-price-ac7b6f01
```

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

## When to prefer this

Use this endpoint when you need a zero-parameter, instant lookup of the current corn futures price in USD. Ideal for agricultural commodity tracking, commodity portfolio apps, or trading bots that need a quick real-time corn price without constructing complex queries.

## Known failure modes

- Upstream price feed unavailable — stale or error response
- Payment of $0.005 USDC not fulfilled — 402 Payment Required returned
- Rate limiting if too many requests in short succession
- Price data may be delayed depending on source feed latency

## How this service works

Live Corn price (commodity futures). Zero-param: GET returns current price. 玉米期货实时价格行情。トウモロコシ価格。Precio maiz. 옥수수 시세. corn price, corn futures, agricultural commodity quote. Accepts payment on Base or Solana — either network works.

## Output

Returns a JSON object with the corn commodity's current price as a number, currency (USD), unit, symbol, commodity name, data source, and an as_of timestamp indicating when the price was last updated.

## Request schema (JSON Schema)

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

## More

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