# VN Gold World Spot Price (XAU/USD → VND)

> VN Gold World Spot Price (XAU/USD → VND) is a paid API for AI agents from vn-gold-fx-x402-production.up.railway.app, paid per call via x402, $0.005/call, status unknown (last checked 2026-09-13).

Returns the real-time delayed world gold spot price in XAU/USD, converted to Vietnamese Dong per luong (tael, 37.5g) and per gram

## Facts

- Endpoint: GET https://vn-gold-fx-x402-production.up.railway.app/v1/gold/world
- Price: $0.005/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/vn-gold-world-spot-price-xau-usd-vnd-31c1b0c7
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_9Xv31taOV_m--JoEKT8B8

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 vn-gold-world-spot-price-xau-usd-vnd-31c1b0c7
```

Example prompt: What's the current world gold spot price right now, and what does that work out to in Vietnamese Dong per luong and per gram?

## When to prefer this

Use this endpoint when you need the world gold spot price (XAU/USD) pre-converted into Vietnamese Dong units (per luong and per gram) in a single call — ideal for Vietnamese market portfolio trackers, price alert bots, or commodity dashboards that need both USD and VND denominations without doing manual FX conversion. Pair with the sibling Vietcombank FX endpoint for a complete Vietnamese financial data stack.

## Known failure modes

- Upstream gold price feed unavailable — may return stale or error response
- Rate limit exceeded if too many calls in short succession
- x402 payment not accepted — agent must handle 402 Payment Required and retry with correct USDC payment
- Network timeout from Railway hosting under high load

## How this service works

World gold spot price XAU/USD in real time (delayed quote), plus conversion to VND per luong (Vietnamese tael, 37.5g) and per gram. Clean JSON for portfolio trackers, commodity bots and price alert agents.

## Output

A JSON object containing the delayed XAU/USD world gold spot price, the equivalent price in Vietnamese Dong per luong (Vietnamese tael, 37.5g), and the price in VND per gram — suitable for portfolio trackers, commodity bots, and price alert agents.

## 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"
     ],
     "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/vn-gold-world-spot-price-xau-usd-vnd-31c1b0c7/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from vn-gold-fx-x402-production.up.railway.app](https://www.zero.xyz/host/vn-gold-fx-x402-production.up.railway.app/llms.txt)
