glassnode 0.0.2 → 0.0.5

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.
@@ -7,7 +7,7 @@ module Glassnode
7
7
  # c: ["NATIVE"]
8
8
  # i: ["1h", "24h"]
9
9
  def indicators_rhodl_ratio(params={})
10
- authenticated_get("metrics/indicators/rhodl_ratio", params: params).body
10
+ authenticated_get("metrics/indicators/rhodl_ratio", params: params)
11
11
  end
12
12
 
13
13
  #Tier: 2
@@ -16,7 +16,7 @@ module Glassnode
16
16
  # c: ["NATIVE"]
17
17
  # i: ["24h"]
18
18
  def indicators_cvdd(params={})
19
- authenticated_get("metrics/indicators/cvdd", params: params).body
19
+ authenticated_get("metrics/indicators/cvdd", params: params)
20
20
  end
21
21
 
22
22
  #Tier: 2
@@ -25,7 +25,7 @@ module Glassnode
25
25
  # c: ["NATIVE"]
26
26
  # i: ["24h"]
27
27
  def indicators_balanced_price_usd(params={})
28
- authenticated_get("metrics/indicators/balanced_price_usd", params: params).body
28
+ authenticated_get("metrics/indicators/balanced_price_usd", params: params)
29
29
  end
30
30
 
31
31
  #Tier: 2
@@ -34,7 +34,7 @@ module Glassnode
34
34
  # c: ["NATIVE"]
35
35
  # i: ["1h", "24h"]
36
36
  def indicators_hash_ribbon(params={})
37
- authenticated_get("metrics/indicators/hash_ribbon", params: params).body
37
+ authenticated_get("metrics/indicators/hash_ribbon", params: params)
38
38
  end
39
39
 
40
40
  #Tier: 1
@@ -43,7 +43,7 @@ module Glassnode
43
43
  # c: ["NATIVE"]
44
44
  # i: ["24h"]
45
45
  def indicators_difficulty_ribbon(params={})
46
- authenticated_get("metrics/indicators/difficulty_ribbon", params: params).body
46
+ authenticated_get("metrics/indicators/difficulty_ribbon", params: params)
47
47
  end
48
48
 
49
49
  #Tier: 2
@@ -52,7 +52,7 @@ module Glassnode
52
52
  # c: ["NATIVE"]
53
53
  # i: ["24h"]
54
54
  def indicators_difficulty_ribbon_compression(params={})
55
- authenticated_get("metrics/indicators/difficulty_ribbon_compression", params: params).body
55
+ authenticated_get("metrics/indicators/difficulty_ribbon_compression", params: params)
56
56
  end
57
57
 
58
58
  #Tier: 2
@@ -61,7 +61,7 @@ module Glassnode
61
61
  # c: ["NATIVE"]
62
62
  # i: ["1h", "24h", "10m"]
63
63
  def indicators_nvt(params={})
64
- authenticated_get("metrics/indicators/nvt", params: params).body
64
+ authenticated_get("metrics/indicators/nvt", params: params)
65
65
  end
66
66
 
67
67
  #Tier: 2
@@ -70,7 +70,7 @@ module Glassnode
70
70
  # c: ["NATIVE"]
71
71
  # i: ["1h", "24h", "10m"]
72
72
  def indicators_nvts(params={})
73
- authenticated_get("metrics/indicators/nvts", params: params).body
73
+ authenticated_get("metrics/indicators/nvts", params: params)
74
74
  end
75
75
 
76
76
  #Tier: 2
@@ -79,7 +79,7 @@ module Glassnode
79
79
  # c: ["NATIVE"]
80
80
  # i: ["1h", "24h", "10m"]
81
81
  def indicators_velocity(params={})
82
- authenticated_get("metrics/indicators/velocity", params: params).body
82
+ authenticated_get("metrics/indicators/velocity", params: params)
83
83
  end
84
84
 
85
85
  #Tier: 3
@@ -88,7 +88,7 @@ module Glassnode
88
88
  # c: ["NATIVE"]
89
89
  # i: ["1h", "24h"]
90
90
  def indicators_nvt_entity_adjusted(params={})
91
- authenticated_get("metrics/indicators/nvt_entity_adjusted", params: params).body
91
+ authenticated_get("metrics/indicators/nvt_entity_adjusted", params: params)
92
92
  end
93
93
 
94
94
  #Tier: 2
@@ -97,7 +97,7 @@ module Glassnode
97
97
  # c: ["NATIVE"]
98
98
  # i: ["1h", "24h", "10m"]
99
99
  def indicators_cdd_supply_adjusted(params={})
100
- authenticated_get("metrics/indicators/cdd_supply_adjusted", params: params).body
100
+ authenticated_get("metrics/indicators/cdd_supply_adjusted", params: params)
101
101
  end
102
102
 
103
103
  #Tier: 2
@@ -106,7 +106,7 @@ module Glassnode
106
106
  # c: ["NATIVE"]
107
107
  # i: ["1h", "24h", "10m"]
108
108
  def indicators_cdd_supply_adjusted_binary(params={})
109
- authenticated_get("metrics/indicators/cdd_supply_adjusted_binary", params: params).body
109
+ authenticated_get("metrics/indicators/cdd_supply_adjusted_binary", params: params)
110
110
  end
111
111
 
112
112
  #Tier: 2
@@ -115,7 +115,7 @@ module Glassnode
115
115
  # c: ["NATIVE"]
116
116
  # i: ["1h", "24h", "10m"]
