glassnode 0.0.1 → 0.0.4

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