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
data/lib/rest/v1/indicators.rb
CHANGED
@@ -6,7 +6,7 @@ module Glassnode
|
|
6
6
|
# a: asset symbol
|
7
7
|
# c: ["NATIVE"]
|
8
8
|
# i: ["1h", "24h"]
|
9
|
-
def
|
9
|
+
def indicators_rhodl_ratio(params={})
|
10
10
|
authenticated_get("metrics/indicators/rhodl_ratio", 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: ["24h"]
|
18
|
-
def
|
18
|
+
def indicators_cvdd(params={})
|
19
19
|
authenticated_get("metrics/indicators/cvdd", 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: ["24h"]
|
27
|
-
def
|
27
|
+
def indicators_balanced_price_usd(params={})
|
28
28
|
authenticated_get("metrics/indicators/balanced_price_usd", 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"]
|
36
|
-
def
|
36
|
+
def indicators_hash_ribbon(params={})
|
37
37
|
authenticated_get("metrics/indicators/hash_ribbon", 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: ["24h"]
|
45
|
-
def
|
45
|
+
def indicators_difficulty_ribbon(params={})
|
46
46
|
authenticated_get("metrics/indicators/difficulty_ribbon", 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: ["24h"]
|
54
|
-
def
|
54
|
+
def indicators_difficulty_ribbon_compression(params={})
|
55
55
|
authenticated_get("metrics/indicators/difficulty_ribbon_compression", 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"]
|
63
|
-
def
|
63
|
+
def indicators_nvt(params={})
|
64
64
|
authenticated_get("metrics/indicators/nvt", 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: ["1h", "24h", "10m"]
|
72
|
-
def
|
72
|
+
def indicators_nvts(params={})
|
73
73
|
authenticated_get("metrics/indicators/nvts", params: params).body
|
74
74
|
end
|
75
75
|
|
@@ -78,7 +78,7 @@ module Glassnode
|
|
78
78
|
# a: asset symbol
|
79
79
|
# c: ["NATIVE"]
|
80
80
|
# i: ["1h", "24h", "10m"]
|
81
|
-
def
|
81
|
+
def indicators_velocity(params={})
|
82
82
|
authenticated_get("metrics/indicators/velocity", 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 indicators_nvt_entity_adjusted(params={})
|
91
91
|
authenticated_get("metrics/indicators/nvt_entity_adjusted", 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 indicators_cdd_supply_adjusted(params={})
|
100
100
|
authenticated_get("metrics/indicators/cdd_supply_adjusted", 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 indicators_cdd_supply_adjusted_binary(params={})
|
109
109
|
authenticated_get("metrics/indicators/cdd_supply_adjusted_binary", 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 indicators_average_dormancy_supply_adjusted(params={})
|
118
118
|
authenticated_get("metrics/indicators/average_dormancy_supply_adjusted", 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"]
|
126
|
-
def
|
126
|
+
def indicators_spent_output_price_distribution_ath(params={})
|
127
127
|
authenticated_get("metrics/indicators/spent_output_price_distribution_ath", 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"]
|
135
|
-
def
|
135
|
+
def indicators_spent_output_price_distribution_percent(params={})
|
136
136
|
authenticated_get("metrics/indicators/spent_output_price_distribution_percent", 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: ["24h"]
|
144
|
-
def
|
144
|
+
def indicators_puell_multiple(params={})
|
145
145
|
authenticated_get("metrics/indicators/puell_multiple", 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"]
|
153
|
-
def
|
153
|
+
def indicators_sopr_adjusted(params={})
|
154
154
|
authenticated_get("metrics/indicators/sopr_adjusted", 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"]
|
162
|
-
def
|
162
|
+
def indicators_reserve_risk(params={})
|
163
163
|
authenticated_get("metrics/indicators/reserve_risk", params: params).body
|
164
164
|
end
|
165
165
|
|
@@ -168,7 +168,7 @@ module Glassnode
|
|
168
168
|
# a: asset symbol
|
169
169
|
# c: ["NATIVE"]
|
170
170
|
# i: ["1h", "24h"]
|
171
|
-
def
|
171
|
+
def indicators_sopr_less_155(params={})
|
172
172
|
authenticated_get("metrics/indicators/sopr_less_155", params: params).body
|
173
173
|
end
|
174
174
|
|
@@ -177,7 +177,7 @@ module Glassnode
|
|
177
177
|
# a: asset symbol
|
178
178
|
# c: ["NATIVE"]
|
179
179
|
# i: ["1h", "24h"]
|
180
|
-
def
|
180
|
+
def indicators_sopr_more_155(params={})
|
181
181
|
authenticated_get("metrics/indicators/sopr_more_155", params: params).body
|
182
182
|
end
|
183
183
|
|
@@ -186,7 +186,7 @@ module Glassnode
|
|
186
186
|
# a: asset symbol
|
187
187
|
# c: ["NATIVE"]
|
188
188
|
# i: ["1h", "24h"]
|
189
|
-
def
|
189
|
+
def indicators_hodler_net_position_change(params={})
|
190
190
|
authenticated_get("metrics/indicators/hodler_net_position_change", params: params).body
|
191
191
|
end
|
192
192
|
|
@@ -195,7 +195,7 @@ module Glassnode
|
|
195
195
|
# a: asset symbol
|
196
196
|
# c: ["NATIVE"]
|
197
197
|
# i: ["1h", "24h"]
|
198
|
-
def
|
198
|
+
def indicators_hodled_lost_coins(params={})
|
199
199
|
authenticated_get("metrics/indicators/hodled_lost_coins", params: params).body
|
200
200
|
end
|
201
201
|
|
@@ -204,7 +204,7 @@ module Glassnode
|
|
204
204
|
# a: asset symbol
|
205
205
|
# c: ["NATIVE"]
|
206
206
|
# i: ["24h"]
|
207
|
-
def
|
207
|
+
def indicators_cyd(params={})
|
208
208
|
authenticated_get("metrics/indicators/cyd", params: params).body
|
209
209
|
end
|
210
210
|
|
@@ -213,7 +213,7 @@ module Glassnode
|
|
213
213
|
# a: asset symbol
|
214
214
|
# c: ["NATIVE"]
|
215
215
|
# i: ["24h"]
|
216
|
-
def
|
216
|
+
def indicators_cyd_supply_adjusted(params={})
|
217
217
|
authenticated_get("metrics/indicators/cyd_supply_adjusted", params: params).body
|
218
218
|
end
|
219
219
|
|
@@ -222,7 +222,7 @@ module Glassnode
|
|
222
222
|
# a: asset symbol
|
223
223
|
# c: ["NATIVE"]
|
224
224
|
# i: ["24h"]
|
225
|
-
def
|
225
|
+
def indicators_cyd_account_based(params={})
|
226
226
|
authenticated_get("metrics/indicators/cyd_account_based", params: params).body
|
227
227
|
end
|
228
228
|
|
@@ -231,7 +231,7 @@ module Glassnode
|
|
231
231
|
# a: asset symbol
|
232
232
|
# c: ["NATIVE"]
|
233
233
|
# i: ["24h"]
|
234
|
-
def
|
234
|
+
def indicators_cyd_account_based_supply_adjusted(params={})
|
235
235
|
authenticated_get("metrics/indicators/cyd_account_based_supply_adjusted", params: params).body
|
236
236
|
end
|
237
237
|
|
@@ -240,7 +240,7 @@ module Glassnode
|
|
240
240
|
# a: asset symbol
|
241
241
|
# c: ["NATIVE"]
|
242
242
|
# i: ["24h"]
|
243
|
-
def
|
243
|
+
def indicators_cdd90(params={})
|
244
244
|
authenticated_get("metrics/indicators/cdd90", params: params).body
|
245
245
|
end
|
246
246
|
|
@@ -249,7 +249,7 @@ module Glassnode
|
|
249
249
|
# a: asset symbol
|
250
250
|
# c: ["NATIVE"]
|
251
251
|
# i: ["24h"]
|
252
|
-
def
|
252
|
+
def indicators_cdd90_age_adjusted(params={})
|
253
253
|
authenticated_get("metrics/indicators/cdd90_age_adjusted", 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 indicators_cdd90_account_based_age_adjusted(params={})
|
262
262
|
authenticated_get("metrics/indicators/cdd90_account_based_age_adjusted", 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", "1h"]
|
270
|
-
def
|
270
|
+
def indicators_sopr(params={})
|
271
271
|
authenticated_get("metrics/indicators/sopr", 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", "1h"]
|
279
|
-
def
|
279
|
+
def indicators_cdd(params={})
|
280
280
|
authenticated_get("metrics/indicators/cdd", 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", "1h"]
|
288
|
-
def
|
288
|
+
def indicators_asol(params={})
|
289
289
|
authenticated_get("metrics/indicators/asol", 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", "1h"]
|
297
|
-
def
|
297
|
+
def indicators_msol(params={})
|
298
298
|
authenticated_get("metrics/indicators/msol", 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", "1h"]
|
306
|
-
def
|
306
|
+
def indicators_average_dormancy(params={})
|
307
307
|
authenticated_get("metrics/indicators/average_dormancy", 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", "1h"]
|
315
|
-
def
|
315
|
+
def indicators_liveliness(params={})
|
316
316
|
authenticated_get("metrics/indicators/liveliness", 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", "1h"]
|
324
|
-
def
|
324
|
+
def indicators_unrealized_profit(params={})
|
325
325
|
authenticated_get("metrics/indicators/unrealized_profit", 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: ["24h", "1h"]
|
333
|
-
def
|
333
|
+
def indicators_unrealized_loss(params={})
|
334
334
|
authenticated_get("metrics/indicators/unrealized_loss", 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: ["24h", "1h"]
|
342
|
-
def
|
342
|
+
def indicators_net_unrealized_profit_loss(params={})
|
343
343
|
authenticated_get("metrics/indicators/net_unrealized_profit_loss", 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: ["24h", "1h"]
|
351
|
-
def
|
351
|
+
def indicators_nupl_less_155(params={})
|
352
352
|
authenticated_get("metrics/indicators/nupl_less_155", params: params).body
|
353
353
|
end
|
354
354
|
|
@@ -357,7 +357,7 @@ module Glassnode
|
|
357
357
|
# a: asset symbol
|
358
358
|
# c: ["NATIVE"]
|
359
359
|
# i: ["24h", "1h"]
|
360
|
-
def
|
360
|
+
def indicators_nupl_more_155(params={})
|
361
361
|
authenticated_get("metrics/indicators/nupl_more_155", params: params).body
|
362
362
|
end
|
363
363
|
|
@@ -366,7 +366,7 @@ module Glassnode
|
|
366
366
|
# a: asset symbol
|
367
367
|
# c: ["NATIVE"]
|
368
368
|
# i: ["24h"]
|
369
|
-
def
|
369
|
+
def indicators_sopr_account_based(params={})
|
370
370
|
authenticated_get("metrics/indicators/sopr_account_based", params: params).body
|
371
371
|
end
|
372
372
|
|
@@ -375,7 +375,7 @@ module Glassnode
|
|
375
375
|
# a: asset symbol
|
376
376
|
# c: ["NATIVE"]
|
377
377
|
# i: ["24h"]
|
378
|
-
def
|
378
|
+
def indicators_cdd_account_based(params={})
|
379
379
|
authenticated_get("metrics/indicators/cdd_account_based", params: params).body
|
380
380
|
end
|
381
381
|
|
@@ -384,7 +384,7 @@ module Glassnode
|
|
384
384
|
# a: asset symbol
|
385
385
|
# c: ["NATIVE"]
|
386
386
|
# i: ["24h"]
|
387
|
-
def
|
387
|
+
def indicators_asol_account_based(params={})
|
388
388
|
authenticated_get("metrics/indicators/asol_account_based", params: params).body
|
389
389
|
end
|
390
390
|
|
@@ -393,7 +393,7 @@ module Glassnode
|
|
393
393
|
# a: asset symbol
|
394
394
|
# c: ["NATIVE"]
|
395
395
|
# i: ["24h"]
|
396
|
-
def
|
396
|
+
def indicators_msol_account_based(params={})
|
397
397
|
authenticated_get("metrics/indicators/msol_account_based", params: params).body
|
398
398
|
end
|
399
399
|
|
@@ -402,7 +402,7 @@ module Glassnode
|
|
402
402
|
# a: asset symbol
|
403
403
|
# c: ["NATIVE"]
|
404
404
|
# i: ["24h"]
|
405
|
-
def
|
405
|
+
def indicators_dormancy_account_based(params={})
|
406
406
|
authenticated_get("metrics/indicators/dormancy_account_based", params: params).body
|
407
407
|
end
|
408
408
|
|
@@ -411,7 +411,7 @@ module Glassnode
|
|
411
411
|
# a: asset symbol
|
412
412
|
# c: ["NATIVE"]
|
413
413
|
# i: ["24h"]
|
414
|
-
def
|
414
|
+
def indicators_dormancy_flow(params={})
|
415
415
|
authenticated_get("metrics/indicators/dormancy_flow", params: params).body
|
416
416
|
end
|
417
417
|
|
@@ -420,7 +420,7 @@ module Glassnode
|
|
420
420
|
# a: asset symbol
|
421
421
|
# c: ["NATIVE"]
|
422
422
|
# i: ["24h"]
|
423
|
-
def
|
423
|
+
def indicators_liveliness_account_based(params={})
|
424
424
|
authenticated_get("metrics/indicators/liveliness_account_based", params: params).body
|
425
425
|
end
|
426
426
|
|
@@ -429,7 +429,7 @@ module Glassnode
|
|
429
429
|
# a: asset symbol
|
430
430
|
# c: ["NATIVE"]
|
431
431
|
# i: ["24h"]
|
432
|
-
def
|
432
|
+
def indicators_mvrv_account_based(params={})
|
433
433
|
authenticated_get("metrics/indicators/mvrv_account_based", params: params).body
|
434
434
|
end
|
435
435
|
|
@@ -438,7 +438,7 @@ module Glassnode
|
|
438
438
|
# a: asset symbol
|
439
439
|
# c: ["NATIVE"]
|
440
440
|
# i: ["24h"]
|
441
|
-
def
|
441
|
+
def indicators_rcap_account_based(params={})
|
442
442
|
authenticated_get("metrics/indicators/rcap_account_based", params: params).body
|
443
443
|
end
|
444
444
|
|
@@ -447,7 +447,7 @@ module Glassnode
|
|
447
447
|
# a: asset symbol
|
448
448
|
# c: ["NATIVE"]
|
449
449
|
# i: ["24h"]
|
450
|
-
def
|
450
|
+
def indicators_unrealized_profit_account_based(params={})
|
451
451
|
authenticated_get("metrics/indicators/unrealized_profit_account_based", params: params).body
|
452
452
|
end
|
453
453
|
|
@@ -456,7 +456,7 @@ module Glassnode
|
|
456
456
|
# a: asset symbol
|
457
457
|
# c: ["NATIVE"]
|
458
458
|
# i: ["24h"]
|
459
|
-
def
|
459
|
+
def indicators_unrealized_loss_account_based(params={})
|
460
460
|
authenticated_get("metrics/indicators/unrealized_loss_account_based", params: params).body
|
461
461
|
end
|
462
462
|
|
@@ -465,7 +465,7 @@ module Glassnode
|
|
465
465
|
# a: asset symbol
|
466
466
|
# c: ["NATIVE"]
|
467
467
|
# i: ["24h"]
|
468
|
-
def
|
468
|
+
def indicators_net_unrealized_profit_loss_account_based(params={})
|
469
469
|
authenticated_get("metrics/indicators/net_unrealized_profit_loss_account_based", params: params).body
|
470
470
|
end
|
471
471
|
|
@@ -474,7 +474,7 @@ module Glassnode
|
|
474
474
|
# a: asset symbol
|
475
475
|
# c: ["NATIVE"]
|
476
476
|
# i: ["24h"]
|
477
|
-
def
|
477
|
+
def indicators_nupl_less_155_account_based(params={})
|
478
478
|
authenticated_get("metrics/indicators/nupl_less_155_account_based", params: params).body
|
479
479
|
end
|
480
480
|
|
@@ -483,7 +483,7 @@ module Glassnode
|
|
483
483
|
# a: asset symbol
|
484
484
|
# c: ["NATIVE"]
|
485
485
|
# i: ["24h"]
|
486
|
-
def
|
486
|
+
def indicators_nupl_more_155_account_based(params={})
|
487
487
|
authenticated_get("metrics/indicators/nupl_more_155_account_based", params: params).body
|
488
488
|
end
|
489
489
|
|
@@ -492,7 +492,7 @@ module Glassnode
|
|
492
492
|
# a: asset symbol
|
493
493
|
# c: ["USD"]
|
494
494
|
# i: ["1h", "24h"]
|
495
|
-
def
|
495
|
+
def indicators_net_realized_profit_loss(params={})
|
496
496
|
authenticated_get("metrics/indicators/net_realized_profit_loss", params: params).body
|
497
497
|
end
|
498
498
|
|
@@ -501,7 +501,7 @@ module Glassnode
|
|
501
501
|
# a: asset symbol
|
502
502
|
# c: ["NATIVE"]
|
503
503
|
# i: ["1h", "24h"]
|
504
|
-
def
|
504
|
+
def indicators_realized_profit_loss_ratio(params={})
|
505
505
|
authenticated_get("metrics/indicators/realized_profit_loss_ratio", params: params).body
|
506
506
|
end
|
507
507
|
|
@@ -510,7 +510,7 @@ module Glassnode
|
|
510
510
|
# a: asset symbol
|
511
511
|
# c: ["NATIVE"]
|
512
512
|
# i: ["24h"]
|
513
|
-
def
|
513
|
+
def indicators_stock_to_flow_ratio(params={})
|
514
514
|
authenticated_get("metrics/indicators/stock_to_flow_ratio", params: params).body
|
515
515
|
end
|
516
516
|
|
@@ -519,7 +519,7 @@ module Glassnode
|
|
519
519
|
# a: asset symbol
|
520
520
|
# c: ["NATIVE"]
|
521
521
|
# i: ["1h", "24h"]
|
522
|
-
def
|
522
|
+
def indicators_stock_to_flow_deflection(params={})
|
523
523
|
authenticated_get("metrics/indicators/stock_to_flow_deflection", params: params).body
|
524
524
|
end
|
525
525
|
|
@@ -528,7 +528,7 @@ module Glassnode
|
|
528
528
|
# a: asset symbol
|
529
529
|
# c: ["USD"]
|
530
530
|
# i: ["1h", "24h"]
|
531
|
-
def
|
531
|
+
def indicators_realized_profit(params={})
|
532
532
|
authenticated_get("metrics/indicators/realized_profit", params: params).body
|
533
533
|
end
|
534
534
|
|
@@ -537,7 +537,7 @@ module Glassnode
|
|
537
537
|
# a: asset symbol
|
538
538
|
# c: ["USD"]
|
539
539
|
# i: ["1h", "24h"]
|
540
|
-
def
|
540
|
+
def indicators_realized_loss(params={})
|
541
541
|
authenticated_get("metrics/indicators/realized_loss", params: params).body
|
542
542
|
end
|
543
543
|
|
@@ -546,7 +546,7 @@ module Glassnode
|
|
546
546
|
# a: asset symbol
|
547
547
|
# c: ["NATIVE"]
|
548
548
|
# i: ["1h", "24h"]
|
549
|
-
def
|
549
|
+
def indicators_ssr(params={})
|
550
550
|
authenticated_get("metrics/indicators/ssr", params: params).body
|
551
551
|
end
|
552
552
|
|
@@ -555,7 +555,7 @@ module Glassnode
|
|
555
555
|
# a: asset symbol
|
556
556
|
# c: ["NATIVE"]
|
557
557
|
# i: ["1h", "24h"]
|
558
|
-
def
|
558
|
+
def indicators_ssr_oscillator(params={})
|
559
559
|
authenticated_get("metrics/indicators/ssr_oscillator", params: params).body
|
560
560
|
end
|
561
561
|
|
@@ -564,7 +564,7 @@ module Glassnode
|
|
564
564
|
# a: asset symbol
|
565
565
|
# c: ["NATIVE"]
|
566
566
|
# i: ["24h"]
|
567
|
-
def
|
567
|
+
def indicators_utxo_realized_price_distribution_ath(params={})
|
568
568
|
authenticated_get("metrics/indicators/utxo_realized_price_distribution_ath", params: params).body
|
569
569
|
end
|
570
570
|
|
@@ -573,7 +573,7 @@ module Glassnode
|
|
573
573
|
# a: asset symbol
|
574
574
|
# c: ["NATIVE"]
|
575
575
|
# i: ["24h"]
|
576
|
-
def
|
576
|
+
def indicators_utxo_realized_price_distribution_percent(params={})
|
577
577
|
authenticated_get("metrics/indicators/utxo_realized_price_distribution_percent", params: params).body
|
578
578
|
end
|
579
579
|
|
@@ -582,7 +582,7 @@ module Glassnode
|
|
582
582
|
# a: asset symbol
|
583
583
|
# c: ["NATIVE"]
|
584
584
|
# i: ["24h"]
|
585
|
-
def
|
585
|
+
def indicators_urpd_entity_adjusted(params={})
|
586
586
|
authenticated_get("metrics/indicators/urpd_entity_adjusted", params: params).body
|
587
587
|
end
|
588
588
|
|
@@ -591,7 +591,7 @@ module Glassnode
|
|
591
591
|
# a: asset symbol
|
592
592
|
# c: ["NATIVE"]
|
593
593
|
# i: ["24h"]
|
594
|
-
def
|
594
|
+
def indicators_soab(params={})
|
595
595
|
authenticated_get("metrics/indicators/soab", params: params).body
|
596
596
|
end
|
597
597
|
|
@@ -600,7 +600,7 @@ module Glassnode
|
|
600
600
|
# a: asset symbol
|
601
601
|
# c: ["NATIVE"]
|
602
602
|
# i: ["1h", "24h", "10m"]
|
603
|
-
def
|
603
|
+
def indicators_sol_1h(params={})
|
604
604
|
authenticated_get("metrics/indicators/sol_1h", params: params).body
|
605
605
|
end
|
606
606
|
|
@@ -609,7 +609,7 @@ module Glassnode
|
|
609
609
|
# a: asset symbol
|
610
610
|
# c: ["NATIVE"]
|
611
611
|
# i: ["1h", "24h", "10m"]
|
612
|
-
def
|
612
|
+
def indicators_sol_1h_24h(params={})
|
613
613
|
authenticated_get("metrics/indicators/sol_1h_24h", params: params).body
|
614
614
|
end
|
615
615
|
|
@@ -618,7 +618,7 @@ module Glassnode
|
|
618
618
|
# a: asset symbol
|
619
619
|
# c: ["NATIVE"]
|
620
620
|
# i: ["1h", "24h", "10m"]
|
621
|
-
def
|
621
|
+
def indicators_sol_1d_1w(params={})
|
622
622
|
authenticated_get("metrics/indicators/sol_1d_1w", params: params).body
|
623
623
|
end
|
624
624
|
|
@@ -627,7 +627,7 @@ module Glassnode
|
|
627
627
|
# a: asset symbol
|
628
628
|
# c: ["NATIVE"]
|
629
629
|
# i: ["1h", "24h", "10m"]
|
630
|
-
def
|
630
|
+
def indicators_sol_1w_1m(params={})
|
631
631
|
authenticated_get("metrics/indicators/sol_1w_1m", params: params).body
|
632
632
|
end
|
633
633
|
|
@@ -636,7 +636,7 @@ module Glassnode
|
|
636
636
|
# a: asset symbol
|
637
637
|
# c: ["NATIVE"]
|
638
638
|
# i: ["1h", "24h", "10m"]
|
639
|
-
def
|
639
|
+
def indicators_sol_1m_3m(params={})
|
640
640
|
authenticated_get("metrics/indicators/sol_1m_3m", params: params).body
|
641
641
|
end
|
642
642
|
|
@@ -645,7 +645,7 @@ module Glassnode
|
|
645
645
|
# a: asset symbol
|
646
646
|
# c: ["NATIVE"]
|
647
647
|
# i: ["1h", "24h", "10m"]
|
648
|
-
def
|
648
|
+
def indicators_sol_3m_6m(params={})
|
649
649
|
authenticated_get("metrics/indicators/sol_3m_6m", params: params).body
|
650
650
|
end
|
651
651
|
|
@@ -654,7 +654,7 @@ module Glassnode
|
|
654
654
|
# a: asset symbol
|
655
655
|
# c: ["NATIVE"]
|
656
656
|
# i: ["1h", "24h", "10m"]
|
657
|
-
def
|
657
|
+
def indicators_sol_6m_12m(params={})
|
658
658
|
authenticated_get("metrics/indicators/sol_6m_12m", params: params).body
|
659
659
|
end
|
660
660
|
|
@@ -663,7 +663,7 @@ module Glassnode
|
|
663
663
|
# a: asset symbol
|
664
664
|
# c: ["NATIVE"]
|
665
665
|
# i: ["1h", "24h", "10m"]
|
666
|
-
def
|
666
|
+
def indicators_sol_1y_2y(params={})
|
667
667
|
authenticated_get("metrics/indicators/sol_1y_2y", params: params).body
|
668
668
|
end
|
669
669
|
|
@@ -672,7 +672,7 @@ module Glassnode
|
|
672
672
|
# a: asset symbol
|
673
673
|
# c: ["NATIVE"]
|
674
674
|
# i: ["1h", "24h", "10m"]
|
675
|
-
def
|
675
|
+
def indicators_sol_2y_3y(params={})
|
676
676
|
authenticated_get("metrics/indicators/sol_2y_3y", params: params).body
|
677
677
|
end
|
678
678
|
|
@@ -681,7 +681,7 @@ module Glassnode
|
|
681
681
|
# a: asset symbol
|
682
682
|
# c: ["NATIVE"]
|
683
683
|
# i: ["1h", "24h", "10m"]
|
684
|
-
def
|
684
|
+
def indicators_sol_3y_5y(params={})
|
685
685
|
authenticated_get("metrics/indicators/sol_3y_5y", params: params).body
|
686
686
|
end
|
687
687
|
|
@@ -690,7 +690,7 @@ module Glassnode
|
|
690
690
|
# a: asset symbol
|
691
691
|
# c: ["NATIVE"]
|
692
692
|
# i: ["1h", "24h", "10m"]
|
693
|
-
def
|
693
|
+
def indicators_sol_5y_7y(params={})
|
694
694
|
authenticated_get("metrics/indicators/sol_5y_7y", params: params).body
|
695
695
|
end
|
696
696
|
|
@@ -699,7 +699,7 @@ module Glassnode
|
|
699
699
|
# a: asset symbol
|
700
700
|
# c: ["NATIVE"]
|
701
701
|
# i: ["1h", "24h", "10m"]
|
702
|
-
def
|
702
|
+
def indicators_sol_7y_10y(params={})
|
703
703
|
authenticated_get("metrics/indicators/sol_7y_10y", params: params).body
|
704
704
|
end
|
705
705
|
|
@@ -708,7 +708,7 @@ module Glassnode
|
|
708
708
|
# a: asset symbol
|
709
709
|
# c: ["NATIVE"]
|
710
710
|
# i: ["1h", "24h", "10m"]
|
711
|
-
def
|
711
|
+
def indicators_sol_more_10y(params={})
|
712
712
|
authenticated_get("metrics/indicators/sol_more_10y", params: params).body
|
713
713
|
end
|
714
714
|
|
@@ -717,7 +717,7 @@ module Glassnode
|
|
717
717
|
# a: asset symbol
|
718
718
|
# c: ["NATIVE"]
|
719
719
|
# i: ["24h"]
|
720
|
-
def
|
720
|
+
def indicators_svab(params={})
|
721
721
|
authenticated_get("metrics/indicators/svab", params: params).body
|
722
722
|
end
|
723
723
|
|
@@ -726,7 +726,7 @@ module Glassnode
|
|
726
726
|
# a: asset symbol
|
727
727
|
# c: ["USD", "NATIVE"]
|
728
728
|
# i: ["1h", "24h", "10m"]
|
729
|
-
def
|
729
|
+
def indicators_svl_1h(params={})
|
730
730
|
authenticated_get("metrics/indicators/svl_1h", params: params).body
|
731
731
|
end
|
732
732
|
|
@@ -735,7 +735,7 @@ module Glassnode
|
|
735
735
|
# a: asset symbol
|
736
736
|
# c: ["USD", "NATIVE"]
|
737
737
|
# i: ["1h", "24h", "10m"]
|
738
|
-
def
|
738
|
+
def indicators_svl_1h_24h(params={})
|
739
739
|
authenticated_get("metrics/indicators/svl_1h_24h", params: params).body
|
740
740
|
end
|
741
741
|
|
@@ -744,7 +744,7 @@ module Glassnode
|
|
744
744
|
# a: asset symbol
|
745
745
|
# c: ["USD", "NATIVE"]
|
746
746
|
# i: ["1h", "24h", "10m"]
|
747
|
-
def
|
747
|
+
def indicators_svl_1d_1w(params={})
|
748
748
|
authenticated_get("metrics/indicators/svl_1d_1w", params: params).body
|
749
749
|
end
|
750
750
|
|
@@ -753,7 +753,7 @@ module Glassnode
|
|
753
753
|
# a: asset symbol
|
754
754
|
# c: ["USD", "NATIVE"]
|
755
755
|
# i: ["1h", "24h", "10m"]
|
756
|
-
def
|
756
|
+
def indicators_svl_1w_1m(params={})
|
757
757
|
authenticated_get("metrics/indicators/svl_1w_1m", params: params).body
|
758
758
|
end
|
759
759
|
|
@@ -762,7 +762,7 @@ module Glassnode
|
|
762
762
|
# a: asset symbol
|
763
763
|
# c: ["USD", "NATIVE"]
|
764
764
|
# i: ["1h", "24h", "10m"]
|
765
|
-
def
|
765
|
+
def indicators_svl_1m_3m(params={})
|
766
766
|
authenticated_get("metrics/indicators/svl_1m_3m", params: params).body
|
767
767
|
end
|
768
768
|
|
@@ -771,7 +771,7 @@ module Glassnode
|
|
771
771
|
# a: asset symbol
|
772
772
|
# c: ["USD", "NATIVE"]
|
773
773
|
# i: ["1h", "24h", "10m"]
|
774
|
-
def
|
774
|
+
def indicators_svl_3m_6m(params={})
|
775
775
|
authenticated_get("metrics/indicators/svl_3m_6m", params: params).body
|
776
776
|
end
|
777
777
|
|
@@ -780,7 +780,7 @@ module Glassnode
|
|
780
780
|
# a: asset symbol
|
781
781
|
# c: ["USD", "NATIVE"]
|
782
782
|
# i: ["1h", "24h", "10m"]
|
783
|
-
def
|
783
|
+
def indicators_svl_6m_12m(params={})
|
784
784
|
authenticated_get("metrics/indicators/svl_6m_12m", params: params).body
|
785
785
|
end
|
786
786
|
|
@@ -789,7 +789,7 @@ module Glassnode
|
|
789
789
|
# a: asset symbol
|
790
790
|
# c: ["USD", "NATIVE"]
|
791
791
|
# i: ["1h", "24h", "10m"]
|
792
|
-
def
|
792
|
+
def indicators_svl_1y_2y(params={})
|
793
793
|
authenticated_get("metrics/indicators/svl_1y_2y", params: params).body
|
794
794
|
end
|
795
795
|
|
@@ -798,7 +798,7 @@ module Glassnode
|
|
798
798
|
# a: asset symbol
|
799
799
|
# c: ["USD", "NATIVE"]
|
800
800
|
# i: ["1h", "24h", "10m"]
|
801
|
-
def
|
801
|
+
def indicators_svl_2y_3y(params={})
|
802
802
|
authenticated_get("metrics/indicators/svl_2y_3y", params: params).body
|
803
803
|
end
|
804
804
|
|
@@ -807,7 +807,7 @@ module Glassnode
|
|
807
807
|
# a: asset symbol
|
808
808
|
# c: ["USD", "NATIVE"]
|
809
809
|
# i: ["1h", "24h", "10m"]
|
810
|
-
def
|
810
|
+
def indicators_svl_3y_5y(params={})
|
811
811
|
authenticated_get("metrics/indicators/svl_3y_5y", params: params).body
|
812
812
|
end
|
813
813
|
|
@@ -816,7 +816,7 @@ module Glassnode
|
|
816
816
|
# a: asset symbol
|
817
817
|
# c: ["USD", "NATIVE"]
|
818
818
|
# i: ["1h", "24h", "10m"]
|
819
|
-
def
|
819
|
+
def indicators_svl_5y_7y(params={})
|
820
820
|
authenticated_get("metrics/indicators/svl_5y_7y", params: params).body
|
821
821
|
end
|
822
822
|
|
@@ -825,7 +825,7 @@ module Glassnode
|
|
825
825
|
# a: asset symbol
|
826
826
|
# c: ["USD", "NATIVE"]
|
827
827
|
# i: ["1h", "24h", "10m"]
|
828
|
-
def
|
828
|
+
def indicators_svl_7y_10y(params={})
|
829
829
|
authenticated_get("metrics/indicators/svl_7y_10y", params: params).body
|
830
830
|
end
|
831
831
|
|
@@ -834,7 +834,7 @@ module Glassnode
|
|
834
834
|
# a: asset symbol
|
835
835
|
# c: ["USD", "NATIVE"]
|
836
836
|
# i: ["1h", "24h", "10m"]
|
837
|
-
def
|
837
|
+
def indicators_svl_more_10y(params={})
|
838
838
|
authenticated_get("metrics/indicators/svl_more_10y", params: params).body
|
839
839
|
end
|
840
840
|
|
@@ -843,7 +843,7 @@ module Glassnode
|
|
843
843
|
# a: asset symbol
|
844
844
|
# c: ["NATIVE"]
|
845
845
|
# i: ["1h", "24h"]
|
846
|
-
def
|
846
|
+
def indicators_bvin(params={})
|
847
847
|
authenticated_get("metrics/indicators/bvin", params: params).body
|
848
848
|
end
|
849
849
|
|
@@ -852,7 +852,7 @@ module Glassnode
|
|
852
852
|
# a: asset symbol
|
853
853
|
# c: ["USD"]
|
854
854
|
# i: ["24h", "1h"]
|
855
|
-
def
|
855
|
+
def indicators_investor_capitalization(params={})
|
856
856
|
authenticated_get("metrics/indicators/investor_capitalization", params: params).body
|
857
857
|
end
|
858
858
|
|
@@ -861,7 +861,7 @@ module Glassnode
|
|
861
861
|
# a: asset symbol
|
862
862
|
# c: ["USD"]
|
863
863
|
# i: ["24h", "1h"]
|
864
|
-
def
|
864
|
+
def indicators_realized_profits_to_value_ratio(params={})
|
865
865
|
authenticated_get("metrics/indicators/realized_profits_to_value_ratio", params: params).body
|
866
866
|
end
|
867
867
|
|
@@ -870,7 +870,7 @@ module Glassnode
|
|
870
870
|
# a: asset symbol
|
871
871
|
# c: ["USD"]
|
872
872
|
# i: ["24h"]
|
873
|
-
def
|
873
|
+
def indicators_seller_exhaustion_constant(params={})
|
874
874
|
authenticated_get("metrics/indicators/seller_exhaustion_constant", params: params).body
|
875
875
|
end
|
876
876
|
|
@@ -879,7 +879,7 @@ module Glassnode
|
|
879
879
|
# a: asset symbol
|
880
880
|
# c: ["NATIVE"]
|
881
881
|
# i: ["24h"]
|
882
|
-
def
|
882
|
+
def indicators_accumulation_trend_score(params={})
|
883
883
|
authenticated_get("metrics/indicators/accumulation_trend_score", params: params).body
|
884
884
|
end
|
885
885
|
|
@@ -888,7 +888,7 @@ module Glassnode
|
|
888
888
|
# a: asset symbol
|
889
889
|
# c: ["NATIVE"]
|
890
890
|
# i: ["24h"]
|
891
|
-
def
|
891
|
+
def indicators_pi_cycle_top(params={})
|
892
892
|
authenticated_get("metrics/indicators/pi_cycle_top", params: params).body
|
893
893
|
end
|
894
894
|
|