117
117
  def indicators_average_dormancy_supply_adjusted(params={})
118
- authenticated_get("metrics/indicators/average_dormancy_supply_adjusted", params: params).body
118
+ authenticated_get("metrics/indicators/average_dormancy_supply_adjusted", params: params)
119
119
  end
120
120
 
121
121
  #Tier: 3
@@ -124,7 +124,7 @@ module Glassnode
124
124
  # c: ["NATIVE"]
125
125
  # i: ["1h", "24h"]
126
126
  def indicators_spent_output_price_distribution_ath(params={})
127
- authenticated_get("metrics/indicators/spent_output_price_distribution_ath", params: params).body
127
+ authenticated_get("metrics/indicators/spent_output_price_distribution_ath", params: params)
128
128
  end
129
129
 
130
130
  #Tier: 3
@@ -133,7 +133,7 @@ module Glassnode
133
133
  # c: ["NATIVE"]
134
134
  # i: ["1h", "24h"]
135
135
  def indicators_spent_output_price_distribution_percent(params={})
136
- authenticated_get("metrics/indicators/spent_output_price_distribution_percent", params: params).body
136
+ authenticated_get("metrics/indicators/spent_output_price_distribution_percent", params: params)
137
137
  end
138
138
 
139
139
  #Tier: 2
@@ -142,7 +142,7 @@ module Glassnode
142
142
  # c: ["NATIVE"]
143
143
  # i: ["24h"]
144
144
  def indicators_puell_multiple(params={})
145
- authenticated_get("metrics/indicators/puell_multiple", params: params).body
145
+ authenticated_get("metrics/indicators/puell_multiple", params: params)
146
146
  end
147
147
 
148
148
  #Tier: 2
@@ -151,7 +151,7 @@ module Glassnode
151
151
  # c: ["NATIVE"]
152
152
  # i: ["1h", "24h"]
153
153
  def indicators_sopr_adjusted(params={})
154
- authenticated_get("metrics/indicators/sopr_adjusted", params: params).body
154
+ authenticated_get("metrics/indicators/sopr_adjusted", params: params)
155
155
  end
156
156
 
157
157
  #Tier: 2
@@ -160,7 +160,7 @@ module Glassnode
160
160
  # c: ["NATIVE"]
161
161
  # i: ["1h", "24h"]
162
162
  def indicators_reserve_risk(params={})
163
- authenticated_get("metrics/indicators/reserve_risk", params: params).body
163
+ authenticated_get("metrics/indicators/reserve_risk", params: params)
164
164
  end
165
165
 
166
166
  #Tier: 3
@@ -169,7 +169,7 @@ module Glassnode
169
169
  # c: ["NATIVE"]
170
170
  # i: ["1h", "24h"]
171
171
  def indicators_sopr_less_155(params={})
172
- authenticated_get("metrics/indicators/sopr_less_155", params: params).body
172
+ authenticated_get("metrics/indicators/sopr_less_155", params: params)
173
173
  end
174
174
 
175
175
  #Tier: 3
@@ -178,7 +178,7 @@ module Glassnode
178
178
  # c: ["NATIVE"]
179
179
  # i: ["1h", "24h"]
180
180
  def indicators_sopr_more_155(params={})
181
- authenticated_get("metrics/indicators/sopr_more_155", params: params).body
181
+ authenticated_get("metrics/indicators/sopr_more_155", params: params)
182
182
  end
183
183
 
184
184
  #Tier: 3
@@ -187,7 +187,7 @@ module Glassnode
187
187
  # c: ["NATIVE"]
188
188
  # i: ["1h", "24h"]
189
189
  def indicators_hodler_net_position_change(params={})
190
- authenticated_get("metrics/indicators/hodler_net_position_change", params: params).body
190
+ authenticated_get("metrics/indicators/hodler_net_position_change", params: params)
191
191
  end
192
192
 
193
193
  #Tier: 3
@@ -196,7 +196,7 @@ module Glassnode
196
196
  # c: ["NATIVE"]
197
197
  # i: ["1h", "24h"]
198
198
  def indicators_hodled_lost_coins(params={})
199
- authenticated_get("metrics/indicators/hodled_lost_coins", params: params).body
199
+ authenticated_get("metrics/indicators/hodled_lost_coins", params: params)
200
200
  end
201
201
 
202
202
  #Tier: 2
@@ -205,7 +205,7 @@ module Glassnode
205
205
  # c: ["NATIVE"]
206
206
  # i: ["24h"]
207
207
  def indicators_cyd(params={})
208
- authenticated_get("metrics/indicators/cyd", params: params).body
208
+ authenticated_get("metrics/indicators/cyd", params: params)
209
209
  end
210
210
 
211
211
  #Tier: 2
@@ -214,7 +214,7 @@ module Glassnode
214
214
  # c: ["NATIVE"]
215
215
  # i: ["24h"]
216
216
  def indicators_cyd_supply_adjusted(params={})
217
- authenticated_get("metrics/indicators/cyd_supply_adjusted", params: params).body
217
+ authenticated_get("metrics/indicators/cyd_supply_adjusted", params: params)
218
218
  end
219
219
 
220
220
  #Tier: 3
@@ -223,7 +223,7 @@ module Glassnode
223
223
  # c: ["NATIVE"]
224
224
  # i: ["24h"]
225
225
  def indicators_cyd_account_based(params={})
