forked from sourcegraph/checkup
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtest.json
91 lines (91 loc) · 2.98 KB
/
test.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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
{
"checkers": [
{
"type": "ethledger",
"endpoint_url": "https://api.ledger.cybavo.com:10443",
"endpoint_name": "eth-ledger",
"blockHeightBehind": 20,
"apiKey": "NW32QHSHKP5696M4TN3TAMIFRRYGRJ64H1",
"myAPICode": "CBO-B47B-72779543DA6B",
"mySecretKey": "2418F9C8-96A2-41E6-9672-435F8A3A9015",
"sigHeader": "X-Cybavo-Apisig"
},
{
"type": "btcledger",
"endpoint_url": "https://api.ledger.cybavo.com:10443",
"endpoint_name": "btc-ledger",
"blockHeightBehind": 2,
"refer_url": "https://blockchain.info/q/getblockcount",
"coin": "btc",
"myAPICode": "CBO-B47B-72779543DA6B",
"mySecretKey": "2418F9C8-96A2-41E6-9672-435F8A3A9015",
"sigHeader": "X-Cybavo-Apisig"
},
{
"type": "btcledger",
"endpoint_url": "https://api.ledger.cybavo.com:10443",
"endpoint_name": "ltc-ledger",
"blockHeightBehind": 2,
"refer_url": "https://chain.so/api/v2/get_info/LTC",
"coin": "ltc",
"myAPICode": "CBO-B47B-72779543DA6B",
"mySecretKey": "2418F9C8-96A2-41E6-9672-435F8A3A9015",
"sigHeader": "X-Cybavo-Apisig"
},
{
"type": "btcledger",
"endpoint_url": "https://api.ledger.cybavo.com:10443",
"endpoint_name": "bch-ledger",
"blockHeightBehind": 2,
"refer_url": "http://www.tokenview.com:8088/coin/latest/BCH",
"coin": "bch",
"myAPICode": "CBO-B47B-72779543DA6B",
"mySecretKey": "2418F9C8-96A2-41E6-9672-435F8A3A9015",
"sigHeader": "X-Cybavo-Apisig"
},
{
"type": "eosledger",
"endpoint_url": "https://api.ledger.cybavo.com:10443",
"endpoint_name": "eos-ledger",
"blockHeightBehind": 3600,
"myAPICode": "CBO-B47B-72779543DA6B",
"mySecretKey": "2418F9C8-96A2-41E6-9672-435F8A3A9015",
"sigHeader": "X-Cybavo-Apisig"
},
{
"type": "tronledger",
"endpoint_url": "https://api.ledger.cybavo.com:10443",
"endpoint_name": "tron-ledger",
"blockHeightBehind": 3600,
"refer_url": "https://api.trongrid.io/wallet/getnowblock",
"myAPICode": "CBO-B47B-72779543DA6B",
"mySecretKey": "2418F9C8-96A2-41E6-9672-435F8A3A9015",
"sigHeader": "X-Cybavo-Apisig"
},
{
"type": "bncledger",
"endpoint_url": "https://api.ledger.cybavo.com:10443",
"endpoint_name": "bnc-ledger",
"blockHeightBehind": 3600,
"refer_url": "https://dex.binance.org/api/v1/node-info",
"myAPICode": "CBO-B47B-72779543DA6B",
"mySecretKey": "2418F9C8-96A2-41E6-9672-435F8A3A9015",
"sigHeader": "X-Cybavo-Apisig"
},
{
"type": "xrpledger",
"endpoint_url": "https://api.ledger.cybavo.com:10443",
"endpoint_name": "xrp-ledger",
"blockHeightBehind": 100,
"refer_url": "https://data.ripple.com/v2/ledgers",
"myAPICode": "CBO-B47B-72779543DA6B",
"mySecretKey": "2418F9C8-96A2-41E6-9672-435F8A3A9015",
"sigHeader": "X-Cybavo-Apisig"
}
],
"notifier": {
"name": "telegram",
"token": "636168812:AAG5mTctqqu6kCH01r9a_oiCvmvKrmbtyqI",
"groupId": -1001205117642
}
}