8
n8n 한국어amn8n.com

Telegram 트랜젝션 지갑 블랙리스트 체커

중급

이것은Finance, IT Ops분야의자동화 워크플로우로, 7개의 노드를 포함합니다.주로 If, Code, Telegram, HttpRequest, TelegramTrigger 등의 노드를 사용하며. Telegram을 통해 트론 지갑 USDT 표적 명단 상태 확인

사전 요구사항
  • Telegram Bot Token
  • 대상 API의 인증 정보가 필요할 수 있음

카테고리

워크플로우 미리보기
노드 연결 관계를 시각적으로 표시하며, 확대/축소 및 이동을 지원합니다
워크플로우 내보내기
다음 JSON 구성을 복사하여 n8n에 가져오면 이 워크플로우를 사용할 수 있습니다
{
  "id": "RMxcTgpFGpE3RdLZ",
  "meta": {
    "instanceId": "1a1a56e303d37d31a273d2dd1d2c6ab5d45185370759d2a4763eabe48f3be2df",
    "templateCredsSetupCompleted": true
  },
  "name": "Telegram Tron Wallet Blacklist Checker",
  "tags": [],
  "nodes": [
    {
      "id": "fbd55c61-91ad-43e7-aa89-c30d14fc3b92",
      "name": "Telegram 트리거",
      "type": "n8n-nodes-base.telegramTrigger",
      "position": [
        -240,
        -40
      ],
      "webhookId": "b384e76e-5f33-452c-b4eb-13a8d5fc377e",
      "parameters": {
        "updates": [
          "message"
        ],
        "additionalFields": {}
      },
      "credentials": {
        "telegramApi": {
          "id": "utGUX9B8SmbwjN5s",
          "name": "Telegram account"
        }
      },
      "typeVersion": 1
    },
    {
      "id": "f7b2d70e-9a5c-4a31-b445-68e9a37cfdb3",
      "name": "Telegram 메시지 전송",
      "type": "n8n-nodes-base.telegram",
      "position": [
        1160,
        -60
      ],
      "webhookId": "4148b55e-c227-491c-8a3a-f9579c604cc3",
      "parameters": {
        "text": "={{ $json.text }}",
        "chatId": "={{ $('Telegram Trigger').item.json.message.from.id }}",
        "additionalFields": {
          "reply_to_message_id": "={{ $('Telegram Trigger').item.json.message.message_id }}"
        }
      },
      "credentials": {
        "telegramApi": {
          "id": "utGUX9B8SmbwjN5s",
          "name": "Telegram account"
        }
      },
      "typeVersion": 1
    },
    {
      "id": "2ed30255-373c-485b-bffe-ab3682ddb3b8",
      "name": "월렛 주소 형식 확인",
      "type": "n8n-nodes-base.if",
      "position": [
        60,
        -40
      ],
      "parameters": {
        "options": {},
        "conditions": {
          "options": {
            "version": 2,
            "leftValue": "",
            "caseSensitive": true,
            "typeValidation": "strict"
          },
          "combinator": "and",
          "conditions": [
            {
              "id": "bc914e89-d74c-479e-9246-f028a9efe2bc",
              "operator": {
                "type": "string",
                "operation": "regex"
              },
              "leftValue": "={{ $json.message.text }}",
              "rightValue": "T[A-Za-z1-9]{33}"
            }
          ]
        }
      },
      "typeVersion": 2.2
    },
    {
      "id": "8a05f33e-71bd-4053-b182-baf721a3a650",
      "name": "Tron BlackList Stable Token Api 요청",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        380,
        -60
      ],
      "parameters": {
        "url": "=https://apilist.tronscanapi.com/api/stableCoin/blackList?blackAddress={{ $json.message.text }}",
        "options": {}
      },
      "typeVersion": 1
    },
    {
      "id": "f4e89604-4721-45b9-a7e6-57d0d1e77a10",
      "name": "Api 응답 확인",
      "type": "n8n-nodes-base.code",
      "position": [
        760,
        -60
      ],
      "parameters": {
        "jsCode": "const response = items[0].json;\nlet message;\n\nif (response.total && response.total > 0) {\n  message = `🚨🛑 **This Wallet is Blacklisted!** 🛑🚨: ${response.data[0].blackAddress}`;\n} else {\n  message = `✅💚 **This Wallet is NOT Blacklisted!** 💚✅.`;\n}\n\nreturn [\n  {\n    json: {\n      text: message,\n    },\n  },\n];"
      },
      "typeVersion": 2
    },
    {
      "id": "71e16929-f5f8-4d71-8fa0-d5230e4e7b5a",
      "name": "에러 메시지 설정 (월렛 주소 형식)",
      "type": "n8n-nodes-base.code",
      "position": [
        600,
        320
      ],
      "parameters": {
        "jsCode": "return [\n  {\n    json: {\n      text: 'Please enter your wallet address correctly and completely.',\n    },\n  },\n];"
      },
      "typeVersion": 2
    },
    {
      "id": "34835c57-19bf-49c2-935c-74deb0c5c3f0",
      "name": "스티키 노트",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -340,
        -200
      ],
      "parameters": {
        "color": 4,
        "width": 1760,
        "height": 700,
        "content": "## TRON USDT Blacklist Checker\n**This template checks USDT wallets on the TRON blockchain and queries whether they have been blacklisted.**"
      },
      "typeVersion": 1
    }
  ],
  "active": true,
  "pinData": {},
  "settings": {
    "executionOrder": "v1"
  },
  "versionId": "0595cea0-5444-42aa-a988-5169f29b85b2",
  "connections": {
    "fbd55c61-91ad-43e7-aa89-c30d14fc3b92": {
      "main": [
        [
          {
            "node": "2ed30255-373c-485b-bffe-ab3682ddb3b8",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "f4e89604-4721-45b9-a7e6-57d0d1e77a10": {
      "main": [
        [
          {
            "node": "f7b2d70e-9a5c-4a31-b445-68e9a37cfdb3",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "2ed30255-373c-485b-bffe-ab3682ddb3b8": {
      "main": [
        [
          {
            "node": "8a05f33e-71bd-4053-b182-baf721a3a650",
            "type": "main",
            "index": 0
          }
        ],
        [
          {
            "node": "71e16929-f5f8-4d71-8fa0-d5230e4e7b5a",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "8a05f33e-71bd-4053-b182-baf721a3a650": {
      "main": [
        [
          {
            "node": "f4e89604-4721-45b9-a7e6-57d0d1e77a10",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "71e16929-f5f8-4d71-8fa0-d5230e4e7b5a": {
      "main": [
        [
          {
            "node": "f7b2d70e-9a5c-4a31-b445-68e9a37cfdb3",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  },
  "description": "This n8n workflow template allows users to check if a Tron wallet address is blacklisted on the USDT contract via a Telegram bot. When a user sends the command {walletAddress} through the Telegram bot, the workflow queries the Tronscan API to determine if the provided wallet address is blacklisted. The result is then sent back to the user via the Telegram bot."
}
자주 묻는 질문

이 워크플로우를 어떻게 사용하나요?

위의 JSON 구성 코드를 복사하여 n8n 인스턴스에서 새 워크플로우를 생성하고 "JSON에서 가져오기"를 선택한 후, 구성을 붙여넣고 필요에 따라 인증 설정을 수정하세요.

이 워크플로우는 어떤 시나리오에 적합한가요?

중급 - 금융, IT 운영

유료인가요?

이 워크플로우는 완전히 무료이며 직접 가져와 사용할 수 있습니다. 다만, 워크플로우에서 사용하는 타사 서비스(예: OpenAI API)는 사용자 직접 비용을 지불해야 할 수 있습니다.

워크플로우 정보
난이도
중급
노드 수7
카테고리2
노드 유형6
난이도 설명

일정 경험을 가진 사용자를 위한 6-15개 노드의 중간 복잡도 워크플로우

저자
FORK SOFTWARE TECHNOLOGIES INC.

FORK SOFTWARE TECHNOLOGIES INC.

@fork

Blockchain and Web3 Consulting: NFT and STO development, Enterprise Blockchain solutions, Smart Contract development and auditing, DApp development. Custom Software Development: Tailored solutions to streamline your business processes. Web Development and UI/UX Design: Creating user-friendly, functional, and aesthetically pleasing websites. QA & Software Testing: Delivering flawless, high-performance software solutions. Empower your crypto projects with ICO and secure MLM software services!

외부 링크
n8n.io에서 보기

이 워크플로우 공유

카테고리

카테고리: 34