# Côte d'Ivoire Cashew Minimum Farmgate Price (CCA)

> Côte d'Ivoire Cashew Minimum Farmgate Price (CCA) is a paid API for AI agents from data.lagoontechsystems.com, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-15).

Returns the official minimum farmgate floor price for cashew nuts in Côte d'Ivoire, as set by the CCA, denominated in FCFA per kilogram.

## Facts

- Endpoint: GET https://data.lagoontechsystems.com/api/cashew/price
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/c-te-d-ivoire-cashew-minimum-farmgate-price-cca-b2d58fb8
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_8CsnLwyihpawwxteG9kRr

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 c-te-d-ivoire-cashew-minimum-farmgate-price-cca-b2d58fb8
```

Example prompt: What's the current official minimum cashew farmgate price in Côte d'Ivoire set by the CCA?

## When to prefer this

Use this endpoint when you specifically need the CCA-regulated minimum farmgate cashew price for Côte d'Ivoire in FCFA/kg, as opposed to wholesale or futures market prices. Prefer this over the composite cashew endpoint when you only need the farmgate floor figure without additional market layers.

## Known failure modes

- Service unavailable or price data not yet published for the current season — HTTP 503 or empty response
- Network timeout or payment failure via x402 protocol — HTTP 402 or connection error
- Unexpected API schema change returning malformed JSON — parse error on client side

## 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 CCA-mandated minimum farmgate floor price for cashew nuts in Côte d'Ivoire, expressed in FCFA per kilogram. This reflects the official regulated price that buyers must pay farmers at minimum during the current marketing season.

## Request schema (JSON Schema)

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

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "type": "farmgate",
  "price": {
   "unit": "kg",
   "value": 400,
   "currency": "XOF"
  },
  "success": true,
  "commodity": "cashew"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/c-te-d-ivoire-cashew-minimum-farmgate-price-cca-b2d58fb8/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)
