# AgentDatum Gold XAUUSD Trading Signal

> AgentDatum Gold XAUUSD Trading Signal is a paid API for AI agents from agentdatum.com, paid per call via x402, $0.05/call, status unknown (last checked 2026-09-14).

Returns a real-time gold (XAUUSD) trading signal including direction (buy/sell), entry price, stop loss, and take profit targets

## Facts

- Endpoint: GET https://agentdatum.com/api/v1/gold/signal
- Price: $0.05/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/agentdatum-gold-xauusd-trading-signal-d44de0e0
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_kv5Cyn8X57SvCe1gCgcwe

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-gold-xauusd-trading-signal-d44de0e0
```

Example prompt: Can you pull the latest gold trading signal — I need the direction, entry price, stop loss, and take profit levels for XAUUSD right now?

## When to prefer this

Choose this endpoint when you need a ready-made, actionable gold trading signal with specific price levels (entry, SL, TP) rather than raw price data or a broad market report. It is ideal for algorithmic trading bots, signal dashboards, or agents that need a single structured recommendation for XAUUSD without having to compute levels themselves. Prefer the sibling 'in-depth gold market report' endpoint when you need macro context, sentiment analysis, or multi-timeframe narrative instead.

## Known failure modes

- Payment not processed (x402 payment required before signal is returned)
- Stale or unavailable market data causing signal generation failure
- Rate limiting if too many calls are made in quick succession
- Empty or null response during market downtime or weekend hours when gold markets are closed

## How this service works

Gold XAUUSD trading signal with direction, entry price, stop loss and take profit targets 💎【付款后立得】实时结构化JSON，即插即用——无需注册，USDC一键支付即取数据。

## Output

A structured trading signal for gold (XAUUSD) containing the trade direction (buy or sell), recommended entry price, stop loss level, and one or more take profit targets — suitable for manual or algorithmic trade execution.

## Request schema (JSON Schema)

```json
{
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "type": "object",
 "properties": {
  "input": {
   "type": "object",
   "properties": {
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "type": "string",
     "enum": [
      "GET",
      "HEAD",
      "DELETE"
     ]
    },
    "queryParams": {
     "type": "object",
     "properties": {}
    }
   },
   "required": [
    "type",
    "method"
   ],
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "properties": {
    "type": {
     "type": "string"
    },
    "example": {
     "type": "object"
    }
   },
   "required": [
    "type"
   ]
  }
 },
 "required": [
  "input"
 ]
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "asset": "XAUUSD",
  "entry": 4070.5,
  "direction": "LONG",
  "stop_loss": 4057.28,
  "timeframe": "H1",
  "confidence": 0.72,
  "live_price": 4070.8,
  "data_source": "gold-mcp yfinance live",
  "take_profit_1": 4084.33
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/agentdatum-gold-xauusd-trading-signal-d44de0e0/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)
