generated from alexk111/node-red-node-typescript-starter
-
-
Notifications
You must be signed in to change notification settings - Fork 5
/
kraken-getting-balance.json
61 lines (61 loc) · 1.1 KB
/
kraken-getting-balance.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
[
{
"id": "d168c1a1.802de",
"type": "kraken-api",
"z": "1cb4cf41.7bd001",
"client": "",
"method": "private/Balance",
"name": "",
"x": 500,
"y": 500,
"wires": [["9b389f16.2ace9"]]
},
{
"id": "c0b355f5.c5cd18",
"type": "inject",
"z": "1cb4cf41.7bd001",
"name": "Get Balance",
"props": [
{
"p": "payload"
}
],
"repeat": "",
"crontab": "",
"once": false,
"onceDelay": 0.1,
"topic": "",
"payload": "{}",
"payloadType": "json",
"x": 310,
"y": 500,
"wires": [["d168c1a1.802de"]]
},
{
"id": "9b389f16.2ace9",
"type": "debug",
"z": "1cb4cf41.7bd001",
"name": "Balance Data",
"active": true,
"tosidebar": true,
"console": false,
"tostatus": false,
"complete": "payload",
"targetType": "msg",
"statusVal": "",
"statusType": "auto",
"x": 700,
"y": 500,
"wires": []
},
{
"id": "562a4eb1.d7183",
"type": "comment",
"z": "1cb4cf41.7bd001",
"name": "Getting Balance",
"info": "",
"x": 320,
"y": 440,
"wires": []
}
]