# ICE Futures US Arabica Coffee (KC) Front-Month Settlement Price

> ICE Futures US Arabica Coffee (KC) 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 Arabica coffee (KC) front-month settlement price in US cents per pound (USX/lb).

## Facts

- Endpoint: GET https://data.lagoontechsystems.com/api/coffee/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/ice-futures-us-arabica-coffee-kc-front-month-settlement-price-b99dee1e
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_3Io59JtFEzKJzCv3gc2yQ

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 ice-futures-us-arabica-coffee-kc-front-month-settlement-price-b99dee1e
```

Example prompt: What's the current ICE Futures US Arabica coffee front-month settlement price in cents per pound?

## When to prefer this

Use this endpoint when you need the current or most recent ICE Futures US Arabica coffee (KC) front-month settlement price in USX/lb — particularly for commodity pricing, trading analytics, cost modeling, or when building composite coffee market views. Prefer this over the composite coffee endpoint when you only need the raw futures settlement figure without farmgate, COT positioning, or trend data.

## Known failure modes

- Market closed or settlement data not yet available for the day
- Upstream ICE data feed delay or outage causing stale or missing price
- Rate limiting or payment failure resulting in HTTP 402 or 429 response
- Malformed response if the ICE exchange has not yet published a settlement for the session

## 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 Arabica coffee (KC) front-month settlement price expressed in US cents per pound (USX/lb), reflecting the latest available settlement for the nearest active contract.

## Request schema (JSON Schema)

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

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "type": "futures",
  "success": true,
  "contract": "KC1",
  "commodity": "coffee",
  "open_interest": 73995,
  "settlement_price": {
   "unit": "pound",
   "value": 269.85,
   "currency": "USX"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/ice-futures-us-arabica-coffee-kc-front-month-settlement-price-b99dee1e/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)
