# agentdatum.com Gold Market Report

> agentdatum.com Gold Market Report is a paid API for AI agents from agentdatum.com, paid per call via x402, $0.3/call, status unknown (last checked 2026-09-15).

Delivers an in-depth gold (XAUUSD) market report combining multi-timeframe price action, macro context, and trader sentiment

## Facts

- Endpoint: GET https://agentdatum.com/api/v1/gold/report
- Price: $0.3/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/agentdatum-com-gold-market-report-416b5e80
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_lKt2tZ98-Ua3ehdotP0LF

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 agentdatum-com-gold-market-report-416b5e80
```

Example prompt: Can you pull me the full gold market report — I want multi-timeframe price action, the macro backdrop, and where trader sentiment is sitting right now?

## When to prefer this

Choose this endpoint when you need a holistic, multi-dimensional view of the gold market in a single call — combining technical price analysis across multiple timeframes with macroeconomic context and sentiment data. Prefer this over the Gold XAUUSD trading signal endpoint when you want comprehensive background analysis rather than a simple directional trade signal with entry/stop/target levels.

## Known failure modes

- Payment not processed or insufficient USDC balance — 402 Payment Required
- Report data temporarily unavailable due to upstream data source issues — 503 Service Unavailable
- Invalid HTTP method used — 405 Method Not Allowed
- Rate limiting if called excessively in a short window — 429 Too Many Requests

## How this service works

In-depth gold market report combining multi-timeframe price action, macro context and trader sentiment 💎【付款后立得】实时结构化JSON，即插即用——无需注册，USDC一键支付即取数据。

## Output

A comprehensive gold market report including multi-timeframe price action analysis (e.g. short, medium, and long-term charts), macroeconomic context relevant to gold (e.g. inflation, dollar strength, interest rates), and trader sentiment indicators, synthesized into a structured narrative or data report.

## Request schema (JSON Schema)

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

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "asset": "XAUUSD",
  "macro": {
   "dxy": "weak",
   "stance": "supportive"
  },
  "summary": "Multi-timeframe bullish bias",
  "sentiment": {
   "fear_greed": 62,
   "interpretation": "greed"
  },
  "timeframes": {
   "H4": {
    "trend": "up"
   },
   "M15": {
    "trend": "sideways"
   }
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/agentdatum-com-gold-market-report-416b5e80/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from agentdatum.com](https://www.zero.xyz/host/agentdatum.com/llms.txt)
