# Lagoon Tech Systems - Cocoa Futures Front-Month Settlement Price

> Lagoon Tech Systems - Cocoa Futures 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-13).

Returns the current ICE Futures US cocoa (CC) front-month settlement price in USD per metric ton

## Facts

- Endpoint: GET https://data.lagoontechsystems.com/api/cocoa/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-cocoa-futures-front-month-settlement-price-c5e7fe18
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_myos7oISfV8pxBsa_f343

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-cocoa-futures-front-month-settlement-price-c5e7fe18
```

Example prompt: What is the current ICE Futures US cocoa front-month settlement price in USD per metric ton?

## When to prefer this

Use this endpoint when you need the current cocoa futures front-month settlement price from ICE Futures US in USD/metric ton. Prefer this over the composite cocoa endpoint when you only need the raw futures price without farmgate, CFTC COT positioning, or trend data. Use over the historical series endpoint when you need only the current price, not a time series.

## Known failure modes

- Market closed or no settlement data available yet for the day
- ICE data feed delay or unavailability returns stale or error response
- Invalid or malformed request returns 400 error
- Payment not processed correctly results in 402 Payment Required
- Rate limiting or quota exceeded returns 429 error

## How this service works

Returns cocoa futures market data, including the current contract, settlement price, open interest, volume, and change. Source data is labeled as delayed ICE Futures pricing.

## Output

Returns the ICE Futures US cocoa (CC) front-month settlement price expressed in USD per metric ton, reflecting the most recent settlement for the nearest active contract.

## 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-cocoa-futures-front-month-settlement-price-c5e7fe18/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)
