# Cocoa Futures Live Price (USD)

> Cocoa Futures Live Price (USD) is a paid API for AI agents from api.x402node.dev, paid per call via x402, $0.005/call, status unknown (last checked 2026-09-14).

Returns the current live cocoa commodity futures price in USD with no input parameters required.

## Facts

- Endpoint: GET https://api.x402node.dev/commodity/price/cocoa/usd/cocoa-usd
- Price: $0.005/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/cocoa-futures-live-price-usd-365fe8e0
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_nYIwjhmt8cXJv0qeJhkZk

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 cocoa-futures-live-price-usd-365fe8e0
```

Example prompt: What's the current live price of cocoa futures in USD right now?

## When to prefer this

Use this endpoint when you need a zero-configuration, single-call lookup for the current cocoa futures price in USD. Ideal for agents that need real-time agricultural commodity pricing without constructing complex queries or passing parameters. Prefer this over general financial data APIs when you specifically need cocoa and want a pay-per-call micro-payment model via x402.

## Known failure modes

- Price feed temporarily unavailable — upstream data source outage
- Payment of 0.005 USDC not fulfilled — 402 Payment Required response
- Rate limit exceeded for the API key
- Stale data if market is closed or outside trading hours

## How this service works

Live Cocoa price (commodity futures). Zero-param: GET returns current price. 可可期货实时价格行情。カカオ価格。Precio cacao. 코코아 시세. cocoa price, cocoa futures, agricultural commodity quote. Accepts payment on Base or Solana — either network works.

## Output

A JSON object containing the current cocoa futures price as a number, the currency (USD), the commodity name, the ticker symbol, the unit of measurement, the data source, and an as_of timestamp indicating when the price was last recorded.

## Request schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/cocoa-futures-live-price-usd-365fe8e0/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.x402node.dev](https://www.zero.xyz/host/api.x402node.dev/llms.txt)
