# The Stall — Commodity Futures Data

> The Stall — Commodity Futures Data is a paid API for AI agents from the-stall.intuitek.ai, paid per call via x402, $0.059/call, status unknown (last checked 2026-09-13).

Returns commodity futures market data including prices, contracts, and related market information via a pay-per-call x402 USDC endpoint.

## Facts

- Endpoint: GET https://the-stall.intuitek.ai/cap/commodity-futures
- Price: $0.059/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/the-stall-commodity-futures-data-629b5aa7
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_2CtDdG_AGqVbG4FiMHw5Q

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 the-stall-commodity-futures-data-629b5aa7
```

Example prompt: What are the current commodity futures prices for crude oil? Pull the latest contract data so I can see where WTI is trading.

## When to prefer this

Use this endpoint when you need commodity futures data on a pay-per-call basis without API keys or account setup, especially when integrating into an AI agent workflow using x402 micropayments on Base mainnet. Good for ad-hoc or low-volume lookups where subscription costs are not justified.

## Known failure modes

- Missing or invalid properties parameter returns an error or empty result
- Payment not received — 402 response until USDC payment is confirmed on Base
- Unsupported commodity symbol or contract specification returns no data
- Network or blockchain payment confirmation delay causes timeout

## How this service works

Returns live price and intraday metrics for major commodity futures: crude oil, natural gas, gold, silver, copper, platinum, wheat, corn, soybeans, and coffee. Includes price, day high/low, 52-week range, previous close, exchange, and contract name. Filter by commodity name or category (energy/metals/agricultural). $0.010/call — Yahoo Finance free API, no key required.

## Output

Returns commodity futures market data such as current prices, contract specifications, settlement prices, and related market metrics for the requested commodity, paid via $0.01 USDC on Base mainnet with no API key required.

## Example request

```json
{
 "properties": "commodity_futures_prices"
}
```

## Request schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/the-stall-commodity-futures-data-629b5aa7/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from the-stall.intuitek.ai](https://www.zero.xyz/host/the-stall.intuitek.ai/llms.txt)
