Skip to main content
GET
/
api
/
market
/
v1
/
get-gold-intelligence
GetGoldIntelligence
curl --request GET \
  --url https://api.example.com/api/market/v1/get-gold-intelligence
{
  "goldPrice": 123,
  "goldChangePct": 123,
  "goldSparkline": [
    123
  ],
  "silverPrice": 123,
  "platinumPrice": 123,
  "palladiumPrice": 123,
  "goldSilverRatio": 123,
  "goldPlatinumPremiumPct": 123,
  "crossCurrencyPrices": [
    {
      "currency": "<string>",
      "flag": "<string>",
      "price": 123
    }
  ],
  "cot": {
    "reportDate": "<string>",
    "nextReleaseDate": "<string>",
    "openInterest": "<string>",
    "managedMoney": {
      "longPositions": "<string>",
      "shortPositions": "<string>",
      "netPct": 123,
      "oiSharePct": 123,
      "wowNetDelta": "<string>"
    },
    "producerSwap": {
      "longPositions": "<string>",
      "shortPositions": "<string>",
      "netPct": 123,
      "oiSharePct": 123,
      "wowNetDelta": "<string>"
    }
  },
  "updatedAt": "<string>",
  "unavailable": true,
  "session": {
    "dayHigh": 123,
    "dayLow": 123,
    "prevClose": 123
  },
  "returns": {
    "w1": 123,
    "m1": 123,
    "ytd": 123,
    "y1": 123
  },
  "range52w": {
    "hi": 123,
    "lo": 123,
    "positionPct": 123
  },
  "drivers": [
    {
      "symbol": "<string>",
      "label": "<string>",
      "value": 123,
      "changePct": 123,
      "correlation30d": 123
    }
  ],
  "etfFlows": {
    "asOfDate": "<string>",
    "tonnes": 123,
    "aumUsd": 123,
    "nav": 123,
    "changeW1Tonnes": 123,
    "changeM1Tonnes": 123,
    "changeY1Tonnes": 123,
    "changeW1Pct": 123,
    "changeM1Pct": 123,
    "changeY1Pct": 123,
    "sparkline90d": [
      123
    ]
  },
  "cbReserves": {
    "asOfMonth": "<string>",
    "totalTonnes": 123,
    "topHolders": [
      {
        "iso3": "<string>",
        "name": "<string>",
        "tonnes": 123,
        "pctOfReserves": 123
      }
    ],
    "topBuyers12m": [
      {
        "iso3": "<string>",
        "name": "<string>",
        "deltaTonnes12m": 123
      }
    ],
    "topSellers12m": [
      {
        "iso3": "<string>",
        "name": "<string>",
        "deltaTonnes12m": 123
      }
    ]
  }
}

Documentation Index

Fetch the complete documentation index at: https://worldmonitor.app/docs/llms.txt

Use this file to discover all available pages before exploring further.

Response

Successful response

goldPrice
number<double>
goldChangePct
number<double>
goldSparkline
number<double>[]
silverPrice
number<double>
platinumPrice
number<double>
palladiumPrice
number<double>
goldSilverRatio
number<double>
goldPlatinumPremiumPct
number<double>
crossCurrencyPrices
object[]
cot
object
updatedAt
string
unavailable
boolean
session
object
returns
object
range52w
object
drivers
object[]
etfFlows
object
cbReserves
object