{
  "name": "Export your daily Binance spot portfolio to Google Sheets",
  "nodes": [
    {
      "id": "68ff17d0-49e6-482a-897c-62ccc4164eff",
      "name": "Get Binance Account tokens",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        1424,
        288
      ]
    },
    {
      "id": "c261f31a-1f44-4b52-bac9-bed6202d29fd",
      "name": "Split Out tokens",
      "type": "n8n-nodes-base.splitOut",
      "position": [
        1632,
        288
      ]
    },
    {
      "id": "7ec5eac5-f2e2-4e60-9f19-c17618561142",
      "name": "Keep non null assets",
      "type": "n8n-nodes-base.filter",
      "position": [
        1840,
        288
      ]
    },
    {
      "id": "f3f771b7-751d-4b84-96f0-9fe0648ca313",
      "name": "Configure timestamp query for Binance API",
      "type": "n8n-nodes-base.set",
      "position": [
        976,
        288
      ]
    },
    {
      "id": "4407a935-7c1b-4c3f-b94f-1e5350fd1fa3",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        704,
        240
      ],
      "parameters": {
        "width": 208,
        "height": 208,
        "content": "**Configure keys here**"
      }
    },
    {
      "id": "d32886f6-b3b0-4ecb-8c33-3af4de1ea06c",
      "name": "Sticky Note1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        0,
        0
      ],
      "parameters": {
        "width": 496,
        "height": 640,
        "content": "## Daily Binance Portfolio Export to Google Sheets \n\n## What this workflow does                                                                                 \n  This workflow automatically exports y"
      }
    },
    {
      "id": "cef1423f-58da-47a9-be4f-1339269c0327",
      "name": "Everyday at midnight",
      "type": "n8n-nodes-base.scheduleTrigger",
      "position": [
        544,
        288
      ]
    },
    {
      "id": "cbbcbe0a-a417-44c9-a940-2dde466b3dcc",
      "name": "Crypto signature for Binance API",
      "type": "n8n-nodes-base.crypto",
      "position": [
        1200,
        288
      ]
    },
    {
      "id": "1e9e6663-435a-4566-a2f5-37c2dd013ba1",
      "name": "Sticky Note2",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        928,
        192
      ],
      "parameters": {
        "width": 640,
        "height": 304,
        "content": "## Binance - Get portfolio assets\nSet signature and make api call"
      }
    },
    {
      "id": "a7eae1f9-5efd-43ed-a3ab-322ebdddf6aa",
      "name": "Clear sheet completely",
      "type": "n8n-nodes-base.googleSheets",
      "position": [
        2048,
        288
      ]
    },
    {
      "id": "5a6fe2ca-ef71-4bf9-be6a-9418b79e86f9",
      "name": "Append assets list in sheet",
      "type": "n8n-nodes-base.googleSheets",
      "position": [
        2256,
        288
      ]
    },
    {
      "id": "bbf20b46-5938-4a17-a647-ccdc0c18e388",
      "name": "Sticky Note3",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        1792,
        192
      ],
      "parameters": {
        "width": 656,
        "height": 320,
        "content": "## Google Sheets Storage\nKeep and append only non-null values"
      }
    },
    {
      "id": "dfd9b1ce-aa0e-4698-98ec-1e4ebe51e827",
      "name": "Set API and Signature keys",
      "type": "n8n-nodes-base.set",
      "position": [
        752,
        288
      ]
    }
  ],
  "connections": {
    "Split Out tokens": {
      "main": [
        [
          {
            "node": "Keep non null assets",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Everyday at midnight": {
      "main": [
        [
          {
            "node": "Set API and Signature keys",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Keep non null assets": {
      "main": [
        [
          {
            "node": "Clear sheet completely",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Clear sheet completely": {
      "main": [
        [
          {
            "node": "Append assets list in sheet",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Get Binance Account tokens": {
      "main": [
        [
          {
            "node": "Split Out tokens",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Set API and Signature keys": {
      "main": [
        [
          {
            "node": "Configure timestamp query for Binance API",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Crypto signature for Binance API": {
      "main": [
        [
          {
            "node": "Get Binance Account tokens",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Configure timestamp query for Binance API": {
      "main": [
        [
          {
            "node": "Crypto signature for Binance API",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}