# Orange Juice Futures Live Price

> Orange Juice 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-14).

Returns the current live market price of orange juice commodity futures in USD

## Facts

- Endpoint: GET https://api.x402node.dev/commodity/price/juice/usd/juice-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/orange-juice-futures-live-price-b490e9a8
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Hh-xUbW5hWZ_JZ4h5yNJC

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 orange-juice-futures-live-price-b490e9a8
```

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

## When to prefer this

Use this endpoint when you need a zero-parameter, instant real-time quote for orange juice commodity futures in USD. Prefer this over manual scraping or broader financial APIs when you specifically need OJ futures data at low cost ($0.005 per call) via x402 micropayment protocol.

## Known failure modes

- Price feed may be stale or unavailable during market closures or data provider outages
- Payment failure (402) if USDC payment of $0.005 is not included or rejected
- Network timeout if upstream market data feed is slow
- Unexpected null or missing fields if source data is incomplete

## How this service works

Live Orange Juice price (commodity futures). Zero-param: GET returns current price. 橙汁期货实时价格行情。オレンジジュース価格。Precio jugo de naranja. 오렌지주스 시세. juice price, orange juice futures, agricultural commodity quote. Accepts payment on Base or Solana — either network works.

## Output

A JSON object containing the current price (number), commodity name, symbol, currency (USD), unit, data source name, and the timestamp of when the price was recorded (as_of).

## Request schema (JSON Schema)

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

## More

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