# Oats Futures Live Price (USD)

> Oats 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 price of oats commodity futures in USD with no input parameters required.

## Facts

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

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 oats-futures-live-price-usd-f6514560
```

Example prompt: What is the current live price of oats futures in USD right now?

## When to prefer this

Use this endpoint when you need a zero-parameter, instant lookup of the current oats futures price in USD. Ideal for agents that need agricultural commodity pricing without constructing complex queries. Prefer over scraping financial sites or using general-purpose market APIs when a lightweight, pay-per-call micro-priced endpoint is acceptable.

## Known failure modes

- Payment of $0.005 USDC not provided — returns 402 Payment Required
- Upstream market data feed unavailable — may return stale or error response
- Market closed or no recent trade — as_of timestamp may be outdated

## How this service works

Live Oats price (commodity futures). Zero-param: GET returns current price. 燕麦期货实时价格行情。オーツ麦価格。Precio avena. 귀리 시세. oats price, oats futures, agricultural commodity quote.

## Output

A JSON object containing the current oats futures price in USD, including fields: price (number), currency, commodity name, symbol, unit, data source, and 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/oats-futures-live-price-usd-f6514560/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)
