# Lagoon Tech Systems Coffee Composite View

> Lagoon Tech Systems Coffee 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-14).

Returns a composite snapshot of the coffee market combining farmgate prices, futures data, CFTC COT positioning, and trend indicators in a single call.

## Facts

- Endpoint: GET https://data.lagoontechsystems.com/api/coffee/composite
- Price: $0.1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/lagoon-tech-systems-coffee-composite-view-52dd3876
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_kjX5QOnvzGnFYhzN8bAQd

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-coffee-composite-view-52dd3876
```

Example prompt: Give me the full coffee market picture right now — farmgate prices, ICE futures, what CFTC positioning looks like for speculators, and whether the trend is up or down.

## When to prefer this

Use this endpoint when you need a holistic coffee market view in a single call rather than fetching farmgate, futures, and COT data from separate sources. Prefer this over the historical coffee futures endpoint when you want current cross-market positioning rather than a time series. Ideal for commodity dashboards, trading signal generation, or agricultural market intelligence workflows.

## Known failure modes

- Upstream data source unavailable — returns 5xx or stale data indicator
- Payment not processed or invalid x402 token — returns 402 Payment Required
- Rate limit exceeded — returns 429 Too Many Requests
- Malformed request — 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 response containing current coffee farmgate prices, front-month futures settlement data, CFTC Commitments of Traders (COT) net positioning for coffee, and a trend signal — all in one unified view.

## Request schema (JSON Schema)

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

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "cot": {
   "commercial_long": 65000
  },
  "trend": {
   "direction": "bearish"
  },
  "futures": {
   "contract": "KC1",
   "settlement": 269.85
  },
  "success": true,
  "commodity": "coffee"
 }
}
```

## More

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