Industrial metals prices with momentum signals, category analysis, and AI brief
Industrial metals prices with momentum signals, category analysis, and AI brief
50000 (raw units)
price
11
calls / 30d
5
unique payers
2026-09-16
updated
Provider
metals.lonestaroracle.xyz · discovered, not yet claimed by its owner
Payment (x402 accepts[])
[
{
"scheme": "exact",
"network": "eip155:8453",
"payTo": "0x52Ab53912D37759B2ad364f22dD06B16714b6C06",
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"amount": "50000",
"maxTimeoutSeconds": 300
},
{
"scheme": "exact",
"network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
"payTo": "3nmeVj5m9Uq2hSTfsVsn3tJMHRJQNMKR1AjzyUJbrSgw",
"asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
"amount": "50000",
"maxTimeoutSeconds": 300
}
]Output schema
{
"bazaar": {
"info": {
"input": {
"method": "GET",
"type": "http"
},
"output": {
"example": "{\"metals\":{\"Copper\":{\"price\":4.82,\"unit\":\"USD/lb\",\"chg_7d_pct\":2.1,\"momentum\":\"rising\"},\"Gold\":{\"price\":3284,\"unit\":\"USD/oz\",\"chg_7d_pct\":-0.8,\"momentum\":\"stable\"}},\"category_signals\":{\"base\":{\"avg_7d_pct\":1.8,\"signal\":\"rising\"},\"precious\":{\"avg_7d_pct\":-0.4,\"signal\":\"stable\"}},\"ai_summary\":\"Base metals are rising on strong manufacturing demand...\"}",
"format": "json",
"type": "object"
}
},
"schema": {
"category": "trading",
"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.",
"name": "IndustrialMetals — Metals Intelligence",
"properties": {
"input": {
"properties": {
"method": {
"enum": [
"GET",
"HEAD",
"DELETE"
],
"type": "string"
},
"queryParams": {
"properties": {},
"type": "object"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method"
],
"type": "object"
},
"output": {
"properties": {
"example": {},
"type": {
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
}
},
"required": [
"input"
],
"tags": [
"metals",
"commodities",
"copper",
"lithium",
"uranium",
"rare-earths",
"manufacturing"
],
"type": "object",
"version": "2.0.0"
}
},
"bc_kg64bd18": {}
}Use it
curl
curl "https://metals.lonestaroracle.xyz/report" # -> 402 Payment Required, accepts[] lists how to pay # retry with a PAYMENT-SIGNATURE (or PAYMENT header) once paid
JavaScript
const res = await fetch("https://metals.lonestaroracle.xyz/report");
if (res.status === 402) {
const { accepts } = await res.json();
// pay one of accepts[] via an x402 client, then retry with the payment header
}Python
import httpx
res = httpx.get("https://metals.lonestaroracle.xyz/report")
if res.status_code == 402:
accepts = res.json()["accepts"]
# pay one of accepts[] via an x402 client, then retry with the payment headerMachine-readable
Everything on this page is also available as clean JSON at /resources/2811.json, and this resource appears in /discovery/resources and /discovery/search.