226
- authenticated_get("metrics/indicators/cyd_account_based", params: params).body
226
+ authenticated_get("metrics/indicators/cyd_account_based", params: params)
227
227
  end
228
228
 
229
229
  #Tier: 3
@@ -232,7 +232,7 @@ module Glassnode
232
232
  # c: ["NATIVE"]
233
233
  # i: ["24h"]
234
234
  def indicators_cyd_account_based_supply_adjusted(params={})
235
- authenticated_get("metrics/indicators/cyd_account_based_supply_adjusted", params: params).body
235
+ authenticated_get("metrics/indicators/cyd_account_based_supply_adjusted", params: params)
236
236
  end
237
237
 
238
238
  #Tier: 2
@@ -241,7 +241,7 @@ module Glassnode
241
241
  # c: ["NATIVE"]
242
242
  # i: ["24h"]
243
243
  def indicators_cdd90(params={})
244
- authenticated_get("metrics/indicators/cdd90", params: params).body
244
+ authenticated_get("metrics/indicators/cdd90", params: params)
245
245
  end
246
246
 
247
247
  #Tier: 2
@@ -250,7 +250,7 @@ module Glassnode
250
250
  # c: ["NATIVE"]
251
251
  # i: ["24h"]
252
252
  def indicators_cdd90_age_adjusted(params={})
253
- authenticated_get("metrics/indicators/cdd90_age_adjusted", params: params).body
253
+ authenticated_get("metrics/indicators/cdd90_age_adjusted", params: params)
254
254
  end
255
255
 
256
256
  #Tier: 3
@@ -259,7 +259,7 @@ module Glassnode
259
259
  # c: ["NATIVE"]
260
260
  # i: ["24h"]
261
261
  def indicators_cdd90_account_based_age_adjusted(params={})
262
- authenticated_get("metrics/indicators/cdd90_account_based_age_adjusted", params: params).body
262
+ authenticated_get("metrics/indicators/cdd90_account_based_age_adjusted", params: params)
263
263
  end
264
264
 
265
265
  #Tier: 1
@@ -268,7 +268,7 @@ module Glassnode
268
268
  # c: ["NATIVE"]
269
269
  # i: ["24h", "1h"]
270
270
  def indicators_sopr(params={})
271
- authenticated_get("metrics/indicators/sopr", params: params).body
271
+ authenticated_get("metrics/indicators/sopr", params: params)
272
272
  end
273
273
 
274
274
  #Tier: 2
@@ -277,7 +277,7 @@ module Glassnode
277
277
  # c: ["NATIVE"]
278
278
  # i: ["24h", "1h"]
279
279
  def indicators_cdd(params={})
280
- authenticated_get("metrics/indicators/cdd", params: params).body
280
+ authenticated_get("metrics/indicators/cdd", params: params)
281
281
  end
282
282
 
283
283
  #Tier: 2
@@ -286,7 +286,7 @@ module Glassnode
286
286
  # c: ["NATIVE"]
287
287
  # i: ["24h", "1h"]
288
288
  def indicators_asol(params={})
289
- authenticated_get("metrics/indicators/asol", params: params).body
289
+ authenticated_get("metrics/indicators/asol", params: params)
290
290
  end
291
291
 
292
292
  #Tier: 2
@@ -295,7 +295,7 @@ module Glassnode
295
295
  # c: ["NATIVE"]
296
296
  # i: ["24h", "1h"]
297
297
  def indicators_msol(params={})
298
- authenticated_get("metrics/indicators/msol", params: params).body
298
+ authenticated_get("metrics/indicators/msol", params: params)
299
299
  end
300
300
 
301
301
  #Tier: 2
@@ -304,7 +304,7 @@ module Glassnode
304
304
  # c: ["NATIVE"]
305
305
  # i: ["24h", "1h"]
306
306
  def indicators_average_dormancy(params={})
307
- authenticated_get("metrics/indicators/average_dormancy", params: params).body
307
+ authenticated_get("metrics/indicators/average_dormancy", params: params)
308
308
  end
309
309
 
310
310
  #Tier: 2
@@ -313,7 +313,7 @@ module Glassnode
313
313
  # c: ["NATIVE"]
314
314
  # i: ["24h", "1h"]
315
315
  def indicators_liveliness(params={})
316
- authenticated_get("metrics/indicators/liveliness", params: params).body
316
+ authenticated_get("metrics/indicators/liveliness", params: params)
317
317
  end
318
318
 
319
319
  #Tier: 2
@@ -322,7 +322,7 @@ module Glassnode
322
322
  # c: ["NATIVE"]
323
323
  # i: ["24h", "1h"]
324
324
  def indicators_unrealized_profit(params={})
325
- authenticated_get("metrics/indicators/unrealized_profit", params: params).body
325
+ authenticated_get("metrics/indicators/unrealized_profit", params: params)
326
326
  end
327
327
 
328
328
  #Tier: 2
@@ -331,7 +331,7 @@ module Glassnode
331
331
  # c: ["NATIVE"]
332
332
  # i: ["24h", "1h"]
333
333
  def indicators_unrealized_loss(params={})
334
- authenticated_get("metrics/indicators/unrealized_loss", params: params).body
334
+ authenticated_get("metrics/indicators/unrealized_loss", params: params)
335
335
  end
336
336
 
337
337
  #Tier: 2
@@ -340,7 +340,7 @@ module Glassnode
340
340
  # c: ["NATIVE"]
341
341
  # i: ["24h", "1h"]
342
342
  def indicators_net_unrealized_profit_loss(params={})
