# Lone Star Oracle Industrial Metals Report

> Lone Star Oracle Industrial Metals Report is a paid API for AI agents from metals.lonestaroracle.xyz, paid per call via x402, $0.03/call, status unknown (last checked 2026-09-15).

Returns current industrial metals prices with 7-day and 30-day percentage changes plus an AI-generated supply chain summary

## Facts

- Endpoint: GET https://metals.lonestaroracle.xyz/report
- Price: $0.03/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/metals-lonestaroracle-xyz-8ad860ae
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_8owlSRaDq3fA5w5vqkAq0

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 metals-lonestaroracle-xyz-8ad860ae
```

Example prompt: Pull me the latest industrial metals prices report — I want to see the 7-day and 30-day price changes and the AI supply chain summary.

## When to prefer this

Use this endpoint when you need a quick, all-in-one industrial metals market snapshot that combines quantitative price data (with short and medium-term trend context) and a qualitative AI supply chain narrative. Ideal for agents building commodity market briefings, procurement intelligence, or supply chain monitoring workflows without needing to call separate data and summarization services.

## Known failure modes

- Service unavailable or upstream data source down — HTTP 5xx
- Payment not processed — HTTP 402 if x402 payment fails
- Rate limiting or quota exceeded
- Data may be delayed or stale if source feed is interrupted

## How this service works

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

## Output

A report containing current spot prices for industrial metals (e.g. copper, aluminum, nickel, zinc, steel), their percentage changes over the past 7 and 30 days, and an AI-generated narrative summarizing supply chain conditions and market dynamics.

## Example request

```json
{}
```

## 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/metals-lonestaroracle-xyz-8ad860ae/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from metals.lonestaroracle.xyz](https://www.zero.xyz/host/metals.lonestaroracle.xyz/llms.txt)
