CoinGecko 인기 코인
중급
이것은Crypto Trading, Miscellaneous, Multimodal AI분야의자동화 워크플로우로, 6개의 노드를 포함합니다.주로 Function, Telegram, HttpRequest, ManualTrigger, ScheduleTrigger 등의 노드를 사용하며. 에서CoinGecko자동推送热门加密货币업데이트로Telegram
사전 요구사항
- •Telegram Bot Token
- •대상 API의 인증 정보가 필요할 수 있음
워크플로우 미리보기
노드 연결 관계를 시각적으로 표시하며, 확대/축소 및 이동을 지원합니다
워크플로우 내보내기
다음 JSON 구성을 복사하여 n8n에 가져오면 이 워크플로우를 사용할 수 있습니다
{
"id": "Vdw4Tf8R4PjaKrhY",
"meta": {
"instanceId": "db60d439c83d53c32b922f047b39f4dfd87d30483d18b101da16c1b43157d254",
"templateCredsSetupCompleted": true
},
"name": "coingecko-trending-coins",
"tags": [
{
"id": "YMlfkDxBLu4w294M",
"name": "Social Media",
"createdAt": "2025-05-29T13:15:57.213Z",
"updatedAt": "2025-05-29T13:15:57.213Z"
},
{
"id": "xx3Xp0KGbSjwly9W",
"name": "TG",
"createdAt": "2025-06-03T13:18:11.584Z",
"updatedAt": "2025-06-03T13:18:11.584Z"
}
],
"nodes": [
{
"id": "68e021b1-94d0-4eec-ba61-5639634e0e57",
"name": "인기 코인 가져오기",
"type": "n8n-nodes-base.httpRequest",
"position": [
-48,
48
],
"parameters": {
"url": "https://api.coingecko.com/api/v3/search/trending",
"options": {}
},
"typeVersion": 1
},
{
"id": "c0d4528a-fbe8-4da1-81a9-a3f3d6777ea8",
"name": "메시지 포맷팅",
"type": "n8n-nodes-base.function",
"position": [
192,
48
],
"parameters": {
"functionCode": "const trending = items[0].json.coins;\nlet message = \"🔥 Trending Crypto Searches on CoinGecko:\\n\\n\";\n\ntrending.forEach((coin, index) => {\n const item = coin.item;\n const name = item.name;\n const symbol = item.symbol.toUpperCase();\n const marketCapRank = item.market_cap_rank || 'N/A';\n const price = item.data && item.data.price ? `$${item.data.price.toFixed(4)}` : 'N/A';\n\n message += `${index + 1}. ${name} (${symbol}) - Price: ${price} - Market Cap Rank: ${marketCapRank}\\n`;\n});\n\nreturn [{ json: { message } }];\n"
},
"typeVersion": 1
},
{
"id": "7165e409-6d78-4b1e-b8ea-27f5554ec021",
"name": "Telegram 메시지 전송",
"type": "n8n-nodes-base.telegram",
"position": [
416,
48
],
"webhookId": "08c9ac49-d2f0-4dee-bb0b-da445d3aa9a7",
"parameters": {
"text": "={{$json[\"message\"]}}",
"chatId": "<CHAT-ID>",
"additionalFields": {}
},
"credentials": {
"telegramApi": {
"id": "VpqUd2VckywG6ivm",
"name": "TG-CC-Cryptofind"
}
},
"typeVersion": 1
},
{
"id": "156b6ef3-dd60-4c21-8d0c-a981c975f9d2",
"name": "'워크플로 실행' 클릭 시",
"type": "n8n-nodes-base.manualTrigger",
"position": [
-256,
144
],
"parameters": {},
"typeVersion": 1
},
{
"id": "ff49644d-78c9-483a-9f6d-9b8f44d7697c",
"name": "스티커 메모",
"type": "n8n-nodes-base.stickyNote",
"position": [
-720,
-288
],
"parameters": {
"width": 416,
"height": 908,
"content": "**This workflow fetches the latest trending cryptocurrency searches from CoinGecko and automatically sends them to your Telegram group/channel.**\n\n\n✅ No account or API key required\n✅ Uses CoinGecko’s free public API\n✅ Sends formatted daily updates to Telegram\n✅ Easy to customize schedule with a Cron node\n\nPerfect for community managers, traders, or anyone who wants to keep their Telegram group updated with the hottest crypto trends.\n\n# How it works\n\n\n- Manual Trigger (for testing) & Schedule Trigger (runs automatically at set times)\n\n- Uses CoinGecko API https://api.coingecko.com/api/v3/search/trending\n\n- Extracts coin name, symbol, price (if available), and market cap rank\n\n- Formats into a readable Telegram message & \nsends the message to your configured group/channel\n\n# How to use\n\n - Import the workflow: Download the JSON file and import it into your n8n instance.\n\n- Connect your Telegram account: Add Telegram credentials in n8n using your Bot Token.\n\n- Replace the placeholder Telegram Chat ID (chatId) with your group/channel ID.\n\n- Adjust schedule (optional): By default, the workflow runs at 8:30 AM and 8:30 PM IST. You can change this in the Schedule Trigger node.\n\n- Activate the workflow: Once configured, activate it, and your Telegram group will start receiving daily trending coin updates.\n\n# Requirements\n\n- An n8n instance (self-hosted or cloud)\n\n- A Telegram Bot Token (create via BotFather)\n\n- Telegram Group or Channel ID where messages should be sent\n"
},
"typeVersion": 1
},
{
"id": "fe43a733-c51a-4dd4-96e3-b67a96aceb12",
"name": "IST 오전/오후 8:30",
"type": "n8n-nodes-base.scheduleTrigger",
"position": [
-256,
-64
],
"parameters": {
"rule": {
"interval": [
{
"triggerAtHour": 20,
"triggerAtMinute": 30
},
{
"triggerAtHour": 8,
"triggerAtMinute": 30
}
]
}
},
"typeVersion": 1.2
}
],
"active": false,
"pinData": {},
"settings": {
"timezone": "Asia/Kolkata",
"callerPolicy": "workflowsFromSameOwner",
"executionOrder": "v1"
},
"versionId": "ff2882ce-33d1-4862-a61a-2d65863a96f6",
"connections": {
"68e021b1-94d0-4eec-ba61-5639634e0e57": {
"main": [
[
{
"node": "c0d4528a-fbe8-4da1-81a9-a3f3d6777ea8",
"type": "main",
"index": 0
}
]
]
},
"fe43a733-c51a-4dd4-96e3-b67a96aceb12": {
"main": [
[
{
"node": "68e021b1-94d0-4eec-ba61-5639634e0e57",
"type": "main",
"index": 0
}
]
]
},
"c0d4528a-fbe8-4da1-81a9-a3f3d6777ea8": {
"main": [
[
{
"node": "7165e409-6d78-4b1e-b8ea-27f5554ec021",
"type": "main",
"index": 0
}
]
]
},
"156b6ef3-dd60-4c21-8d0c-a981c975f9d2": {
"main": [
[
{
"node": "68e021b1-94d0-4eec-ba61-5639634e0e57",
"type": "main",
"index": 0
}
]
]
}
}
}자주 묻는 질문
이 워크플로우를 어떻게 사용하나요?
위의 JSON 구성 코드를 복사하여 n8n 인스턴스에서 새 워크플로우를 생성하고 "JSON에서 가져오기"를 선택한 후, 구성을 붙여넣고 필요에 따라 인증 설정을 수정하세요.
이 워크플로우는 어떤 시나리오에 적합한가요?
중급 - 암호화폐 거래, 기타, 멀티모달 AI
유료인가요?
이 워크플로우는 완전히 무료이며 직접 가져와 사용할 수 있습니다. 다만, 워크플로우에서 사용하는 타사 서비스(예: OpenAI API)는 사용자 직접 비용을 지불해야 할 수 있습니다.
관련 워크플로우 추천
비트코인 및 이더리움加密通貨 하락 경고 (Telegram, Slack, SMS)
Telegram, Slack 및 SMS를 통해 비트코인과 이더리움 암호화폐 하락 경고 전송
If
Code
Slack
+
If
Code
Slack
8 노드David Olusola
암호화폐 거래
자동화된 B2B 리드 생성: Google Places, Scrape.do 및 AI 데이터 강화
자동화된 B2B 잠재 고객 생성: Google Places, Scrape.do 및 AI 데이터 강화
If
Set
Html
+
If
Set
Html
19 노드Onur
기타
Uniswap V3 범위 트레이더 (두 번째 버전)
Uniswap V3, Telegram 알림 및 MetaMask 위임을 사용한 자동화된 레인지 트레이딩
If
Code
Switch
+
If
Code
Switch
41 노드1Shot API
기타
加密通貨 시장 분석 및 Chart-img, BrowserAI, GPT洞察을 Telegram으로 전송
Chart-img, BrowserAI, GPT洞察을 사용한 암호화폐 시장 분석을 Telegram으로 전송
Code
Wait
Merge
+
Code
Wait
Merge
34 노드Alex Gurinovich
기타
加密通貨 RSI 경고 시스템 및 EODHD, Telegram, TradingView 차트
EODHD, Telegram 및 TradingView 차트와 통합된 암호화폐 RSI 경고 시스템
If
Set
Code
+
If
Set
Code
15 노드Kevin
암호화폐 거래
매일 MLB 투수 vs 타자 대결 분석 (Google Sheets + Telegram)
Google Sheets와 Telegram을 사용한 매일 MLB 투수対 타자 대결 분석
Code
Telegram
Http Request
+
Code
Telegram
Http Request
14 노드TheStock
기타