343
- authenticated_get("metrics/indicators/net_unrealized_profit_loss", params: params).body
343
+ authenticated_get("metrics/indicators/net_unrealized_profit_loss", params: params)
344
344
  end
345
345
 
346
346
  #Tier: 3
@@ -349,7 +349,7 @@ module Glassnode
349
349
  # c: ["NATIVE"]
350
350
  # i: ["24h", "1h"]
351
351
  def indicators_nupl_less_155(params={})
352
- authenticated_get("metrics/indicators/nupl_less_155", params: params).body
352
+ authenticated_get("metrics/indicators/nupl_less_155", params: params)
353
353
  end
354
354
 
355
355
  #Tier: 3
@@ -358,7 +358,7 @@ module Glassnode
358
358
  # c: ["NATIVE"]
359
359
  # i: ["24h", "1h"]
360
360
  def indicators_nupl_more_155(params={})
361
- authenticated_get("metrics/indicators/nupl_more_155", params: params).body
361
+ authenticated_get("metrics/indicators/nupl_more_155", params: params)
362
362
  end
363
363
 
364
364
  #Tier: 3
@@ -367,7 +367,7 @@ module Glassnode
367
367
  # c: ["NATIVE"]
368
368
  # i: ["24h"]
369
369
  def indicators_sopr_account_based(params={})
370
- authenticated_get("metrics/indicators/sopr_account_based", params: params).body
370
+ authenticated_get("metrics/indicators/sopr_account_based", params: params)
371
371
  end
372
372
 
373
373
  #Tier: 3
@@ -376,7 +376,7 @@ module Glassnode
376
376
  # c: ["NATIVE"]
377
377
  # i: ["24h"]
378
378
  def indicators_cdd_account_based(params={})
379
- authenticated_get("metrics/indicators/cdd_account_based", params: params).body
379
+ authenticated_get("metrics/indicators/cdd_account_based", params: params)
380
380
  end
381
381
 
382
382
  #Tier: 3
@@ -385,7 +385,7 @@ module Glassnode
385
385
  # c: ["NATIVE"]
386
386
  # i: ["24h"]
387
387
  def indicators_asol_account_based(params={})
388
- authenticated_get("metrics/indicators/asol_account_based", params: params).body
388
+ authenticated_get("metrics/indicators/asol_account_based", params: params)
389
389
  end
390
390
 
391
391
  #Tier: 3
@@ -394,7 +394,7 @@ module Glassnode
394
394
  # c: ["NATIVE"]
395
395
  # i: ["24h"]
396
396
  def indicators_msol_account_based(params={})
397
- authenticated_get("metrics/indicators/msol_account_based", params: params).body
397
+ authenticated_get("metrics/indicators/msol_account_based", params: params)
398
398
  end
399
399
 
400
400
  #Tier: 3
@@ -403,7 +403,7 @@ module Glassnode
403
403
  # c: ["NATIVE"]
404
404
  # i: ["24h"]
405
405
  def indicators_dormancy_account_based(params={})
406
- authenticated_get("metrics/indicators/dormancy_account_based", params: params).body
406
+ authenticated_get("metrics/indicators/dormancy_account_based", params: params)
407
407
  end
408
408
 
409
409
  #Tier: 2
@@ -412,7 +412,7 @@ module Glassnode
412
412
  # c: ["NATIVE"]
413
413
  # i: ["24h"]
414
414
  def indicators_dormancy_flow(params={})
415
- authenticated_get("metrics/indicators/dormancy_flow", params: params).body
415
+ authenticated_get("metrics/indicators/dormancy_flow", params: params)
416
416
  end
417
417
 
418
418
  #Tier: 3
@@ -421,7 +421,7 @@ module Glassnode
421
421
  # c: ["NATIVE"]
422
422
  # i: ["24h"]
423
423
  def indicators_liveliness_account_based(params={})
424
- authenticated_get("metrics/indicators/liveliness_account_based", params: params).body
424
+ authenticated_get("metrics/indicators/liveliness_account_based", params: params)
425
425
  end
426
426
 
427
427
  #Tier: 3
@@ -430,7 +430,7 @@ module Glassnode
430
430
  # c: ["NATIVE"]
431
431
  # i: ["24h"]
432
432
  def indicators_mvrv_account_based(params={})
433
- authenticated_get("metrics/indicators/mvrv_account_based", params: params).body
433
+ authenticated_get("metrics/indicators/mvrv_account_based", params: params)
434
434
  end
435
435
 
436
436
  #Tier: 3
@@ -439,7 +439,7 @@ module Glassnode
439
439
  # c: ["NATIVE"]
440
440
  # i: ["24h"]
441
441
  def indicators_rcap_account_based(params={})
442
- authenticated_get("metrics/indicators/rcap_account_based", params: params).body
442
+ authenticated_get("metrics/indicators/rcap_account_based", params: params)
443
443
  end
444
444
 
445
445
  #Tier: 3
@@ -448,7 +448,7 @@ module Glassnode
448
448
  # c: ["NATIVE"]
449
449
  # i: ["24h"]
450
450
  def indicators_unrealized_profit_account_based(params={})
451
- authenticated_get("metrics/indicators/unrealized_profit_account_based", params: params).body
451
+ authenticated_get("metrics/indicators/unrealized_profit_account_based", params: params)
452
452
  end
453
453
 
454
454
  #Tier: 3
@@ -457,7 +457,7 @@ module Glassnode
457
457
  # c: ["NATIVE"]
