# Lagoon Tech Systems Sugar Composite View

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

Returns a composite sugar market view combining ICE futures prices, CFTC COT speculative positioning, and price trend signals in a single call.

## Facts

- Endpoint: GET https://data.lagoontechsystems.com/api/sugar/composite
- Price: $0.1/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-composite-view-a61b5b6f
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_VXlplm-aHHaBGnEQKtBGK

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-composite-view-a61b5b6f
```

Example prompt: Give me the current composite sugar market snapshot — I want to see the futures price, CFTC COT speculative positioning, and the price trend all together right now.

## When to prefer this

Use this endpoint when you need a holistic, single-call sugar market view combining futures price, CFTC positioning, and trend — rather than fetching each data type separately. Prefer this over the historical sugar endpoint when you want the current snapshot rather than a time series.

## Known failure modes

- Upstream futures or COT data source unavailable — partial or stale data returned
- Payment not processed — 402 Payment Required response
- Rate limit exceeded — too many requests in a short window
- Data not yet updated for current session — may return prior day's composite

## How this service works

Côte d'Ivoire & global soft-commodity data (cocoa, coffee, sugar, cotton, cashew): CCC farmgate floor decrees, ICE Futures US settlements, CFTC COT positioning, and historical series. Pay-per-call in USDC on Base via the x402 protocol — no API keys, no signup.

## Output

A composite JSON object containing current ICE sugar futures front-month settlement price, CFTC Commitments of Traders (COT) speculative positioning data, and a computed trend indicator, all aggregated into a single response.

## Request schema (JSON Schema)

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

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "cot": {
   "commercial_long": 280000
  },
  "trend": {
   "direction": "bearish"
  },
  "futures": {
   "contract": "SB1",
   "settlement": 14.14
  },
  "success": true,
  "commodity": "sugar"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/lagoon-tech-systems-sugar-composite-view-a61b5b6f/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)
