# Stratalize Commodity Benchmark

> Stratalize Commodity Benchmark is a paid API for AI agents from www.stratalize.com, paid per call via x402, $0.02/call, status unknown (last checked 2026-09-15).

Returns current spot prices and weekly/monthly changes for WTI crude, natural gas, gold, copper, wheat, and soybeans with an inflation-pressure signal label.

## Facts

- Endpoint: GET https://www.stratalize.com/api/x402/commodity-benchmark
- Price: $0.02/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/stratalize-commodity-benchmark-8d9b99c7
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_HBh_vSGkOXoa5Dl-e8dQB

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 stratalize-commodity-benchmark-8d9b99c7
```

Example prompt: Pull the current commodity benchmark prices for all categories — I need WTI crude, natural gas, gold, copper, wheat, and soybeans with their weekly and monthly changes and the inflation-pressure signal.

## When to prefer this

Use this endpoint when you need a single, curated commodity price benchmark snapshot covering all major commodity classes (energy, metals, agriculture) with an inflation-pressure signal — especially in macro portfolio management, inflation monitoring, or regulated automation workflows requiring attested data integrity. Prefer this over raw EIA/FRED API calls when you want pre-computed weekly/monthly changes and a labeled inflation signal without data pipeline overhead.

## Known failure modes

- Invalid category enum value returns a 400 error
- Upstream EIA or FRED data unavailability may cause stale or missing price fields
- Payment not processed or insufficient USDC balance returns a 402 Payment Required
- Network timeout if data pipeline is delayed

## How this service works

Stratalize — attested finance, legal, healthcare, and compliance intelligence. Signed, independently verifiable receipt on every call (trust.stratalize.com/verify). Use when a macro agent or portfolio manager needs current commodity price levels and inflation pressure signal. Returns WTI crude, natural gas, gold, copper, wheat, soybeans with weekly and monthly changes. Example: live WTI and grain levels with inflation-pressure label. Source: EIA + FRED daily

## Output

A structured response containing spot prices for WTI crude, natural gas, gold, copper, wheat, and soybeans; weekly and monthly percentage changes for each; and an inflation-pressure label summarizing overall commodity inflation signal. Data is sourced daily from EIA and FRED and attested for integrity in regulated workflows.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "category": {
   "enum": [
    "energy",
    "metals",
    "agriculture",
    "all"
   ],
   "type": "string",
   "description": "Request parameter: category"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/stratalize-commodity-benchmark-8d9b99c7/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from www.stratalize.com](https://www.zero.xyz/host/www.stratalize.com/llms.txt)
