# Copper USD Spot Price

> Copper USD Spot Price is a paid API for AI agents from api.x402node.dev, paid per call via x402, $0.005/call, status unknown (last checked 2026-09-14).

Returns the current live spot price of copper in USD as a commodity futures quote.

## Facts

- Endpoint: GET https://api.x402node.dev/commodity/price/copper/usd/copper-usd
- Price: $0.005/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/copper-usd-spot-price-44c0265d
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_3v4UcpXLXEFQHqXdvp2Y1

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 copper-usd-spot-price-44c0265d
```

Example prompt: What's the current spot price of copper in USD right now?

## When to prefer this

Use this endpoint when you need a zero-parameter, instant lookup of the current copper spot/futures price in USD. Ideal for commodity dashboards, trading signals, portfolio valuation, or any workflow needing a quick copper price check without constructing complex query parameters.

## Known failure modes

- Payment failure (402): USDC payment of $0.005 not processed correctly
- Service unavailable (503): upstream commodity data feed temporarily down
- Stale data: as_of timestamp may lag real-time market by seconds to minutes
- Network timeout: endpoint unreachable

## How this service works

Live Copper price (commodity futures, USD). Zero-param: GET returns current price. 铜实时价格行情。銅価格。Precio cobre. 구리 시세. copper price, copper spot, commodity quote. Accepts payment on Base or Solana — either network works.

## Output

Returns a JSON object with the current copper price as a number, the currency (USD), commodity name, ticker symbol, price source, unit of measurement, and an as_of timestamp indicating when the price was recorded.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "properties": {
   "type": "string"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/copper-usd-spot-price-44c0265d/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.x402node.dev](https://www.zero.xyz/host/api.x402node.dev/llms.txt)
