{
  "name": "Hourly gold price from goldprice.dev",
  "nodes": [
    {
      "parameters": {
        "rule": {
          "interval": [
            {
              "field": "hours",
              "hoursInterval": 1,
              "triggerAtMinute": 0
            }
          ]
        }
      },
      "id": "e5a65aec-7dd9-4685-8801-9a6f43bd71d7",
      "name": "Every hour",
      "type": "n8n-nodes-base.scheduleTrigger",
      "typeVersion": 1.2,
      "position": [
        240,
        300
      ]
    },
    {
      "parameters": {
        "url": "https://api.goldprice.dev/v1/spot/XAU-USD-SPOT",
        "authentication": "genericCredentialType",
        "genericAuthType": "httpHeaderAuth",
        "options": {
          "response": {
            "response": {
              "neverError": false,
              "responseFormat": "autodetect"
            }
          },
          "timeout": 5000
        }
      },
      "id": "6ff04b94-4bb7-4f95-8bee-6212fd4ef025",
      "name": "Get gold price",
      "type": "n8n-nodes-base.httpRequest",
      "typeVersion": 4.2,
      "position": [
        500,
        300
      ],
      "retryOnFail": true,
      "maxTries": 3,
      "waitBetweenTries": 2000,
      "onError": "continueErrorOutput"
    }
  ],
  "pinData": {},
  "connections": {
    "Every hour": {
      "main": [
        [
          {
            "node": "Get gold price",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  },
  "active": false,
  "settings": {
    "executionOrder": "v1"
  },
  "versionId": "f3fc5718-aae4-4f64-8655-e4bfe0a35694",
  "meta": {
    "templateCredsSetupCompleted": false
  },
  "tags": []
}
