# Rice Futures Live Price (USD)

> Rice 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-14).

Returns the current live price of rice commodity futures in USD with no parameters required.

## Facts

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

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 rice-futures-live-price-usd-e9e5625a
```

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

## When to prefer this

Use this endpoint when you need a real-time, no-parameter rice commodity futures price in USD. Ideal for agricultural market monitoring, commodity trading dashboards, food cost analysis, or any use case requiring a quick, single-call rice price quote without needing to pass any arguments.

## Known failure modes

- Payment not received or invalid x402 payment header — returns 402 Payment Required
- Upstream price feed unavailable — may return stale or error response
- Network timeout or service downtime — returns 5xx error

## How this service works

Live Rice price (commodity futures). Zero-param: GET returns current price. 稻米期货实时价格行情。米価格。Precio arroz. 쌀 시세. rice price, rice futures, agricultural commodity quote. Accepts payment on Base or Solana — either network works.

## Output

Returns a JSON object with the current rice commodity price including: price (number), currency (string), unit (string), symbol (string), commodity name (string), data source (string), and as_of timestamp (string).

## Request schema (JSON Schema)

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

## More

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