458
458
  # i: ["24h"]
459
459
  def indicators_unrealized_loss_account_based(params={})
460
- authenticated_get("metrics/indicators/unrealized_loss_account_based", params: params).body
460
+ authenticated_get("metrics/indicators/unrealized_loss_account_based", params: params)
461
461
  end
462
462
 
463
463
  #Tier: 3
@@ -466,7 +466,7 @@ module Glassnode
466
466
  # c: ["NATIVE"]
467
467
  # i: ["24h"]
468
468
  def indicators_net_unrealized_profit_loss_account_based(params={})
469
- authenticated_get("metrics/indicators/net_unrealized_profit_loss_account_based", params: params).body
469
+ authenticated_get("metrics/indicators/net_unrealized_profit_loss_account_based", params: params)
470
470
  end
471
471
 
472
472
  #Tier: 3
@@ -475,7 +475,7 @@ module Glassnode
475
475
  # c: ["NATIVE"]
476
476
  # i: ["24h"]
477
477
  def indicators_nupl_less_155_account_based(params={})
478
- authenticated_get("metrics/indicators/nupl_less_155_account_based", params: params).body
478
+ authenticated_get("metrics/indicators/nupl_less_155_account_based", params: params)
479
479
  end
480
480
 
481
481
  #Tier: 3
@@ -484,7 +484,7 @@ module Glassnode
484
484
  # c: ["NATIVE"]
485
485
  # i: ["24h"]
486
486
  def indicators_nupl_more_155_account_based(params={})
487
- authenticated_get("metrics/indicators/nupl_more_155_account_based", params: params).body
487
+ authenticated_get("metrics/indicators/nupl_more_155_account_based", params: params)
488
488
  end
489
489
 
490
490
  #Tier: 2
@@ -493,7 +493,7 @@ module Glassnode
493
493
  # c: ["USD"]
494
494
  # i: ["1h", "24h"]
495
495
  def indicators_net_realized_profit_loss(params={})
496
- authenticated_get("metrics/indicators/net_realized_profit_loss", params: params).body
496
+ authenticated_get("metrics/indicators/net_realized_profit_loss", params: params)
497
497
  end
498
498
 
499
499
  #Tier: 2
@@ -502,7 +502,7 @@ module Glassnode
502
502
  # c: ["NATIVE"]
503
503
  # i: ["1h", "24h"]
504
504
  def indicators_realized_profit_loss_ratio(params={})
505
- authenticated_get("metrics/indicators/realized_profit_loss_ratio", params: params).body
505
+ authenticated_get("metrics/indicators/realized_profit_loss_ratio", params: params)
506
506
  end
507
507
 
508
508
  #Tier: 1
@@ -511,7 +511,7 @@ module Glassnode
511
511
  # c: ["NATIVE"]
512
512
  # i: ["24h"]
513
513
  def indicators_stock_to_flow_ratio(params={})
514
- authenticated_get("metrics/indicators/stock_to_flow_ratio", params: params).body
514
+ authenticated_get("metrics/indicators/stock_to_flow_ratio", params: params)
515
515
  end
516
516
 
517
517
  #Tier: 2
@@ -520,7 +520,7 @@ module Glassnode
520
520
  # c: ["NATIVE"]
521
521
  # i: ["1h", "24h"]
522
522
  def indicators_stock_to_flow_deflection(params={})
523
- authenticated_get("metrics/indicators/stock_to_flow_deflection", params: params).body
523
+ authenticated_get("metrics/indicators/stock_to_flow_deflection", params: params)
524
524
  end
525
525
 
526
526
  #Tier: 2
@@ -529,7 +529,7 @@ module Glassnode
529
529
  # c: ["USD"]
530
530
  # i: ["1h", "24h"]
531
531
  def indicators_realized_profit(params={})
532
- authenticated_get("metrics/indicators/realized_profit", params: params).body
532
+ authenticated_get("metrics/indicators/realized_profit", params: params)
533
533
  end
534
534
 
535
535
  #Tier: 2
@@ -538,7 +538,7 @@ module Glassnode
538
538
  # c: ["USD"]
539
539
  # i: ["1h", "24h"]
540
540
  def indicators_realized_loss(params={})
541
- authenticated_get("metrics/indicators/realized_loss", params: params).body
541
+ authenticated_get("metrics/indicators/realized_loss", params: params)
542
542
  end
543
543
 
544
544
  #Tier: 2
@@ -547,7 +547,7 @@ module Glassnode
547
547
  # c: ["NATIVE"]
548
548
  # i: ["1h", "24h"]
549
549
  def indicators_ssr(params={})
550
- authenticated_get("metrics/indicators/ssr", params: params).body
550
+ authenticated_get("metrics/indicators/ssr", params: params)
551
551
  end
552
552
 
553
553
  #Tier: 2
@@ -556,7 +556,7 @@ module Glassnode
556
556
  # c: ["NATIVE"]
557
557
  # i: ["1h", "24h"]
558
558
  def indicators_ssr_oscillator(params={})
559
- authenticated_get("metrics/indicators/ssr_oscillator", params: params).body
559
+ authenticated_get("metrics/indicators/ssr_oscillator", params: params)
560
560
  end
561
561
 
562
562
  #Tier: 3
@@ -565,7 +565,7 @@ module Glassnode
565
565
  # c: ["NATIVE"]
566
566
  # i: ["24h"]
