# Stratalize Copper Price Benchmark

> Stratalize Copper Price 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-13).

Returns the IMF Grade A copper spot price in USD per metric ton with year-over-year change and industrial demand context, sourced from FRED/IMF data.

## Facts

- Endpoint: GET https://www.stratalize.com/api/x402/copper-price-benchmark
- Price: $0.02/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/stratalize-copper-price-benchmark-cd341938
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_7h7vJzFrHAKABocaoLsLI

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-copper-price-benchmark-cd341938
```

Example prompt: What's the current IMF Grade A copper price in USD per metric ton, and how has it changed year-over-year? I want to use it as a coincident indicator for global manufacturing cycles.

## When to prefer this

Choose this endpoint when you need a single, attested, IMF-grade copper price benchmark with year-over-year context for macro analysis, manufacturing cycle assessment, or regulated automation workflows where data integrity verification is required. Prefer over generic commodity APIs when you need FRED/IMF sourcing provenance and attestation.

## Known failure modes

- Data source unavailability from FRED/IMF resulting in a stale or error response
- Network timeout or service downtime returning a 5xx error
- Payment authorization failure via x402 protocol preventing access
- Rate limiting if called in high frequency without proper spacing

## How this service works

Stratalize — attested finance, legal, healthcare, and compliance intelligence. Signed, independently verifiable receipt on every call (trust.stratalize.com/verify). IMF Grade A copper price in USD per metric ton with year-over-year change and industrial demand significance note. Use as a coincident indicator for global manufacturing and construction cycles. Source: FRED / IMF. $0.02 atomic

## Output

Returns the current IMF Grade A copper price in USD per metric ton, the year-over-year percentage or absolute change, and a note on industrial demand significance — attested for integrity verification in regulated automation workflows.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "unit": {
   "enum": [
    "usd_per_lb",
    "usd_per_tonne"
   ],
   "type": "string",
   "description": "Copper price unit for benchmark output"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/stratalize-copper-price-benchmark-cd341938/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)
