# Gold Market In-Depth Report

> Gold Market In-Depth Report is a paid API for AI agents from gold-sap.com, paid per call via x402, $0.299/call, status unknown (last checked 2026-09-14).

Returns a comprehensive gold market report combining multi-timeframe price action analysis, macroeconomic context, and trader sentiment data

## Facts

- Endpoint: GET https://gold-sap.com/api/v1/gold/report
- Price: $0.299/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/gold-market-in-depth-report-038b1f6e
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_ljbBhA_BqK4TpZdUUaYFh

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 gold-market-in-depth-report-038b1f6e
```

Example prompt: Give me a full in-depth gold market report right now — I want multi-timeframe price action, the current macro context driving XAUUSD, and how traders are positioned.

## When to prefer this

Choose this endpoint when you need a holistic, narrative-style gold market overview rather than a simple price quote or a single trading signal. It is ideal when macro context and sentiment matter, such as for investment research, daily briefings, or explaining gold price moves — not just for getting a raw XAUUSD price.

## Known failure modes

- Payment not processed — returns 402 if x402 payment header is missing or insufficient
- Rate limiting — may return 429 if too many requests in a short window
- Service unavailable — returns 503 if underlying data providers are unreachable
- Stale data — report may reflect slightly delayed market data during off-hours

## How this service works

In-depth gold market report combining multi-timeframe price action, macro context and trader sentiment

## Output

A structured gold market report including multi-timeframe price action analysis (e.g. short, medium, long-term trends), macroeconomic context (e.g. interest rates, inflation, USD strength), and trader sentiment indicators for the XAUUSD market.

## 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": {}
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "example": {
     "type": "object"
    }
   }
  }
 }
}
```

## More

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