# Lagoon Tech Systems Cashew Composite View

> Lagoon Tech Systems Cashew 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 cashew market data combining farmgate prices, wholesale prices, and trend indicators in a single call.

## Facts

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

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-cashew-composite-view-de2b7c1d
```

Example prompt: What are the current cashew farmgate and wholesale prices, and is the trend up or down? Give me the full composite cashew market view.

## When to prefer this

Use this endpoint when you need a unified cashew market snapshot combining farmgate, wholesale, and trend data in one call — ideal when you want to avoid making separate requests for each price layer. Prefer this over the historical cashew endpoint when you need current/latest data rather than a time series.

## Known failure modes

- Payment not provided or invalid x402 payment — returns 402 Payment Required
- Service unavailable or upstream data feed issue — returns 5xx error
- Malformed request — returns 400 Bad Request
- Data temporarily stale if upstream farmgate or wholesale sources are delayed

## 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 current cashew farmgate price, wholesale price, and trend indicators — giving a unified snapshot of the cashew market across the supply chain in a single response.

## Request schema (JSON Schema)

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

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "success": true,
  "farmgate": {
   "value": 400,
   "currency": "XOF"
  },
  "commodity": "cashew",
  "wholesale": {
   "value": 0.66,
   "currency": "USD"
  }
 }
}
```

## More

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