# Lagoon Tech Systems - ICE Cotton #2 Futures Front-Month Settlement

> Lagoon Tech Systems - ICE Cotton #2 Futures Front-Month Settlement 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-13).

Returns the current ICE Futures US Cotton No. 2 (CT) front-month settlement price in US cents per pound.

## Facts

- Endpoint: GET https://data.lagoontechsystems.com/api/cotton/futures
- Price: $0.03/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/lagoon-tech-systems-ice-cotton-2-futures-front-month-settlement-3f15af3d
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_G2Tv-whYedYdbgj4CCAPx

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-ice-cotton-2-futures-front-month-settlement-3f15af3d
```

Example prompt: What's the current ICE Cotton No. 2 front-month futures settlement price in cents per pound?

## When to prefer this

Use this endpoint when you need the current or most recent ICE Futures US Cotton No. 2 front-month settlement price in USX/lb. Prefer this over the composite cotton view when you only need the raw futures price without CFTC COT positioning or trend overlays, and over the historical series endpoint when you need only the latest data point rather than a time series.

## Known failure modes

- Exchange data unavailable or delayed — may return stale or null price
- API rate limit or payment failure — returns 402 or 429 error
- Market closed periods may return prior session's settlement price
- Malformed request — returns 400 if required input fields are missing

## 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

Returns the ICE Futures US Cotton No. 2 (CT) front-month settlement price expressed in US cents per pound (USX/lb), reflecting the latest official settlement from the exchange.

## Request schema (JSON Schema)

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

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "type": "futures",
  "success": true,
  "contract": "CT1",
  "commodity": "cotton",
  "open_interest": 184022,
  "settlement_price": {
   "unit": "pound",
   "value": 76.16,
   "currency": "USX"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/lagoon-tech-systems-ice-cotton-2-futures-front-month-settlement-3f15af3d/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)
