Financial & Accounting

Update Crypto Values

Update Crypto Values

Scheduled
Medium
8
Nodes
Scheduled
Trigger
Medium
Complexity
7/22/2025
Added

Workflow Overview

Total Nodes
8
Node Types
0

Workflow JSON

5.04 KB
{
  "id": "14",
  "name": "Update Crypto Values",
  "nodes": [
    {
      "name": "CoinGecko",
      "type": "n8n-nodes-base.coinGecko",
      "position": [
        670,
        400
      ],
      "parameters": {
        "coinId": "={{$json[\"fields\"][\"Symbol\"]}}",
        "options": {
          "market_data": true,
          "localization": false
        },
        "operation": "get"
      },
      "typeVersion": 1
    },
    {
      "name": "Get Portfolio",
      "type": "n8n-nodes-base.airtable",
      "position": [
        450,
        400
      ],
      "parameters": {
        "table": "Portfolio",
        "operation": "list",
        "application": "appT7eX4iZcZVRIdq",
        "additionalOptions": {
          "fields": [
            "Symbol"
          ]
        }
      },
      "credentials": {
        "airtableApi": "Airtable"
      },
      "typeVersion": 1
    },
    {
      "name": "Set",
      "type": "n8n-nodes-base.set",
      "position": [
        870,
        400
   ...

Showing first 1000 characters. Click "Expand" to view the full JSON.