567
567
  def indicators_utxo_realized_price_distribution_ath(params={})
568
- authenticated_get("metrics/indicators/utxo_realized_price_distribution_ath", params: params).body
568
+ authenticated_get("metrics/indicators/utxo_realized_price_distribution_ath", params: params)
569
569
  end
570
570
 
571
571
  #Tier: 3
@@ -574,7 +574,7 @@ module Glassnode
574
574
  # c: ["NATIVE"]
575
575
  # i: ["24h"]
576
576
  def indicators_utxo_realized_price_distribution_percent(params={})
577
- authenticated_get("metrics/indicators/utxo_realized_price_distribution_percent", params: params).body
577
+ authenticated_get("metrics/indicators/utxo_realized_price_distribution_percent", params: params)
578
578
  end
579
579
 
580
580
  #Tier: 3
@@ -583,7 +583,7 @@ module Glassnode
583
583
  # c: ["NATIVE"]
584
584
  # i: ["24h"]
585
585
  def indicators_urpd_entity_adjusted(params={})
586
- authenticated_get("metrics/indicators/urpd_entity_adjusted", params: params).body
586
+ authenticated_get("metrics/indicators/urpd_entity_adjusted", params: params)
587
587
  end
588
588
 
589
589
  #Tier: 2
@@ -592,7 +592,7 @@ module Glassnode
592
592
  # c: ["NATIVE"]
593
593
  # i: ["24h"]
594
594
  def indicators_soab(params={})
595
- authenticated_get("metrics/indicators/soab", params: params).body
595
+ authenticated_get("metrics/indicators/soab", params: params)
596
596
  end
597
597
 
598
598
  #Tier: 2
@@ -601,7 +601,7 @@ module Glassnode
601
601
  # c: ["NATIVE"]
602
602
  # i: ["1h", "24h", "10m"]
603
603
  def indicators_sol_1h(params={})
604
- authenticated_get("metrics/indicators/sol_1h", params: params).body
604
+ authenticated_get("metrics/indicators/sol_1h", params: params)
605
605
  end
606
606
 
607
607
  #Tier: 2
@@ -610,7 +610,7 @@ module Glassnode
610
610
  # c: ["NATIVE"]
611
611
  # i: ["1h", "24h", "10m"]
612
612
  def indicators_sol_1h_24h(params={})
613
- authenticated_get("metrics/indicators/sol_1h_24h", params: params).body
613
+ authenticated_get("metrics/indicators/sol_1h_24h", params: params)
614
614
  end
615
615
 
616
616
  #Tier: 2
@@ -619,7 +619,7 @@ module Glassnode
619
619
  # c: ["NATIVE"]
620
620
  # i: ["1h", "24h", "10m"]
621
621
  def indicators_sol_1d_1w(params={})
622
- authenticated_get("metrics/indicators/sol_1d_1w", params: params).body
622
+ authenticated_get("metrics/indicators/sol_1d_1w", params: params)
623
623
  end
624
624
 
625
625
  #Tier: 2
@@ -628,7 +628,7 @@ module Glassnode
628
628
  # c: ["NATIVE"]
629
629
  # i: ["1h", "24h", "10m"]
630
630
  def indicators_sol_1w_1m(params={})
631
- authenticated_get("metrics/indicators/sol_1w_1m", params: params).body
631
+ authenticated_get("metrics/indicators/sol_1w_1m", params: params)
632
632
  end
633
633
 
634
634
  #Tier: 2
@@ -637,7 +637,7 @@ module Glassnode
637
637
  # c: ["NATIVE"]
638
638
  # i: ["1h", "24h", "10m"]
639
639
  def indicators_sol_1m_3m(params={})
640
- authenticated_get("metrics/indicators/sol_1m_3m", params: params).body
640
+ authenticated_get("metrics/indicators/sol_1m_3m", params: params)
641
641
  end
642
642
 
643
643
  #Tier: 2
@@ -646,7 +646,7 @@ module Glassnode
646
646
  # c: ["NATIVE"]
647
647
  # i: ["1h", "24h", "10m"]
648
648
  def indicators_sol_3m_6m(params={})
649
- authenticated_get("metrics/indicators/sol_3m_6m", params: params).body
649
+ authenticated_get("metrics/indicators/sol_3m_6m", params: params)
650
650
  end
651
651
 
652
652
  #Tier: 2
@@ -655,7 +655,7 @@ module Glassnode
655
655
  # c: ["NATIVE"]
656
656
  # i: ["1h", "24h", "10m"]
657
657
  def indicators_sol_6m_12m(params={})
658
- authenticated_get("metrics/indicators/sol_6m_12m", params: params).body
658
+ authenticated_get("metrics/indicators/sol_6m_12m", params: params)
659
659
  end
660
660
 
661
661
  #Tier: 2
@@ -664,7 +664,7 @@ module Glassnode
664
664
  # c: ["NATIVE"]
665
665
  # i: ["1h", "24h", "10m"]
666
666
  def indicators_sol_1y_2y(params={})
667
- authenticated_get("metrics/indicators/sol_1y_2y", params: params).body
667
+ authenticated_get("metrics/indicators/sol_1y_2y", params: params)
668
668
  end
669
669
 
670
670
  #Tier: 2
@@ -673,7 +673,7 @@ module Glassnode
673
673
  # c: ["NATIVE"]
674
674
  # i: ["1h", "24h", "10m"]
675
675
  def indicators_sol_2y_3y(params={})
