# MacroPulse Commodities Pulse

> MacroPulse Commodities Pulse is a paid API for AI agents from macropulse.theaslangroupllc.com, paid per call via x402, $0.1/call, status unknown (last checked 2026-09-15).

Delivers a macro/FX-oriented brief on key commodity prices (gold, silver, crude oil, natural gas, copper) with cross-asset reads into commodity-linked currencies (CAD, AUD, NOK).

## Facts

- Endpoint: GET https://macropulse.theaslangroupllc.com/api/commodities-pulse
- Price: $0.1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/macropulse-commodities-pulse-bdd89e6b
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_FLVcebEuAx1IbW5LWD8k6

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 macropulse-commodities-pulse-bdd89e6b
```

Example prompt: Give me a commodities pulse — where are gold, silver, WTI, Brent, natural gas, and copper right now, and what does the cross-asset picture mean for CAD, AUD, and NOK?

## When to prefer this

Choose this endpoint when an AI agent needs a consolidated commodity and commodity-currency brief in a single call, specifically for macro or FX decision-making contexts. It is ideal over raw price feeds when the agent needs interpreted, cross-asset context rather than raw tick data, and when CAD/AUD/NOK currency implications are relevant to the task.

## Known failure modes

- Payment not confirmed — x402 micropayment required before data is returned
- Upstream market data feed delayed or unavailable — stale or partial data returned
- Rate limit exceeded — too many calls in a short window
- Service temporarily unavailable — 503 or 500 error from provider

## How this service works

Commodities brief for macro and FX agents — gold, silver, WTI/Brent crude, natural gas and copper, with the cross-asset read into commodity-linked currencies (CAD, AUD, NOK).

## Output

A structured brief covering spot prices and macro context for gold, silver, WTI crude, Brent crude, natural gas, and copper, along with an intermarket read on how current commodity moves are influencing commodity-linked currencies (CAD, AUD, NOK) — suitable for FX and multi-asset agents making regime or positioning decisions.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "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": {
      "lang": {
       "type": "string",
       "description": "e.g. en, es, fr, de, ja, zh, ko, pt, ar (default: en; not strictly validated — any language is forwarded to the model)"
      }
     }
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "errors": {
     "type": "object",
     "description": "Documented error responses, keyed by HTTP status code",
     "additionalProperties": {
      "type": "object",
      "required": [
       "description"
      ],
      "properties": {
       "example": {
        "type": "object"
       },
       "description": {
        "type": "string"
       }
      }
     }
    },
    "example": {
     "type": "object"
    }
   }
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "corn": 485,
  "wheat": 620,
  "copper": 4.52,
  "regime": "risk-off — USD strength weighing on commodities",
  "nat_gas": 2.84,
  "oil_wti": 78.2,
  "gold_usd": 2387.4,
  "oil_brent": 82.1
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/macropulse-commodities-pulse-bdd89e6b/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from macropulse.theaslangroupllc.com](https://www.zero.xyz/host/macropulse.theaslangroupllc.com/llms.txt)
