# Côte d'Ivoire Coffee Farmgate Floor Price

> Côte d'Ivoire Coffee Farmgate Floor Price 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 current CCC-mandated farmgate floor price for Robusta coffee in Côte d'Ivoire, denominated in FCFA per kilogram.

## Facts

- Endpoint: GET https://data.lagoontechsystems.com/api/coffee/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-coffee-farmgate-floor-price-f65bc65e
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_yzmRSItsfsNR54sGUXsSH

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-coffee-farmgate-floor-price-f65bc65e
```

Example prompt: What's the current official farmgate floor price for coffee in Côte d'Ivoire — the CCC-mandated FCFA per kg that Robusta farmers receive?

## When to prefer this

Use this endpoint when you need the official government-mandated farmgate floor price for Robusta coffee in Côte d'Ivoire specifically, as opposed to ICE futures prices or Arabica benchmarks. Ideal for supply chain analytics, farmer income research, commodity market comparisons, or building composite coffee price dashboards for West African origins.

## Known failure modes

- Price data temporarily unavailable if CCC has not published updated figures — may return stale or null value
- Network timeout or service unavailability returns non-200 HTTP status
- Payment failure (x402) if USDC balance is insufficient, preventing data retrieval

## 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 current CCC (Conseil Café-Cacao) mandated farmgate floor price for Robusta coffee in Côte d'Ivoire, expressed in FCFA per kilogram. This is the minimum guaranteed price for coffee farmers in the country.

## 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": 1700,
   "currency": "XOF"
  },
  "success": true,
  "commodity": "coffee"
 }
}
```

## More

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