# Sugar Futures Live Price (USD)

> Sugar 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 spot/futures price of Sugar (commodity) in USD with no parameters required.

## Facts

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

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 sugar-futures-live-price-usd-829b9dca
```

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

## When to prefer this

Use this endpoint when you need a zero-configuration, real-time sugar futures/commodity price in USD with a single GET call and no parameters. Prefer over building your own scraper or using a general-purpose market data API when you want a cheap, pay-per-use quote at $0.005 USDC per call.

## Known failure modes

- Data feed temporarily unavailable — upstream price source may be down
- Payment of $0.005 USDC not fulfilled — 402 Payment Required response
- Rate limiting or quota exceeded — too many requests in a short window
- Network timeout if the commodity data provider is slow to respond

## How this service works

Live Sugar price (commodity futures). Zero-param: GET returns current price. 糖期货实时价格行情。砂糖価格。Precio azucar. 설탕 시세. sugar price, sugar futures, agricultural commodity quote. Accepts payment on Base or Solana — either network works.

## Output

A JSON object containing the current sugar commodity price (number), currency ('USD'), unit, commodity name, ticker symbol, data source, and the 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/sugar-futures-live-price-usd-829b9dca/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)