676
- authenticated_get("metrics/indicators/sol_2y_3y", params: params).body
676
+ authenticated_get("metrics/indicators/sol_2y_3y", params: params)
677
677
  end
678
678
 
679
679
  #Tier: 2
@@ -682,7 +682,7 @@ module Glassnode
682
682
  # c: ["NATIVE"]
683
683
  # i: ["1h", "24h", "10m"]
684
684
  def indicators_sol_3y_5y(params={})
685
- authenticated_get("metrics/indicators/sol_3y_5y", params: params).body
685
+ authenticated_get("metrics/indicators/sol_3y_5y", params: params)
686
686
  end
687
687
 
688
688
  #Tier: 2
@@ -691,7 +691,7 @@ module Glassnode
691
691
  # c: ["NATIVE"]
692
692
  # i: ["1h", "24h", "10m"]
693
693
  def indicators_sol_5y_7y(params={})
694
- authenticated_get("metrics/indicators/sol_5y_7y", params: params).body
694
+ authenticated_get("metrics/indicators/sol_5y_7y", params: params)
695
695
  end
696
696
 
697
697
  #Tier: 2
@@ -700,7 +700,7 @@ module Glassnode
700
700
  # c: ["NATIVE"]
701
701
  # i: ["1h", "24h", "10m"]
702
702
  def indicators_sol_7y_10y(params={})
703
- authenticated_get("metrics/indicators/sol_7y_10y", params: params).body
703
+ authenticated_get("metrics/indicators/sol_7y_10y", params: params)
704
704
  end
705
705
 
706
706
  #Tier: 2
@@ -709,7 +709,7 @@ module Glassnode
709
709
  # c: ["NATIVE"]
710
710
  # i: ["1h", "24h", "10m"]
711
711
  def indicators_sol_more_10y(params={})
712
- authenticated_get("metrics/indicators/sol_more_10y", params: params).body
712
+ authenticated_get("metrics/indicators/sol_more_10y", params: params)
713
713
  end
714
714
 
715
715
  #Tier: 2
@@ -718,7 +718,7 @@ module Glassnode
718
718
  # c: ["NATIVE"]
719
719
  # i: ["24h"]
720
720
  def indicators_svab(params={})
721
- authenticated_get("metrics/indicators/svab", params: params).body
721
+ authenticated_get("metrics/indicators/svab", params: params)
722
722
  end
723
723
 
724
724
  #Tier: 2
@@ -727,7 +727,7 @@ module Glassnode
727
727
  # c: ["USD", "NATIVE"]
728
728
  # i: ["1h", "24h", "10m"]
729
729
  def indicators_svl_1h(params={})
730
- authenticated_get("metrics/indicators/svl_1h", params: params).body
730
+ authenticated_get("metrics/indicators/svl_1h", params: params)
731
731
  end
732
732
 
733
733
  #Tier: 2
@@ -736,7 +736,7 @@ module Glassnode
736
736
  # c: ["USD", "NATIVE"]
737
737
  # i: ["1h", "24h", "10m"]
738
738
  def indicators_svl_1h_24h(params={})
739
- authenticated_get("metrics/indicators/svl_1h_24h", params: params).body
739
+ authenticated_get("metrics/indicators/svl_1h_24h", params: params)
740
740
  end
741
741
 
742
742
  #Tier: 2
@@ -745,7 +745,7 @@ module Glassnode
745
745
  # c: ["USD", "NATIVE"]
746
746
  # i: ["1h", "24h", "10m"]
747
747
  def indicators_svl_1d_1w(params={})
748
- authenticated_get("metrics/indicators/svl_1d_1w", params: params).body
748
+ authenticated_get("metrics/indicators/svl_1d_1w", params: params)
749
749
  end
750
750
 
751
751
  #Tier: 2
@@ -754,7 +754,7 @@ module Glassnode
754
754
  # c: ["USD", "NATIVE"]
755
755
  # i: ["1h", "24h", "10m"]
756
756
  def indicators_svl_1w_1m(params={})
757
- authenticated_get("metrics/indicators/svl_1w_1m", params: params).body
757
+ authenticated_get("metrics/indicators/svl_1w_1m", params: params)
758
758
  end
759
759
 
760
760
  #Tier: 2
@@ -763,7 +763,7 @@ module Glassnode
763
763
  # c: ["USD", "NATIVE"]
764
764
  # i: ["1h", "24h", "10m"]
765
765
  def indicators_svl_1m_3m(params={})
766
- authenticated_get("metrics/indicators/svl_1m_3m", params: params).body
766
+ authenticated_get("metrics/indicators/svl_1m_3m", params: params)
767
767
  end
768
768
 
769
769
  #Tier: 2
@@ -772,7 +772,7 @@ module Glassnode
772
772
  # c: ["USD", "NATIVE"]
773
773
  # i: ["1h", "24h", "10m"]
774
774
  def indicators_svl_3m_6m(params={})
775
- authenticated_get("metrics/indicators/svl_3m_6m", params: params).body
775
+ authenticated_get("metrics/indicators/svl_3m_6m", params: params)
776
776
  end
777
777
 
778
778
  #Tier: 2
@@ -781,7 +781,7 @@ module Glassnode
781
781
  # c: ["USD", "NATIVE"]
782
782
  # i: ["1h", "24h", "10m"]
783
783
  def indicators_svl_6m_12m(params={})
784
- authenticated_get("metrics/indicators/svl_6m_12m", params: params).body
784
+ authenticated_get("metrics/indicators/svl_6m_12m", params: params)
785
785
  end
