8
n8n 中文网amn8n.com

使用 NASDAQ 数据生成每日比特币链上指标 PDF 报告

中级

这是一个Crypto Trading, Multimodal AI领域的自动化工作流,包含 9 个节点。主要使用 Set, Code, HttpRequest, ManualTrigger 等节点。 使用 NASDAQ 数据生成每日比特币链上指标 PDF 报告

前置要求
  • 可能需要目标 API 的认证凭证
工作流预览
可视化展示节点连接关系,支持缩放和平移
导出工作流
复制以下 JSON 配置到 n8n 导入,即可使用此工作流
{
  "meta": {
    "instanceId": "76f564ce9e1f496ea6c3533f155d5217a31a74b1b62bea30c37742947aa7de7c",
    "templateCredsSetupCompleted": true
  },
  "nodes": [
    {
      "id": "8d555d4e-03ad-4950-b224-19c61dd6754c",
      "name": "当点击\"执行工作流\"时",
      "type": "n8n-nodes-base.manualTrigger",
      "position": [
        -1760,
        0
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "f69f79bf-78ea-4ff3-9893-26c8c602a3e7",
      "name": "便签",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -1520,
        -280
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    },
    {
      "id": "71ed1ac6-cc48-4f47-afbe-27efa9ca5b82",
      "name": "添加 API 密钥",
      "type": "n8n-nodes-base.set",
      "position": [
        -1380,
        0
      ],
      "parameters": {},
      "typeVersion": 3.4
    },
    {
      "id": "af1eb03e-b297-4f1d-9d72-65c4a69e7c58",
      "name": "从 Nasdaq Data Link 获取数据",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        -900,
        0
      ],
      "parameters": {},
      "typeVersion": 4.2
    },
    {
      "id": "34a4d77e-cbe7-4a58-acf6-0ce90f9bd2ff",
      "name": "格式化输出",
      "type": "n8n-nodes-base.code",
      "position": [
        -680,
        0
      ],
      "parameters": {},
      "typeVersion": 2
    },
    {
      "id": "cb81fc9b-74dc-4d29-b803-2fd38a112730",
      "name": "将所有项目合并到一个数组中",
      "type": "n8n-nodes-base.code",
      "position": [
        -440,
        0
      ],
      "parameters": {},
      "typeVersion": 2
    },
    {
      "id": "54703ce6-67e9-4cd4-bbe7-da9a44cfb971",
      "name": "从 APITemplate 获取、编辑和更新模板",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        40,
        0
      ],
      "parameters": {},
      "typeVersion": 4.2
    },
    {
      "id": "ee5b29b2-dc44-47ec-905e-6aab08f5554c",
      "name": "便签 1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -160,
        -320
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    },
    {
      "id": "c3221f27-4680-4da5-9c50-f8ffd40ad02c",
      "name": "下载 PDF 报告",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        520,
        0
      ],
      "parameters": {},
      "typeVersion": 4.2
    }
  ],
  "pinData": {},
  "connections": {
    "Add API Key": {
      "main": [
        [
          {
            "node": "Get Data From Nasdaq Data Link",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Format the Output": {
      "main": [
        [
          {
            "node": "Combine All Items Into One Array",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Get Data From Nasdaq Data Link": {
      "main": [
        [
          {
            "node": "Format the Output",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Combine All Items Into One Array": {
      "main": [
        [
          {
            "node": "Fetch, Edit and Update Template From APITemplate",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "When clicking ‘Execute workflow’": {
      "main": [
        [
          {
            "node": "Add API Key",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Fetch, Edit and Update Template From APITemplate": {
      "main": [
        [
          {
            "node": "Download PDF Report",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}
常见问题

如何使用这个工作流?

复制上方的 JSON 配置代码,在您的 n8n 实例中创建新工作流并选择「从 JSON 导入」,粘贴配置后根据需要修改凭证设置即可。

这个工作流适合什么场景?

中级 - 加密货币交易, 多模态 AI

需要付费吗?

本工作流完全免费,您可以直接导入使用。但请注意,工作流中使用的第三方服务(如 OpenAI API)可能需要您自行付费。

工作流信息
难度等级
中级
节点数量9
分类2
节点类型5
难度说明

适合有一定经验的用户,包含 6-15 个节点的中等复杂度工作流

外部链接
在 n8n.io 查看

分享此工作流