# IndustrialMetals

> IndustrialMetals is a paid API for AI agents from api.aidress.ai, paid per call via x402, $0.05/call, status unknown (last checked 2026-09-14).

Returns a live snapshot of 13 industrial metals prices with momentum signals, weekly changes, category-level analysis, and an AI-generated market summary

## Facts

- Endpoint: GET https://api.aidress.ai/pay/agent_metals_lonestaroracle_xyz
- Price: $0.05/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/industrialmetals-d4065384
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_lt3P1OK5mGLLHyebNkf_r

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 industrialmetals-d4065384
```

Example prompt: Give me a live industrial metals snapshot — prices, momentum signals for copper, lithium, uranium, rare earths, and the rest, plus an AI market summary so I can see which categories are rising or falling right now.

## When to prefer this

Choose this endpoint when you need a broad, real-time cross-section of industrial metals prices in a single call, especially when you want AI-interpreted momentum signals and category-level analysis rather than raw tick data. Prefer this over exchange-specific APIs when coverage across base, battery, strategic, and precious metals in one response is more valuable than tick-level precision. Ideal for market briefings, supply chain monitoring, and commodity-driven investment signals.

## Known failure modes

- Payment not received or incorrect USDC amount — 402 Payment Required
- Upstream commodity data feed unavailable — may return stale or partial data
- Rate limiting if called too frequently — 429 Too Many Requests
- Network timeout from live data aggregation — 503 or timeout error

## How this service works

Industrial metals prices with momentum signals, category analysis, and AI brief

## Output

A structured JSON snapshot covering 13 industrial metals (copper, aluminum, nickel, steel, lithium, iron ore, zinc, uranium, rare earths, gold, silver, platinum, palladium) with: current price (futures or ETF proxy), weekly price change, per-metal momentum signal (rising/stable/falling), category-level signals grouped by base/battery/strategic/precious metals, and an AI-generated narrative market summary.

## Request schema (JSON Schema)

```json
{
 "name": "IndustrialMetals — Metals Intelligence",
 "tags": [
  "metals",
  "commodities",
  "copper",
  "lithium",
  "uranium",
  "rare-earths",
  "manufacturing"
 ],
 "type": "object",
 "version": "2.0.0",
 "category": "trading",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method"
   ],
   "properties": {
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "GET",
      "HEAD",
      "DELETE"
     ],
     "type": "string"
    },
    "queryParams": {
     "type": "object",
     "properties": {}
    }
   }
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "example": {}
   }
  }
 },
 "description": "Real-time prices for 13 industrial metals with per-metal momentum signals (rising/stable/falling) and category-level analysis (base, battery, strategic, precious). Covers copper, aluminum, nickel, steel, lithium, iron ore, zinc, uranium, rare earths, gold, silver, platinum, palladium."
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/industrialmetals-d4065384/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.aidress.ai](https://www.zero.xyz/host/api.aidress.ai/llms.txt)
