# Lagoon Tech Systems Cotton Composite View

> Lagoon Tech Systems Cotton 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 snapshot of the cotton market combining ICE futures prices, CFTC COT positioning data, and trend indicators in a single API response.

## Facts

- Endpoint: GET https://data.lagoontechsystems.com/api/cotton/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-cotton-composite-view-38690784
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_U_3-nvIrQRA9NvWK5htSb

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-cotton-composite-view-38690784
```

Example prompt: Give me a full cotton market overview right now — futures price, what the CFTC COT report says about speculator positioning, and whether the trend is bullish or bearish.

## When to prefer this

Choose this endpoint when you need a single-call composite view of the cotton market that combines futures pricing, CFTC speculative positioning, and trend data, rather than making separate calls to futures-only or historical endpoints. Ideal for dashboard summaries, automated trading signal pipelines, or commodity research agents that need a holistic cotton market snapshot without stitching multiple data sources together.

## Known failure modes

- Upstream futures or CFTC data source unavailable — may return partial or stale data
- Rate limiting or payment failure via x402 — returns 402 Payment Required
- Temporary outage of the data.lagoontechsystems.com service — returns 5xx error
- No query parameters accepted incorrectly formatted — returns 400 Bad Request

## 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 the current ICE cotton futures front-month price (in USX/lb), CFTC Commitments of Traders (COT) net positioning data for cotton, and a trend signal (e.g. 7-day or 30-day directional indicator) — all combined in one response.

## Request schema (JSON Schema)

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

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "cot": {
   "commercial_long": 110000
  },
  "trend": {
   "direction": "bearish"
  },
  "futures": {
   "contract": "CT1",
   "settlement": 76.16
  },
  "success": true,
  "commodity": "cotton"
 }
}
```

## More

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