{
  "name": "Finance Proxy",
  "endpoints": {
    "health": "/health",
    "goldSpot": "/goldapi/XAU",
    "silverSpot": "/goldapi/XAG",
    "goldHistorical": "/goldapi/historical/XAU/USD/YYYY-MM-DD",
    "silverHistorical": "/goldapi/historical/XAG/USD/YYYY-MM-DD",
    "goldFutures": "/yahoo/v8/finance/chart/GC%3DF?interval=1d&range=1d",
    "silverFutures": "/yahoo/v8/finance/chart/SI%3DF?interval=1d&range=1d",
    "yahooCustom": "/yahoo/v8/finance/chart/{SYMBOL}?interval={1m|5m|1d}&range={1d|5d|1mo}"
  }
}