{
  "name": "Track top meme coin prices with Telegram Bot and CoinGecko API",
  "nodes": [
    {
      "id": "dff9220b-de43-48a4-9a5c-16c63d4abb7b",
      "name": "Telegram Trigger",
      "type": "n8n-nodes-base.telegramTrigger",
      "position": [
        220,
        40
      ]
    },
    {
      "id": "243cc624-5aec-4759-85c6-3fdd85b18c03",
      "name": "If /memecoin",
      "type": "n8n-nodes-base.if",
      "position": [
        440,
        40
      ]
    },
    {
      "id": "d107339d-d7fc-4258-85ad-099f50090848",
      "name": "Fetch Meme Coins",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        660,
        40
      ]
    },
    {
      "id": "32b5faa8-e15f-4a9f-a1aa-68f73f452e81",
      "name": "Format Message",
      "type": "n8n-nodes-base.function",
      "position": [
        880,
        40
      ]
    },
    {
      "id": "f2b74ea5-0092-43af-9b11-fb0d15a7a067",
      "name": "Send to Telegram",
      "type": "n8n-nodes-base.telegram",
      "position": [
        1100,
        40
      ]
    }
  ],
  "connections": {
    "If /memecoin": {
      "main": [
        [
          {
            "node": "Fetch Meme Coins",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Format Message": {
      "main": [
        [
          {
            "node": "Send to Telegram",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Fetch Meme Coins": {
      "main": [
        [
          {
            "node": "Format Message",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Telegram Trigger": {
      "main": [
        [
          {
            "node": "If /memecoin",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}