786
786
 
787
787
  #Tier: 2
@@ -790,7 +790,7 @@ module Glassnode
790
790
  # c: ["USD", "NATIVE"]
791
791
  # i: ["1h", "24h", "10m"]
792
792
  def indicators_svl_1y_2y(params={})
793
- authenticated_get("metrics/indicators/svl_1y_2y", params: params).body
793
+ authenticated_get("metrics/indicators/svl_1y_2y", params: params)
794
794
  end
795
795
 
796
796
  #Tier: 2
@@ -799,7 +799,7 @@ module Glassnode
799
799
  # c: ["USD", "NATIVE"]
800
800
  # i: ["1h", "24h", "10m"]
801
801
  def indicators_svl_2y_3y(params={})
802
- authenticated_get("metrics/indicators/svl_2y_3y", params: params).body
802
+ authenticated_get("metrics/indicators/svl_2y_3y", params: params)
803
803
  end
804
804
 
805
805
  #Tier: 2
@@ -808,7 +808,7 @@ module Glassnode
808
808
  # c: ["USD", "NATIVE"]
809
809
  # i: ["1h", "24h", "10m"]
810
810
  def indicators_svl_3y_5y(params={})
811
- authenticated_get("metrics/indicators/svl_3y_5y", params: params).body
811
+ authenticated_get("metrics/indicators/svl_3y_5y", params: params)
812
812
  end
813
813
 
814
814
  #Tier: 2
@@ -817,7 +817,7 @@ module Glassnode
817
817
  # c: ["USD", "NATIVE"]
818
818
  # i: ["1h", "24h", "10m"]
819
819
  def indicators_svl_5y_7y(params={})
820
- authenticated_get("metrics/indicators/svl_5y_7y", params: params).body
820
+ authenticated_get("metrics/indicators/svl_5y_7y", params: params)
821
821
  end
822
822
 
823
823
  #Tier: 2
@@ -826,7 +826,7 @@ module Glassnode
826
826
  # c: ["USD", "NATIVE"]
827
827
  # i: ["1h", "24h", "10m"]
828
828
  def indicators_svl_7y_10y(params={})
829
- authenticated_get("metrics/indicators/svl_7y_10y", params: params).body
829
+ authenticated_get("metrics/indicators/svl_7y_10y", params: params)
830
830
  end
831
831
 
832
832
  #Tier: 2
@@ -835,7 +835,7 @@ module Glassnode
835
835
  # c: ["USD", "NATIVE"]
836
836
  # i: ["1h", "24h", "10m"]
837
837
  def indicators_svl_more_10y(params={})
838
- authenticated_get("metrics/indicators/svl_more_10y", params: params).body
838
+ authenticated_get("metrics/indicators/svl_more_10y", params: params)
839
839
  end
840
840
 
841
841
  #Tier: 2
@@ -844,7 +844,7 @@ module Glassnode
844
844
  # c: ["NATIVE"]
845
845
  # i: ["1h", "24h"]
846
846
  def indicators_bvin(params={})
847
- authenticated_get("metrics/indicators/bvin", params: params).body
847
+ authenticated_get("metrics/indicators/bvin", params: params)
848
848
  end
849
849
 
850
850
  #Tier: 2
@@ -853,7 +853,7 @@ module Glassnode
853
853
  # c: ["USD"]
854
854
  # i: ["24h", "1h"]
855
855
  def indicators_investor_capitalization(params={})
856
- authenticated_get("metrics/indicators/investor_capitalization", params: params).body
856
+ authenticated_get("metrics/indicators/investor_capitalization", params: params)
857
857
  end
858
858
 
859
859
  #Tier: 2
@@ -862,7 +862,7 @@ module Glassnode
862
862
  # c: ["USD"]
863
863
  # i: ["24h", "1h"]
864
864
  def indicators_realized_profits_to_value_ratio(params={})
865
- authenticated_get("metrics/indicators/realized_profits_to_value_ratio", params: params).body
865
+ authenticated_get("metrics/indicators/realized_profits_to_value_ratio", params: params)
866
866
  end
867
867
 
868
868
  #Tier: 2
@@ -871,7 +871,7 @@ module Glassnode
871
871
  # c: ["USD"]
872
872
  # i: ["24h"]
873
873
  def indicators_seller_exhaustion_constant(params={})
874
- authenticated_get("metrics/indicators/seller_exhaustion_constant", params: params).body
874
+ authenticated_get("metrics/indicators/seller_exhaustion_constant", params: params)
875
875
  end
876
876
 
877
877
  #Tier: 2
@@ -880,7 +880,7 @@ module Glassnode
880
880
  # c: ["NATIVE"]
881
881
  # i: ["24h"]
882
882
  def indicators_accumulation_trend_score(params={})
883
- authenticated_get("metrics/indicators/accumulation_trend_score", params: params).body
883
+ authenticated_get("metrics/indicators/accumulation_trend_score", params: params)
884
884
  end
885
885
 
886
886
  #Tier: 1
@@ -889,7 +889,7 @@ module Glassnode
889
889
  # c: ["NATIVE"]
890
890
  # i: ["24h"]
891
891
  def indicators_pi_cycle_top(params={})
892
- authenticated_get("metrics/indicators/pi_cycle_top", params: params).body
892
+ authenticated_get("metrics/indicators/pi_cycle_top", params: params)
893
893
  end
894
894
 
895
895
  end