This workflow corresponds to n8n.io template #4244 — we link there as the canonical source.
This workflow follows the Gmail → HTTP Request recipe pattern — see all workflows that pair these two integrations.
The workflow JSON
Copy or download the full n8n JSON below. Paste it into a new n8n workflow, add your credentials, activate. Full import guide →
{
"id": "BCsdsLGIUUBMHe9e",
"meta": {
"templateCredsSetupCompleted": true
},
"name": "Get OHLC BTC, ETH, SOL, BNB With Gecko Coin and Send",
"tags": [],
"nodes": [
{
"id": "5fbff26f-1a80-4d23-aa3e-52e92648ad6d",
"name": "Get BITCOIN OHLC",
"type": "n8n-nodes-base.httpRequest",
"position": [
3100,
-260
],
"parameters": {},
"typeVersion": 1
},
{
"id": "1bf83dc0-5a66-4e05-a2bd-6ec968e73d7e",
"name": "Get ETHEREUM OHLC",
"type": "n8n-nodes-base.httpRequest",
"position": [
3100,
-60
],
"parameters": {},
"typeVersion": 1
},
{
"id": "082ba217-80f2-4e2a-862d-d2fcad68119f",
"name": "Get SOLANA OHLC",
"type": "n8n-nodes-base.httpRequest",
"position": [
3100,
160
],
"parameters": {},
"typeVersion": 1
},
{
"id": "51ee63be-8a58-42af-9226-3a858cbc06b9",
"name": "Get BINANCECOIN OHLC",
"type": "n8n-nodes-base.httpRequest",
"position": [
3100,
360
],
"parameters": {},
"typeVersion": 1
},
{
"id": "4bde5098-8f2b-4fa2-a05f-9d3714e8826e",
"name": "Send Gmail",
"type": "n8n-nodes-base.gmail",
"position": [
3740,
700
],
"parameters": {},
"typeVersion": 1
},
{
"id": "ac30db80-f5c5-43bb-afae-4d8017cc363d",
"name": "Merge 1 (BTC + ETH)",
"type": "n8n-nodes-base.merge",
"position": [
3760,
-80
],
"parameters": {},
"typeVersion": 1
},
{
"id": "c978a6f1-f09d-4c1c-a6d0-3fc48c621f50",
"name": "Merge 2 (+SOL)",
"type": "n8n-nodes-base.merge",
"position": [
3760,
140
],
"parameters": {},
"typeVersion": 1
},
{
"id": "0b5ee2b8-4fa6-4781-934b-ec163765d8eb",
"name": "Merge 3 (+BNB)",
"type": "n8n-nodes-base.merge",
"position": [
3760,
340
],
"parameters": {},
"typeVersion": 1
},
{
"id": "ebd6c9ed-d137-4dbd-9fcc-c1f2d2d8b4b0",
"name": "Schedule",
"type": "n8n-nodes-base.scheduleTrigger",
"position": [
2820,
60
],
"parameters": {},
"typeVersion": 1
},
{
"id": "eca1ff26-0e85-45c3-b85a-babfe3b63fdf",
"name": "Sticky Note1",
"type": "n8n-nodes-base.stickyNote",
"position": [
3020,
-520
],
"parameters": {
"content": ""
},
"typeVersion": 1
},
{
"id": "2ffe41ee-ab7c-47e4-8d48-754f3440eaef",
"name": "Sticky Note",
"type": "n8n-nodes-base.stickyNote",
"position": [
3300,
-520
],
"parameters": {
"content": ""
},
"typeVersion": 1
},
{
"id": "f33d4edb-8fa4-4812-80f0-eef1f089c76f",
"name": "Sticky Note2",
"type": "n8n-nodes-base.stickyNote",
"position": [
3580,
-520
],
"parameters": {
"content": ""
},
"typeVersion": 1
},
{
"id": "5ad5ca29-9830-4635-b889-1f932e881ed3",
"name": "Sticky Note3",
"type": "n8n-nodes-base.stickyNote",
"position": [
3580,
540
],
"parameters": {
"content": ""
},
"typeVersion": 1
},
{
"id": "3c3dfcb6-25ef-4bf8-912a-4f87828977c0",
"name": "Sticky Note4",
"type": "n8n-nodes-base.stickyNote",
"position": [
2740,
-520
],
"parameters": {
"content": ""
},
"typeVersion": 1
},
{
"id": "eaf6adfe-c862-4f63-88d0-595bc69ab754",
"name": "Sticky Note10",
"type": "n8n-nodes-base.stickyNote",
"position": [
2500,
-520
],
"parameters": {
"content": ""
},
"typeVersion": 1
},
{
"id": "d1aeaced-bd53-4ddf-9ffc-5ed2e01cd1d8",
"name": "Sticky Note5",
"type": "n8n-nodes-base.stickyNote",
"position": [
2500,
920
],
"parameters": {
"content": ""
},
"typeVersion": 1
},
{
"id": "0a9d6e86-4636-4294-b21c-5d5f7c2895e2",
"name": "Format BTC",
"type": "n8n-nodes-base.code",
"position": [
3400,
-260
],
"parameters": {},
"typeVersion": 2
},
{
"id": "a1721b1d-9945-4f55-945a-b6b0a2db3024",
"name": "Format ETH",
"type": "n8n-nodes-base.code",
"position": [
3400,
-60
],
"parameters": {},
"typeVersion": 2
},
{
"id": "92f9c8f7-3667-4f1a-984e-a8ce4375f1fb",
"name": "Format SOL",
"type": "n8n-nodes-base.code",
"position": [
3400,
160
],
"parameters": {},
"typeVersion": 2
},
{
"id": "4b262821-0f31-429c-8fc5-3319cf222375",
"name": "Format BNB",
"type": "n8n-nodes-base.code",
"position": [
3400,
360
],
"parameters": {},
"typeVersion": 2
},
{
"id": "8a2d7d17-47f7-46d7-b968-91b80a38c5a5",
"name": "Combine All Coins",
"type": "n8n-nodes-base.code",
"position": [
3400,
700
],
"parameters": {},
"typeVersion": 2
}
],
"active": false,
"settings": {
"executionOrder": "v1"
},
"versionId": "116460e7-364d-4ec4-90b9-0235f13c4021",
"connections": {
"Schedule": {
"main": [
[
{
"node": "Get BITCOIN OHLC",
"type": "main",
"index": 0
},
{
"node": "Get ETHEREUM OHLC",
"type": "main",
"index": 0
},
{
"node": "Get SOLANA OHLC",
"type": "main",
"index": 0
},
{
"node": "Get BINANCECOIN OHLC",
"type": "main",
"index": 0
}
]
]
},
"Format BNB": {
"main": [
[
{
"node": "Merge 3 (+BNB)",
"type": "main",
"index": 1
}
]
]
},
"Format BTC": {
"main": [
[
{
"node": "Merge 1 (BTC + ETH)",
"type": "main",
"index": 0
}
]
]
},
"Format ETH": {
"main": [
[
{
"node": "Merge 1 (BTC + ETH)",
"type": "main",
"index": 1
}
]
]
},
"Format SOL": {
"main": [
[
{
"node": "Merge 2 (+SOL)",
"type": "main",
"index": 1
}
]
]
},
"Merge 2 (+SOL)": {
"main": [
[
{
"node": "Merge 3 (+BNB)",
"type": "main",
"index": 0
}
]
]
},
"Merge 3 (+BNB)": {
"main": [
[
{
"node": "Combine All Coins",
"type": "main",
"index": 0
}
]
]
},
"Get SOLANA OHLC": {
"main": [
[
{
"node": "Format SOL",
"type": "main",
"index": 0
}
]
]
},
"Get BITCOIN OHLC": {
"main": [
[
{
"node": "Format BTC",
"type": "main",
"index": 0
}
]
]
},
"Combine All Coins": {
"main": [
[
{
"node": "Send Gmail",
"type": "main",
"index": 0
}
]
]
},
"Get ETHEREUM OHLC": {
"main": [
[
{
"node": "Format ETH",
"type": "main",
"index": 0
}
]
]
},
"Merge 1 (BTC + ETH)": {
"main": [
[
{
"node": "Merge 2 (+SOL)",
"type": "main",
"index": 0
}
]
]
},
"Get BINANCECOIN OHLC": {
"main": [
[
{
"node": "Format BNB",
"type": "main",
"index": 0
}
]
]
}
}
}
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
This workflow is intended for Traders for trading, Crypto Investors, Professionals in Web 3, Web 3 Developers, Crypto Marketers, Web 3 Programmers, especially in the world of Crypto Currency, Blockchain, and all professionals working in the world of Web 3, including agencies or…
Source: https://n8n.io/workflows/4244/ — original creator credit. Request a take-down →
Related workflows
Workflows that share integrations, category, or trigger type with this one. All free to copy and import.
Relatórios aos Laboratórios. Uses httpRequest, gmail, formTrigger. Scheduled trigger; 54 nodes.
YOUR_ID 4. Uses gmail, googleDrive, googleSheets, httpRequest. Scheduled trigger; 53 nodes.
14310 Send Overdue Invoice Payment Reminders With Ifirma Gmail Postgrid And Slack. Uses httpRequest, stopAndError, slack, gmail. Scheduled trigger; 53 nodes.
Addendo — Blog Automatico Don Jacinto Nahual. Uses httpRequest, redis, github, gmail. Scheduled trigger; 51 nodes.
Addendo — Blog Automatico Don Jacinto Nahual. Uses httpRequest, redis, github, gmail. Scheduled trigger; 51 nodes.