# Coffee Futures Live Price API

> Coffee Futures Live Price API 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 price of coffee commodity futures in USD with no parameters required

## Facts

- Endpoint: GET https://api.x402node.dev/commodity/price/coffee/usd/coffee-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/coffee-futures-live-price-api-08e0d612
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_OWcUxW9iVdcxWb-U6H7UH

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 coffee-futures-live-price-api-08e0d612
```

Example prompt: What is the current live price of coffee futures in USD right now?

## When to prefer this

Use this endpoint when you need a zero-parameter, instant lookup of the current coffee futures price in USD — ideal for dashboards, trading bots, or agricultural market apps that need a quick commodity quote without constructing complex query parameters. Prefer this over general financial APIs when you specifically need coffee commodity futures data at low cost ($0.005 per call).

## Known failure modes

- Payment failure: 402 response if USDC payment not provided or insufficient
- Service unavailable: upstream commodity data feed down, 503 or error response
- Stale data: as_of timestamp may lag real-time exchange by seconds to minutes
- Rate limiting: repeated rapid calls may be throttled

## How this service works

Live Coffee price (commodity futures). Zero-param: GET returns current price. 咖啡期货实时价格行情。コーヒー価格。Precio cafe. 커피 시세. coffee price, coffee futures, agricultural commodity quote. Accepts payment on Base or Solana — either network works.

## Output

Returns a JSON object with the current coffee futures price (number), currency (USD), commodity name, ticker symbol, price unit, data source, and an as_of timestamp indicating when the price was recorded.

## Example request

```json
{
 "top": "10"
}
```

## Request schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/coffee-futures-live-price-api-08e0d612/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)
