# Live Cattle Futures Price (USD)

> Live Cattle Futures 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 cattle commodity futures price in USD with no input parameters required.

## Facts

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

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 live-cattle-futures-price-usd-d4df232d
```

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

## When to prefer this

Use this endpoint when you need a zero-parameter, real-time live cattle futures price quote in USD, especially in agricultural trading dashboards, commodity price monitors, or automated trading bots that need current market data without constructing complex queries.

## Known failure modes

- Upstream commodity data feed unavailable — may return stale or error response
- Payment not processed (x402 protocol failure) — returns 402 Payment Required
- Service temporarily down — generic 5xx error
- Rate limit exceeded if called too frequently

## How this service works

Live Live Cattle price (commodity futures). Zero-param: GET returns current price. 活牛期货实时价格行情。肉牛価格。Precio ganado. 소 시세. cattle price, live cattle futures, agricultural commodity quote. Accepts payment on Base or Solana — either network works.

## Output

A JSON object with fields: price (number, current market price), symbol (ticker), commodity (name), currency (USD), unit (pricing unit such as cents/lb), source (data provider name), and as_of (timestamp of the quote).

## Request schema (JSON Schema)

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

## More

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