glassnode 0.0.1 → 0.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/rest/v1/addresses.rb +39 -39
- data/lib/rest/v1/assets.rb +1 -1
- data/lib/rest/v1/blockchain.rb +18 -18
- data/lib/rest/v1/defi.rb +1 -1
- data/lib/rest/v1/derivatives.rb +39 -39
- data/lib/rest/v1/distribution.rb +15 -15
- data/lib/rest/v1/entities.rb +18 -18
- data/lib/rest/v1/eth2.rb +8 -8
- data/lib/rest/v1/fees.rb +16 -16
- data/lib/rest/v1/indicators.rb +99 -99
- data/lib/rest/v1/institutions.rb +32 -32
- data/lib/rest/v1/lightning.rb +10 -10
- data/lib/rest/v1/market.rb +15 -15
- data/lib/rest/v1/mempool.rb +10 -10
- data/lib/rest/v1/mining.rb +10 -10
- data/lib/rest/v1/protocols.rb +3 -3
- data/lib/rest/v1/supply.rb +48 -48
- data/lib/rest/v1/transactions.rb +53 -53
- data/lib/rest/v2/endpoints.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 9b477a2fc2a90ef43a120fd53f7d86c6661a351869457179414e9befa206b83c
|
4
|
+
data.tar.gz: c85fd0ea65961dbdb199f739bb21ccb32c10fc46fb3ecebfd53b8c94b269e230
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1ff7a772193bb56f40e511da22eed6e71b058dfeae9132e5c2903442bc8cf685f515344a733b1cab62829fb0f69e44b9494e1fde8834f89142173711edae7f99
|
7
|
+
data.tar.gz: e6fe8c10d436bab520edb002462e93885f7d416f7078101963bb5e08757f2ec17d35150fdfe990273f6332742b5e9f7a170a0144fd950b9eab8d144efdd8b8c6
|
data/lib/rest/v1/addresses.rb
CHANGED
@@ -6,7 +6,7 @@ module Glassnode
|
|
6
6
|
# a: asset symbol
|
7
7
|
# c: ["NATIVE"]
|
8
8
|
# i: ["10m", "1h", "24h", "1w", "1month"]
|
9
|
-
def
|
9
|
+
def addresses_sending_to_exchanges_count(params={})
|
10
10
|
authenticated_get("metrics/addresses/sending_to_exchanges_count", params: params).body
|
11
11
|
end
|
12
12
|
|
@@ -15,7 +15,7 @@ module Glassnode
|
|
15
15
|
# a: asset symbol
|
16
16
|
# c: ["NATIVE"]
|
17
17
|
# i: ["10m", "1h", "24h", "1w", "1month"]
|
18
|
-
def
|
18
|
+
def addresses_receiving_from_exchanges_count(params={})
|
19
19
|
authenticated_get("metrics/addresses/receiving_from_exchanges_count", params: params).body
|
20
20
|
end
|
21
21
|
|
@@ -24,7 +24,7 @@ module Glassnode
|
|
24
24
|
# a: asset symbol
|
25
25
|
# c: ["NATIVE"]
|
26
26
|
# i: ["1h", "24h", "10m", "1w", "1month"]
|
27
|
-
def
|
27
|
+
def addresses_count(params={})
|
28
28
|
authenticated_get("metrics/addresses/count", params: params).body
|
29
29
|
end
|
30
30
|
|
@@ -33,7 +33,7 @@ module Glassnode
|
|
33
33
|
# a: asset symbol
|
34
34
|
# c: ["NATIVE"]
|
35
35
|
# i: ["1h", "24h", "10m", "1w", "1month"]
|
36
|
-
def
|
36
|
+
def addresses_sending_count(params={})
|
37
37
|
authenticated_get("metrics/addresses/sending_count", params: params).body
|
38
38
|
end
|
39
39
|
|
@@ -42,7 +42,7 @@ module Glassnode
|
|
42
42
|
# a: asset symbol
|
43
43
|
# c: ["NATIVE"]
|
44
44
|
# i: ["1h", "24h", "10m", "1w", "1month"]
|
45
|
-
def
|
45
|
+
def addresses_receiving_count(params={})
|
46
46
|
authenticated_get("metrics/addresses/receiving_count", params: params).body
|
47
47
|
end
|
48
48
|
|
@@ -51,7 +51,7 @@ module Glassnode
|
|
51
51
|
# a: asset symbol
|
52
52
|
# c: ["NATIVE"]
|
53
53
|
# i: ["1h", "24h", "10m", "1w", "1month"]
|
54
|
-
def
|
54
|
+
def addresses_active_count(params={})
|
55
55
|
authenticated_get("metrics/addresses/active_count", params: params).body
|
56
56
|
end
|
57
57
|
|
@@ -60,7 +60,7 @@ module Glassnode
|
|
60
60
|
# a: asset symbol
|
61
61
|
# c: ["NATIVE"]
|
62
62
|
# i: ["1h", "24h", "10m", "1w", "1month"]
|
63
|
-
def
|
63
|
+
def addresses_new_non_zero_count(params={})
|
64
64
|
authenticated_get("metrics/addresses/new_non_zero_count", params: params).body
|
65
65
|
end
|
66
66
|
|
@@ -69,7 +69,7 @@ module Glassnode
|
|
69
69
|
# a: asset symbol
|
70
70
|
# c: ["NATIVE"]
|
71
71
|
# i: ["24h"]
|
72
|
-
def
|
72
|
+
def addresses_accumulation_count(params={})
|
73
73
|
authenticated_get("metrics/addresses/accumulation_count", params: params).body
|
74
74
|
end
|
75
75
|
|
@@ -78,7 +78,7 @@ module Glassnode
|
|
78
78
|
# a: asset symbol
|
79
79
|
# c: ["NATIVE", "USD"]
|
80
80
|
# i: ["24h"]
|
81
|
-
def
|
81
|
+
def addresses_accumulation_balance(params={})
|
82
82
|
authenticated_get("metrics/addresses/accumulation_balance", params: params).body
|
83
83
|
end
|
84
84
|
|
@@ -87,7 +87,7 @@ module Glassnode
|
|
87
87
|
# a: asset symbol
|
88
88
|
# c: ["NATIVE"]
|
89
89
|
# i: ["1h", "24h"]
|
90
|
-
def
|
90
|
+
def addresses_non_zero_count(params={})
|
91
91
|
authenticated_get("metrics/addresses/non_zero_count", params: params).body
|
92
92
|
end
|
93
93
|
|
@@ -96,7 +96,7 @@ module Glassnode
|
|
96
96
|
# a: asset symbol
|
97
97
|
# c: ["NATIVE"]
|
98
98
|
# i: ["1h", "24h", "10m"]
|
99
|
-
def
|
99
|
+
def addresses_min_point_zero_1_count(params={})
|
100
100
|
authenticated_get("metrics/addresses/min_point_zero_1_count", params: params).body
|
101
101
|
end
|
102
102
|
|
@@ -105,7 +105,7 @@ module Glassnode
|
|
105
105
|
# a: asset symbol
|
106
106
|
# c: ["NATIVE"]
|
107
107
|
# i: ["1h", "24h", "10m"]
|
108
|
-
def
|
108
|
+
def addresses_min_point_1_count(params={})
|
109
109
|
authenticated_get("metrics/addresses/min_point_1_count", params: params).body
|
110
110
|
end
|
111
111
|
|
@@ -114,7 +114,7 @@ module Glassnode
|
|
114
114
|
# a: asset symbol
|
115
115
|
# c: ["NATIVE"]
|
116
116
|
# i: ["1h", "24h", "10m"]
|
117
|
-
def
|
117
|
+
def addresses_min_1_count(params={})
|
118
118
|
authenticated_get("metrics/addresses/min_1_count", params: params).body
|
119
119
|
end
|
120
120
|
|
@@ -123,7 +123,7 @@ module Glassnode
|
|
123
123
|
# a: asset symbol
|
124
124
|
# c: ["NATIVE"]
|
125
125
|
# i: ["1h", "24h", "10m"]
|
126
|
-
def
|
126
|
+
def addresses_min_10_count(params={})
|
127
127
|
authenticated_get("metrics/addresses/min_10_count", params: params).body
|
128
128
|
end
|
129
129
|
|
@@ -132,7 +132,7 @@ module Glassnode
|
|
132
132
|
# a: asset symbol
|
133
133
|
# c: ["NATIVE"]
|
134
134
|
# i: ["1h", "24h", "10m"]
|
135
|
-
def
|
135
|
+
def addresses_min_100_count(params={})
|
136
136
|
authenticated_get("metrics/addresses/min_100_count", params: params).body
|
137
137
|
end
|
138
138
|
|
@@ -141,7 +141,7 @@ module Glassnode
|
|
141
141
|
# a: asset symbol
|
142
142
|
# c: ["NATIVE"]
|
143
143
|
# i: ["1h", "24h", "10m"]
|
144
|
-
def
|
144
|
+
def addresses_min_1k_count(params={})
|
145
145
|
authenticated_get("metrics/addresses/min_1k_count", params: params).body
|
146
146
|
end
|
147
147
|
|
@@ -150,7 +150,7 @@ module Glassnode
|
|
150
150
|
# a: asset symbol
|
151
151
|
# c: ["NATIVE"]
|
152
152
|
# i: ["1h", "24h", "10m"]
|
153
|
-
def
|
153
|
+
def addresses_min_10k_count(params={})
|
154
154
|
authenticated_get("metrics/addresses/min_10k_count", params: params).body
|
155
155
|
end
|
156
156
|
|
@@ -159,7 +159,7 @@ module Glassnode
|
|
159
159
|
# a: asset symbol
|
160
160
|
# c: ["NATIVE"]
|
161
161
|
# i: ["1h", "24h", "10m"]
|
162
|
-
def
|
162
|
+
def addresses_min_32_count(params={})
|
163
163
|
authenticated_get("metrics/addresses/min_32_count", params: params).body
|
164
164
|
end
|
165
165
|
|
@@ -168,7 +168,7 @@ module Glassnode
|
|
168
168
|
# a: asset symbol
|
169
169
|
# c: ["NATIVE", "USD"]
|
170
170
|
# i: ["1h", "24h", "10m"]
|
171
|
-
def
|
171
|
+
def addresses_supply_balance_less_0001(params={})
|
172
172
|
authenticated_get("metrics/addresses/supply_balance_less_0001", params: params).body
|
173
173
|
end
|
174
174
|
|
@@ -177,7 +177,7 @@ module Glassnode
|
|
177
177
|
# a: asset symbol
|
178
178
|
# c: ["NATIVE", "USD"]
|
179
179
|
# i: ["1h", "24h", "10m"]
|
180
|
-
def
|
180
|
+
def addresses_supply_balance_0001_001(params={})
|
181
181
|
authenticated_get("metrics/addresses/supply_balance_0001_001", params: params).body
|
182
182
|
end
|
183
183
|
|
@@ -186,7 +186,7 @@ module Glassnode
|
|
186
186
|
# a: asset symbol
|
187
187
|
# c: ["NATIVE", "USD"]
|
188
188
|
# i: ["1h", "24h", "10m"]
|
189
|
-
def
|
189
|
+
def addresses_supply_balance_001_01(params={})
|
190
190
|
authenticated_get("metrics/addresses/supply_balance_001_01", params: params).body
|
191
191
|
end
|
192
192
|
|
@@ -195,7 +195,7 @@ module Glassnode
|
|
195
195
|
# a: asset symbol
|
196
196
|
# c: ["NATIVE", "USD"]
|
197
197
|
# i: ["1h", "24h", "10m"]
|
198
|
-
def
|
198
|
+
def addresses_supply_balance_01_1(params={})
|
199
199
|
authenticated_get("metrics/addresses/supply_balance_01_1", params: params).body
|
200
200
|
end
|
201
201
|
|
@@ -204,7 +204,7 @@ module Glassnode
|
|
204
204
|
# a: asset symbol
|
205
205
|
# c: ["NATIVE", "USD"]
|
206
206
|
# i: ["1h", "24h", "10m"]
|
207
|
-
def
|
207
|
+
def addresses_supply_balance_1_10(params={})
|
208
208
|
authenticated_get("metrics/addresses/supply_balance_1_10", params: params).body
|
209
209
|
end
|
210
210
|
|
@@ -213,7 +213,7 @@ module Glassnode
|
|
213
213
|
# a: asset symbol
|
214
214
|
# c: ["NATIVE", "USD"]
|
215
215
|
# i: ["1h", "24h", "10m"]
|
216
|
-
def
|
216
|
+
def addresses_supply_balance_10_100(params={})
|
217
217
|
authenticated_get("metrics/addresses/supply_balance_10_100", params: params).body
|
218
218
|
end
|
219
219
|
|
@@ -222,7 +222,7 @@ module Glassnode
|
|
222
222
|
# a: asset symbol
|
223
223
|
# c: ["NATIVE", "USD"]
|
224
224
|
# i: ["1h", "24h", "10m"]
|
225
|
-
def
|
225
|
+
def addresses_supply_balance_100_1k(params={})
|
226
226
|
authenticated_get("metrics/addresses/supply_balance_100_1k", params: params).body
|
227
227
|
end
|
228
228
|
|
@@ -231,7 +231,7 @@ module Glassnode
|
|
231
231
|
# a: asset symbol
|
232
232
|
# c: ["NATIVE", "USD"]
|
233
233
|
# i: ["1h", "24h", "10m"]
|
234
|
-
def
|
234
|
+
def addresses_supply_balance_1k_10k(params={})
|
235
235
|
authenticated_get("metrics/addresses/supply_balance_1k_10k", params: params).body
|
236
236
|
end
|
237
237
|
|
@@ -240,7 +240,7 @@ module Glassnode
|
|
240
240
|
# a: asset symbol
|
241
241
|
# c: ["NATIVE", "USD"]
|
242
242
|
# i: ["1h", "24h", "10m"]
|
243
|
-
def
|
243
|
+
def addresses_supply_balance_10k_100k(params={})
|
244
244
|
authenticated_get("metrics/addresses/supply_balance_10k_100k", params: params).body
|
245
245
|
end
|
246
246
|
|
@@ -249,7 +249,7 @@ module Glassnode
|
|
249
249
|
# a: asset symbol
|
250
250
|
# c: ["NATIVE", "USD"]
|
251
251
|
# i: ["1h", "24h", "10m"]
|
252
|
-
def
|
252
|
+
def addresses_supply_balance_more_100k(params={})
|
253
253
|
authenticated_get("metrics/addresses/supply_balance_more_100k", params: params).body
|
254
254
|
end
|
255
255
|
|
@@ -258,7 +258,7 @@ module Glassnode
|
|
258
258
|
# a: asset symbol
|
259
259
|
# c: ["NATIVE"]
|
260
260
|
# i: ["24h"]
|
261
|
-
def
|
261
|
+
def addresses_supply_distribution_relative(params={})
|
262
262
|
authenticated_get("metrics/addresses/supply_distribution_relative", params: params).body
|
263
263
|
end
|
264
264
|
|
@@ -267,7 +267,7 @@ module Glassnode
|
|
267
267
|
# a: asset symbol
|
268
268
|
# c: ["NATIVE"]
|
269
269
|
# i: ["24h"]
|
270
|
-
def
|
270
|
+
def addresses_min_1_usd_count(params={})
|
271
271
|
authenticated_get("metrics/addresses/min_1_usd_count", params: params).body
|
272
272
|
end
|
273
273
|
|
@@ -276,7 +276,7 @@ module Glassnode
|
|
276
276
|
# a: asset symbol
|
277
277
|
# c: ["NATIVE"]
|
278
278
|
# i: ["24h"]
|
279
|
-
def
|
279
|
+
def addresses_min_10_usd_count(params={})
|
280
280
|
authenticated_get("metrics/addresses/min_10_usd_count", params: params).body
|
281
281
|
end
|
282
282
|
|
@@ -285,7 +285,7 @@ module Glassnode
|
|
285
285
|
# a: asset symbol
|
286
286
|
# c: ["NATIVE"]
|
287
287
|
# i: ["24h"]
|
288
|
-
def
|
288
|
+
def addresses_min_100_usd_count(params={})
|
289
289
|
authenticated_get("metrics/addresses/min_100_usd_count", params: params).body
|
290
290
|
end
|
291
291
|
|
@@ -294,7 +294,7 @@ module Glassnode
|
|
294
294
|
# a: asset symbol
|
295
295
|
# c: ["NATIVE"]
|
296
296
|
# i: ["24h"]
|
297
|
-
def
|
297
|
+
def addresses_min_1k_usd_count(params={})
|
298
298
|
authenticated_get("metrics/addresses/min_1k_usd_count", params: params).body
|
299
299
|
end
|
300
300
|
|
@@ -303,7 +303,7 @@ module Glassnode
|
|
303
303
|
# a: asset symbol
|
304
304
|
# c: ["NATIVE"]
|
305
305
|
# i: ["24h"]
|
306
|
-
def
|
306
|
+
def addresses_min_10k_usd_count(params={})
|
307
307
|
authenticated_get("metrics/addresses/min_10k_usd_count", params: params).body
|
308
308
|
end
|
309
309
|
|
@@ -312,7 +312,7 @@ module Glassnode
|
|
312
312
|
# a: asset symbol
|
313
313
|
# c: ["NATIVE"]
|
314
314
|
# i: ["24h"]
|
315
|
-
def
|
315
|
+
def addresses_min_100k_usd_count(params={})
|
316
316
|
authenticated_get("metrics/addresses/min_100k_usd_count", params: params).body
|
317
317
|
end
|
318
318
|
|
@@ -321,7 +321,7 @@ module Glassnode
|
|
321
321
|
# a: asset symbol
|
322
322
|
# c: ["NATIVE"]
|
323
323
|
# i: ["24h"]
|
324
|
-
def
|
324
|
+
def addresses_min_1m_usd_count(params={})
|
325
325
|
authenticated_get("metrics/addresses/min_1m_usd_count", params: params).body
|
326
326
|
end
|
327
327
|
|
@@ -330,7 +330,7 @@ module Glassnode
|
|
330
330
|
# a: asset symbol
|
331
331
|
# c: ["NATIVE"]
|
332
332
|
# i: ["1h", "24h"]
|
333
|
-
def
|
333
|
+
def addresses_profit_count(params={})
|
334
334
|
authenticated_get("metrics/addresses/profit_count", params: params).body
|
335
335
|
end
|
336
336
|
|
@@ -339,7 +339,7 @@ module Glassnode
|
|
339
339
|
# a: asset symbol
|
340
340
|
# c: ["NATIVE"]
|
341
341
|
# i: ["1h", "24h"]
|
342
|
-
def
|
342
|
+
def addresses_loss_count(params={})
|
343
343
|
authenticated_get("metrics/addresses/loss_count", params: params).body
|
344
344
|
end
|
345
345
|
|
@@ -348,7 +348,7 @@ module Glassnode
|
|
348
348
|
# a: asset symbol
|
349
349
|
# c: ["NATIVE"]
|
350
350
|
# i: ["1h", "24h"]
|
351
|
-
def
|
351
|
+
def addresses_profit_relative(params={})
|
352
352
|
authenticated_get("metrics/addresses/profit_relative", params: params).body
|
353
353
|
end
|
354
354
|
|
data/lib/rest/v1/assets.rb
CHANGED
data/lib/rest/v1/blockchain.rb
CHANGED
@@ -6,7 +6,7 @@ module Glassnode
|
|
6
6
|
# a: asset symbol
|
7
7
|
# c: ["NATIVE"]
|
8
8
|
# i: ["1h", "24h", "10m", "1w", "1month"]
|
9
|
-
def
|
9
|
+
def blockchain_utxo_count(params={})
|
10
10
|
authenticated_get("metrics/blockchain/utxo_count", params: params).body
|
11
11
|
end
|
12
12
|
|
@@ -15,7 +15,7 @@ module Glassnode
|
|
15
15
|
# a: asset symbol
|
16
16
|
# c: ["NATIVE"]
|
17
17
|
# i: ["1h", "24h", "10m", "1w", "1month"]
|
18
|
-
def
|
18
|
+
def blockchain_utxo_created_count(params={})
|
19
19
|
authenticated_get("metrics/blockchain/utxo_created_count", params: params).body
|
20
20
|
end
|
21
21
|
|
@@ -24,7 +24,7 @@ module Glassnode
|
|
24
24
|
# a: asset symbol
|
25
25
|
# c: ["NATIVE"]
|
26
26
|
# i: ["1h", "24h", "10m", "1w", "1month"]
|
27
|
-
def
|
27
|
+
def blockchain_utxo_spent_count(params={})
|
28
28
|
authenticated_get("metrics/blockchain/utxo_spent_count", params: params).body
|
29
29
|
end
|
30
30
|
|
@@ -33,7 +33,7 @@ module Glassnode
|
|
33
33
|
# a: asset symbol
|
34
34
|
# c: ["NATIVE", "USD"]
|
35
35
|
# i: ["1h", "24h", "10m", "1w", "1month"]
|
36
|
-
def
|
36
|
+
def blockchain_utxo_created_value_sum(params={})
|
37
37
|
authenticated_get("metrics/blockchain/utxo_created_value_sum", params: params).body
|
38
38
|
end
|
39
39
|
|
@@ -42,7 +42,7 @@ module Glassnode
|
|
42
42
|
# a: asset symbol
|
43
43
|
# c: ["NATIVE", "USD"]
|
44
44
|
# i: ["1h", "24h", "10m", "1w", "1month"]
|
45
|
-
def
|
45
|
+
def blockchain_utxo_spent_value_sum(params={})
|
46
46
|
authenticated_get("metrics/blockchain/utxo_spent_value_sum", params: params).body
|
47
47
|
end
|
48
48
|
|
@@ -51,7 +51,7 @@ module Glassnode
|
|
51
51
|
# a: asset symbol
|
52
52
|
# c: ["NATIVE", "USD"]
|
53
53
|
# i: ["1h", "24h", "10m", "1w", "1month"]
|
54
|
-
def
|
54
|
+
def blockchain_utxo_created_value_mean(params={})
|
55
55
|
authenticated_get("metrics/blockchain/utxo_created_value_mean", params: params).body
|
56
56
|
end
|
57
57
|
|
@@ -60,7 +60,7 @@ module Glassnode
|
|
60
60
|
# a: asset symbol
|
61
61
|
# c: ["NATIVE", "USD"]
|
62
62
|
# i: ["1h", "24h", "10m", "1w", "1month"]
|
63
|
-
def
|
63
|
+
def blockchain_utxo_spent_value_mean(params={})
|
64
64
|
authenticated_get("metrics/blockchain/utxo_spent_value_mean", params: params).body
|
65
65
|
end
|
66
66
|
|
@@ -69,7 +69,7 @@ module Glassnode
|
|
69
69
|
# a: asset symbol
|
70
70
|
# c: ["NATIVE", "USD"]
|
71
71
|
# i: ["1h", "24h", "10m", "1w", "1month"]
|
72
|
-
def
|
72
|
+
def blockchain_utxo_created_value_median(params={})
|
73
73
|
authenticated_get("metrics/blockchain/utxo_created_value_median", params: params).body
|
74
74
|
end
|
75
75
|
|
@@ -78,7 +78,7 @@ module Glassnode
|
|
78
78
|
# a: asset symbol
|
79
79
|
# c: ["NATIVE", "USD"]
|
80
80
|
# i: ["1h", "24h", "10m", "1w", "1month"]
|
81
|
-
def
|
81
|
+
def blockchain_utxo_spent_value_median(params={})
|
82
82
|
authenticated_get("metrics/blockchain/utxo_spent_value_median", params: params).body
|
83
83
|
end
|
84
84
|
|
@@ -87,7 +87,7 @@ module Glassnode
|
|
87
87
|
# a: asset symbol
|
88
88
|
# c: ["NATIVE"]
|
89
89
|
# i: ["1h", "24h"]
|
90
|
-
def
|
90
|
+
def blockchain_utxo_profit_count(params={})
|
91
91
|
authenticated_get("metrics/blockchain/utxo_profit_count", params: params).body
|
92
92
|
end
|
93
93
|
|
@@ -96,7 +96,7 @@ module Glassnode
|
|
96
96
|
# a: asset symbol
|
97
97
|
# c: ["NATIVE"]
|
98
98
|
# i: ["1h", "24h"]
|
99
|
-
def
|
99
|
+
def blockchain_utxo_loss_count(params={})
|
100
100
|
authenticated_get("metrics/blockchain/utxo_loss_count", params: params).body
|
101
101
|
end
|
102
102
|
|
@@ -105,7 +105,7 @@ module Glassnode
|
|
105
105
|
# a: asset symbol
|
106
106
|
# c: ["NATIVE"]
|
107
107
|
# i: ["1h", "24h"]
|
108
|
-
def
|
108
|
+
def blockchain_utxo_profit_relative(params={})
|
109
109
|
authenticated_get("metrics/blockchain/utxo_profit_relative", params: params).body
|
110
110
|
end
|
111
111
|
|
@@ -114,7 +114,7 @@ module Glassnode
|
|
114
114
|
# a: asset symbol
|
115
115
|
# c: ["NATIVE"]
|
116
116
|
# i: ["1h", "24h", "10m", "1w", "1month"]
|
117
|
-
def
|
117
|
+
def blockchain_block_height(params={})
|
118
118
|
authenticated_get("metrics/blockchain/block_height", params: params).body
|
119
119
|
end
|
120
120
|
|
@@ -123,7 +123,7 @@ module Glassnode
|
|
123
123
|
# a: asset symbol
|
124
124
|
# c: ["NATIVE"]
|
125
125
|
# i: ["1h", "24h", "10m", "1w", "1month"]
|
126
|
-
def
|
126
|
+
def blockchain_block_count(params={})
|
127
127
|
authenticated_get("metrics/blockchain/block_count", params: params).body
|
128
128
|
end
|
129
129
|
|
@@ -132,7 +132,7 @@ module Glassnode
|
|
132
132
|
# a: asset symbol
|
133
133
|
# c: ["NATIVE"]
|
134
134
|
# i: ["1h", "24h", "10m", "1w", "1month"]
|
135
|
-
def
|
135
|
+
def blockchain_block_interval_mean(params={})
|
136
136
|
authenticated_get("metrics/blockchain/block_interval_mean", params: params).body
|
137
137
|
end
|
138
138
|
|
@@ -141,7 +141,7 @@ module Glassnode
|
|
141
141
|
# a: asset symbol
|
142
142
|
# c: ["NATIVE"]
|
143
143
|
# i: ["1h", "24h", "10m", "1w", "1month"]
|
144
|
-
def
|
144
|
+
def blockchain_block_interval_median(params={})
|
145
145
|
authenticated_get("metrics/blockchain/block_interval_median", params: params).body
|
146
146
|
end
|
147
147
|
|
@@ -150,7 +150,7 @@ module Glassnode
|
|
150
150
|
# a: asset symbol
|
151
151
|
# c: ["NATIVE"]
|
152
152
|
# i: ["1h", "24h", "10m", "1w", "1month"]
|
153
|
-
def
|
153
|
+
def blockchain_block_size_mean(params={})
|
154
154
|
authenticated_get("metrics/blockchain/block_size_mean", params: params).body
|
155
155
|
end
|
156
156
|
|
@@ -159,7 +159,7 @@ module Glassnode
|
|
159
159
|
# a: asset symbol
|
160
160
|
# c: ["NATIVE"]
|
161
161
|
# i: ["1h", "24h", "10m", "1w", "1month"]
|
162
|
-
def
|
162
|
+
def blockchain_block_size_sum(params={})
|
163
163
|
authenticated_get("metrics/blockchain/block_size_sum", params: params).body
|
164
164
|
end
|
165
165
|
|