# ICE Futures US Sugar #11 (SB) Front-Month Settlement Price

> ICE Futures US Sugar #11 (SB) Front-Month Settlement Price is a paid API for AI agents from data.lagoontechsystems.com, paid per call via x402, $0.03/call, status unknown (last checked 2026-09-15).

Returns the current ICE Futures US Sugar #11 (SB) front-month settlement price in USX per pound.

## Facts

- Endpoint: GET https://data.lagoontechsystems.com/api/sugar/futures
- Price: $0.03/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/ice-futures-us-sugar-11-sb-front-month-settlement-price-9a911ed7
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_LfXITbB4LR7eC9g-TNp_n

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 ice-futures-us-sugar-11-sb-front-month-settlement-price-9a911ed7
```

Example prompt: What's the current ICE Sugar #11 front-month futures settlement price in cents per pound?

## When to prefer this

Use this endpoint when you need the latest ICE Futures US Sugar #11 (SB) front-month settlement price in real time, particularly for commodity pricing, trading signals, supply chain cost analysis, or agricultural market monitoring. Prefer the composite sugar view endpoint if you also need CFTC COT positioning and trend data alongside the price.

## Known failure modes

- Market closed or data unavailable — endpoint may return stale or null price
- Invalid request format — returns 4xx error if method or input schema is malformed
- Payment not processed — x402 payment required; missing payment returns 402 status
- Rate limiting — too many requests may result in throttling

## How this service works

Returns current sugar futures market data, including contract metadata, settlement price, open interest, volume, and price change. Source is ICE Futures (delayed).

## Output

Returns the ICE Futures US Sugar #11 (SB) front-month settlement price expressed in USX (US cents) per pound, reflecting the latest available settlement from the exchange.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method"
   ],
   "properties": {
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "GET"
     ],
     "type": "string"
    },
    "queryParams": {
     "type": "object",
     "properties": {}
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "example": {
     "type": "object"
    }
   }
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/ice-futures-us-sugar-11-sb-front-month-settlement-price-9a911ed7/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from data.lagoontechsystems.com](https://www.zero.xyz/host/data.lagoontechsystems.com/llms.txt)
