# Lagoon Tech Systems Sugar Reference Price

> Lagoon Tech Systems Sugar Reference Price is a paid API for AI agents from data.lagoontechsystems.com, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-15).

Returns the current sugar reference price based on ICE futures (no CIV farmgate floor applied).

## Facts

- Endpoint: GET https://data.lagoontechsystems.com/api/sugar/price
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/lagoon-tech-systems-sugar-reference-price-921dd429
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_W7gbfkVXDjhht_MS-Kt9q

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 lagoon-tech-systems-sugar-reference-price-921dd429
```

Example prompt: What's the current sugar reference price right now — the one based on ICE futures?

## When to prefer this

Use this endpoint when you need a simple, current sugar reference price based on global futures markets without any regional farmgate floor adjustments. Prefer this over composite or historical endpoints when you need just the single current price figure, not trend data or positioning data.

## Known failure modes

- Upstream ICE futures feed unavailable — stale or missing price data
- API returns 402 if payment header is missing or insufficient
- Service outage returns 5xx error
- Market closed periods may return last settlement price rather than live price

## How this service works

Sugar reference price (currently follows futures; no CIV farmgate floor).

## Output

A current sugar reference price value derived from ICE Sugar #11 front-month futures, expressed in USX per pound, with no CIV farmgate floor adjustment applied.

## 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/lagoon-tech-systems-sugar-reference-price-921dd429/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)
