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.
@@ -7,7 +7,7 @@ module Glassnode
7
7
  # e: exchange name
8
8
  # c: ["NATIVE"]
9
9
  # i: ["1h", "24h", "10m"]
10
- def futures_funding_rate_perpetual(params={})
10
+ def derivatives_futures_funding_rate_perpetual(params={})
11
11
  authenticated_get("metrics/derivatives/futures_funding_rate_perpetual", params: params).body
12
12
  end
13
13
 
@@ -16,7 +16,7 @@ module Glassnode
16
16
  # a: asset symbol
17
17
  # c: ["NATIVE"]
18
18
  # i: ["1h", "24h"]
19
- def futures_funding_rate_perpetual_all(params={})
19
+ def derivatives_futures_funding_rate_perpetual_all(params={})
20
20
  authenticated_get("metrics/derivatives/futures_funding_rate_perpetual_all", params: params).body
21
21
  end
22
22
 
@@ -26,7 +26,7 @@ module Glassnode
26
26
  # e: exchange name
27
27
  # c: ["NATIVE"]
28
28
  # i: ["1h", "24h", "10m"]
29
- def futures_open_interest_cash_margin_sum(params={})
29
+ def derivatives_futures_open_interest_cash_margin_sum(params={})
30
30
  authenticated_get("metrics/derivatives/futures_open_interest_cash_margin_sum", params: params).body
31
31
  end
32
32
 
@@ -36,7 +36,7 @@ module Glassnode
36
36
  # e: exchange name
37
37
  # c: ["NATIVE"]
38
38
  # i: ["1h", "24h", "10m"]
39
- def futures_open_interest_crypto_margin_sum(params={})
39
+ def derivatives_futures_open_interest_crypto_margin_sum(params={})
40
40
  authenticated_get("metrics/derivatives/futures_open_interest_crypto_margin_sum", params: params).body
41
41
  end
42
42
 
@@ -46,7 +46,7 @@ module Glassnode
46
46
  # e: exchange name
47
47
  # c: ["NATIVE"]
48
48
  # i: ["1h", "24h", "10m"]
49
- def futures_open_interest_crypto_margin_relative(params={})
49
+ def derivatives_futures_open_interest_crypto_margin_relative(params={})
50
50
  authenticated_get("metrics/derivatives/futures_open_interest_crypto_margin_relative", params: params).body
51
51
  end
52
52
 
@@ -56,7 +56,7 @@ module Glassnode
56
56
  # e: exchange name
57
57
  # c: ["NATIVE"]
58
58
  # i: ["1h", "24h", "10m"]
59
- def futures_estimated_leverage_ratio(params={})
59
+ def derivatives_futures_estimated_leverage_ratio(params={})
60
60
  authenticated_get("metrics/derivatives/futures_estimated_leverage_ratio", params: params).body
61
61
  end
62
62
 
@@ -66,7 +66,7 @@ module Glassnode
66
66
  # e: exchange name
67
67
  # c: ["NATIVE"]
68
68
  # i: ["1h", "24h", "10m"]
69
- def options_atm_implied_volatility_1_week(params={})
69
+ def derivatives_options_atm_implied_volatility_1_week(params={})
70
70
  authenticated_get("metrics/derivatives/options_atm_implied_volatility_1_week", params: params).body
71
71
  end
72
72
 
@@ -76,7 +76,7 @@ module Glassnode
76
76
  # e: exchange name
77
77
  # c: ["NATIVE"]
78
78
  # i: ["1h", "24h", "10m"]
79
- def options_atm_implied_volatility_1_month(params={})
79
+ def derivatives_options_atm_implied_volatility_1_month(params={})
80
80
  authenticated_get("metrics/derivatives/options_atm_implied_volatility_1_month", params: params).body
81
81
  end
82
82
 
@@ -86,7 +86,7 @@ module Glassnode
86
86
  # e: exchange name
87
87
  # c: ["NATIVE"]
88
88
  # i: ["1h", "24h", "10m"]
89
- def options_atm_implied_volatility_3_months(params={})
89
+ def derivatives_options_atm_implied_volatility_3_months(params={})
90
90
  authenticated_get("metrics/derivatives/options_atm_implied_volatility_3_months", params: params).body
91
91
  end
92
92
 
@@ -96,7 +96,7 @@ module Glassnode
96
96
  # e: exchange name
97
97
  # c: ["NATIVE"]
98
98
  # i: ["1h", "24h", "10m"]
99
- def options_atm_implied_volatility_6_months(params={})
99
+ def derivatives_options_atm_implied_volatility_6_months(params={})
100
100
  authenticated_get("metrics/derivatives/options_atm_implied_volatility_6_months", params: params).body
101
101
  end
102
102
 
@@ -106,7 +106,7 @@ module Glassnode
106
106
  # e: exchange name
107
107
  # c: ["NATIVE"]
108
108
  # i: ["1h", "24h", "10m"]
109
- def options_atm_implied_volatility_all(params={})
109
+ def derivatives_options_atm_implied_volatility_all(params={})
110
110
  authenticated_get("metrics/derivatives/options_atm_implied_volatility_all", params: params).body
111
111
  end
112
112
 
@@ -116,7 +116,7 @@ module Glassnode
116
116
  # e: exchange name
117
117
  # c: ["NATIVE"]
118
118
  # i: ["1h", "24h", "10m"]
119
- def options_25delta_skew_1_week(params={})
119
+ def derivatives_options_25delta_skew_1_week(params={})
120
120
  authenticated_get("metrics/derivatives/options_25delta_skew_1_week", params: params).body
121
121
  end
122
122
 
@@ -126,7 +126,7 @@ module Glassnode
126
126
  # e: exchange name
127
127
  # c: ["NATIVE"]
128
128
  # i: ["1h", "24h", "10m"]
129
- def options_25delta_skew_1_month(params={})
129
+ def derivatives_options_25delta_skew_1_month(params={})
130
130
  authenticated_get("metrics/derivatives/options_25delta_skew_1_month", params: params).body
131
131
  end
132
132
 
@@ -136,7 +136,7 @@ module Glassnode
136
136
  # e: exchange name
137
137
  # c: ["NATIVE"]
138
138
  # i: ["1h", "24h", "10m"]
139
- def options_25delta_skew_3_months(params={})
139
+ def derivatives_options_25delta_skew_3_months(params={})
140
140
  authenticated_get("metrics/derivatives/options_25delta_skew_3_months", params: params).body
141
141
  end
142
142
 
@@ -146,7 +146,7 @@ module Glassnode
146
146
  # e: exchange name
147
147
  # c: ["NATIVE"]
148
148
  # i: ["1h", "24h", "10m"]
149
- def options_25delta_skew_6_months(params={})
149
+ def derivatives_options_25delta_skew_6_months(params={})
150
150
  authenticated_get("metrics/derivatives/options_25delta_skew_6_months", params: params).body
151
151
  end
152
152
 
@@ -156,7 +156,7 @@ module Glassnode
156
156
  # e: exchange name
157
157
  # c: ["NATIVE"]
158
158
  # i: ["1h", "24h", "10m"]
159
- def options_25delta_skew_all(params={})
159
+ def derivatives_options_25delta_skew_all(params={})
160
160
  authenticated_get("metrics/derivatives/options_25delta_skew_all", params: params).body
161
161
  end
162
162
 
@@ -166,7 +166,7 @@ module Glassnode
166
166
  # e: exchange name
167
167
  # c: ["NATIVE", "USD"]
168
168
  # i: ["1h", "24h", "10m"]
169
- def futures_volume_daily_sum(params={})
169
+ def derivatives_futures_volume_daily_sum(params={})
170
170
  authenticated_get("metrics/derivatives/futures_volume_daily_sum", params: params).body
171
171
  end
172
172
 
@@ -176,7 +176,7 @@ module Glassnode
176
176
  # e: exchange name
177
177
  # c: ["NATIVE", "USD"]
178
178
  # i: ["1h", "24h", "10m"]
179
- def futures_volume_daily_perpetual_sum(params={})
179
+ def derivatives_futures_volume_daily_perpetual_sum(params={})
180
180
  authenticated_get("metrics/derivatives/futures_volume_daily_perpetual_sum", params: params).body
181
181
  end
182
182
 
@@ -186,7 +186,7 @@ module Glassnode
186
186
  # e: exchange name
187
187
  # c: ["NATIVE", "USD"]
188
188
  # i: ["1h", "24h", "10m"]
189
- def futures_open_interest_sum(params={})
189
+ def derivatives_futures_open_interest_sum(params={})
190
190
  authenticated_get("metrics/derivatives/futures_open_interest_sum", params: params).body
191
191
  end
192
192
 
@@ -196,7 +196,7 @@ module Glassnode
196
196
  # e: exchange name
197
197
  # c: ["NATIVE", "USD"]
198
198
  # i: ["1h", "24h", "10m"]
199
- def futures_open_interest_perpetual_sum(params={})
199
+ def derivatives_futures_open_interest_perpetual_sum(params={})
200
200
  authenticated_get("metrics/derivatives/futures_open_interest_perpetual_sum", params: params).body
201
201
  end
202
202
 
@@ -206,7 +206,7 @@ module Glassnode
206
206
  # e: exchange name
207
207
  # c: ["NATIVE", "USD"]
208
208
  # i: ["1h", "24h", "10m"]
209
- def futures_liquidated_volume_short_sum(params={})
209
+ def derivatives_futures_liquidated_volume_short_sum(params={})
210
210
  authenticated_get("metrics/derivatives/futures_liquidated_volume_short_sum", params: params).body
211
211
  end
212
212
 
@@ -216,7 +216,7 @@ module Glassnode
216
216
  # e: exchange name
217
217
  # c: ["NATIVE", "USD"]
218
218
  # i: ["1h", "24h", "10m"]
219
- def futures_liquidated_volume_short_mean(params={})
219
+ def derivatives_futures_liquidated_volume_short_mean(params={})
220
220
  authenticated_get("metrics/derivatives/futures_liquidated_volume_short_mean", params: params).body
221
221
  end
222
222
 
@@ -226,7 +226,7 @@ module Glassnode
226
226
  # e: exchange name
227
227
  # c: ["NATIVE", "USD"]
228
228
  # i: ["1h", "24h", "10m"]
229
- def futures_liquidated_volume_long_sum(params={})
229
+ def derivatives_futures_liquidated_volume_long_sum(params={})
230
230
  authenticated_get("metrics/derivatives/futures_liquidated_volume_long_sum", params: params).body
231
231
  end
232
232
 
@@ -236,7 +236,7 @@ module Glassnode
236
236
  # e: exchange name
237
237
  # c: ["NATIVE", "USD"]
238
238
  # i: ["1h", "24h", "10m"]
239
- def futures_liquidated_volume_long_mean(params={})
239
+ def derivatives_futures_liquidated_volume_long_mean(params={})
240
240
  authenticated_get("metrics/derivatives/futures_liquidated_volume_long_mean", params: params).body
241
241
  end
242
242
 
@@ -246,7 +246,7 @@ module Glassnode
246
246
  # e: exchange name
247
247
  # c: ["NATIVE", "USD"]
248
248
  # i: ["1h", "24h", "10m"]
249
- def futures_liquidated_volume_long_relative(params={})
249
+ def derivatives_futures_liquidated_volume_long_relative(params={})
250
250
  authenticated_get("metrics/derivatives/futures_liquidated_volume_long_relative", params: params).body
251
251
  end
252
252
 
@@ -255,7 +255,7 @@ module Glassnode
255
255
  # a: asset symbol
256
256
  # c: ["NATIVE", "USD"]
257
257
  # i: ["1h", "24h"]
258
- def futures_volume_daily_sum_all(params={})
258
+ def derivatives_futures_volume_daily_sum_all(params={})
259
259
  authenticated_get("metrics/derivatives/futures_volume_daily_sum_all", params: params).body
260
260
  end
261
261
 
@@ -264,7 +264,7 @@ module Glassnode
264
264
  # a: asset symbol
265
265
  # c: ["NATIVE", "USD"]
266
266
  # i: ["1h", "24h"]
267
- def futures_volume_daily_perpetual_sum_all(params={})
267
+ def derivatives_futures_volume_daily_perpetual_sum_all(params={})
268
268
  authenticated_get("metrics/derivatives/futures_volume_daily_perpetual_sum_all", params: params).body
269
269
  end
270
270
 
@@ -273,7 +273,7 @@ module Glassnode
273
273
  # a: asset symbol
274
274
  # c: ["NATIVE", "USD"]
275
275
  # i: ["1h", "24h"]
276
- def futures_open_interest_sum_all(params={})
276
+ def derivatives_futures_open_interest_sum_all(params={})
277
277
  authenticated_get("metrics/derivatives/futures_open_interest_sum_all", params: params).body
278
278
  end
279
279
 
@@ -282,7 +282,7 @@ module Glassnode
282
282
  # a: asset symbol
283
283
  # c: ["NATIVE", "USD"]
284
284
  # i: ["1h", "24h"]
285
- def futures_open_interest_perpetual_sum_all(params={})
285
+ def derivatives_futures_open_interest_perpetual_sum_all(params={})
286
286
  authenticated_get("metrics/derivatives/futures_open_interest_perpetual_sum_all", params: params).body
287
287
  end
288
288
 
@@ -292,7 +292,7 @@ module Glassnode
292
292
  # e: exchange name
293
293
  # c: ["NATIVE", "USD"]
294
294
  # i: ["1h", "24h", "10m"]
295
- def options_volume_daily_sum(params={})
295
+ def derivatives_options_volume_daily_sum(params={})
296
296
  authenticated_get("metrics/derivatives/options_volume_daily_sum", params: params).body
297
297
  end
298
298
 
@@ -302,7 +302,7 @@ module Glassnode
302
302
  # e: exchange name
303
303
  # c: ["NATIVE", "USD"]
304
304
  # i: ["1h", "24h", "10m"]
305
- def options_open_interest_sum(params={})
305
+ def derivatives_options_open_interest_sum(params={})
306
306
  authenticated_get("metrics/derivatives/options_open_interest_sum", params: params).body
307
307
  end
308
308
 
@@ -312,7 +312,7 @@ module Glassnode
312
312
  # e: exchange name
313
313
  # c: ["NATIVE", "USD"]
314
314
  # i: ["24h"]
315
- def options_open_interest_distribution(params={})
315
+ def derivatives_options_open_interest_distribution(params={})
316
316
  authenticated_get("metrics/derivatives/options_open_interest_distribution", params: params).body
317
317
  end
318
318
 
@@ -322,7 +322,7 @@ module Glassnode
322
322
  # e: exchange name
323
323
  # c: ["USD"]
324
324
  # i: ["10m"]
325
- def futures_term_structure(params={})
325
+ def derivatives_futures_term_structure(params={})
326
326
  authenticated_get("metrics/derivatives/futures_term_structure", params: params).body
327
327
  end
328
328
 
@@ -332,7 +332,7 @@ module Glassnode
332
332
  # e: exchange name
333
333
  # c: ["USD"]
334
334
  # i: ["10m"]
335
- def futures_term_structure_by_exchange(params={})
335
+ def derivatives_futures_term_structure_by_exchange(params={})
336
336
  authenticated_get("metrics/derivatives/futures_term_structure_by_exchange", params: params).body
337
337
  end
338
338
 
@@ -342,7 +342,7 @@ module Glassnode
342
342
  # e: exchange name
343
343
  # c: ["NATIVE"]
344
344
  # i: ["1h", "24h", "10m"]
345
- def futures_annualized_basis_3m(params={})
345
+ def derivatives_futures_annualized_basis_3m(params={})
346
346
  authenticated_get("metrics/derivatives/futures_annualized_basis_3m", params: params).body
347
347
  end
348
348
 
@@ -351,7 +351,7 @@ module Glassnode
351
351
  # a: asset symbol
352
352
  # c: ["NATIVE", "USD"]
353
353
  # i: ["10m"]
354
- def futures_open_interest_latest(params={})
354
+ def derivatives_futures_open_interest_latest(params={})
355
355
  authenticated_get("metrics/derivatives/futures_open_interest_latest", params: params).body
356
356
  end
357
357
 
@@ -360,7 +360,7 @@ module Glassnode
360
360
  # a: asset symbol
361
361
  # c: ["NATIVE", "USD"]
362
362
  # i: ["10m"]
363
- def futures_volume_daily_latest(params={})
363
+ def derivatives_futures_volume_daily_latest(params={})
364
364
  authenticated_get("metrics/derivatives/futures_volume_daily_latest", params: params).body
365
365
  end
366
366
 
@@ -370,7 +370,7 @@ module Glassnode
370
370
  # e: exchange name
371
371
  # c: ["NATIVE"]
372
372
  # i: ["1h", "24h", "10m"]
373
- def options_open_interest_put_call_ratio(params={})
373
+ def derivatives_options_open_interest_put_call_ratio(params={})
374
374
  authenticated_get("metrics/derivatives/options_open_interest_put_call_ratio", params: params).body
375
375
  end
376
376
 
@@ -380,7 +380,7 @@ module Glassnode
380
380
  # e: exchange name
381
381
  # c: ["NATIVE"]
382
382
  # i: ["1h", "24h", "10m"]
383
- def options_volume_put_call_ratio(params={})
383
+ def derivatives_options_volume_put_call_ratio(params={})
384
384
  authenticated_get("metrics/derivatives/options_volume_put_call_ratio", params: params).body
385
385
  end
386
386
 
@@ -7,7 +7,7 @@ module Glassnode
7
7
  # e: exchange name
8
8
  # c: ["NATIVE", "USD"]
9
9
  # i: ["1h", "24h", "10m"]
10
- def balance_exchanges(params={})
10
+ def distribution_balance_exchanges(params={})
11
11
  authenticated_get("metrics/distribution/balance_exchanges", params: params).body
12
12
  end
13
13
 
@@ -17,7 +17,7 @@ module Glassnode
17
17
  # e: exchange name
18
18
  # c: ["NATIVE", "USD"]
19
19
  # i: ["24h"]
20
- def exchange_net_position_change(params={})
20
+ def distribution_exchange_net_position_change(params={})
21
21
  authenticated_get("metrics/distribution/exchange_net_position_change", params: params).body
22
22
  end
23
23
 
@@ -27,7 +27,7 @@ module Glassnode
27
27
  # e: exchange name
28
28
  # c: ["NATIVE"]
29
29
  # i: ["1h", "24h", "10m"]
30
- def balance_exchanges_relative(params={})
30
+ def distribution_balance_exchanges_relative(params={})
31
31
  authenticated_get("metrics/distribution/balance_exchanges_relative", params: params).body
32
32
  end
33
33
 
@@ -37,7 +37,7 @@ module Glassnode
37
37
  # e: exchange name
38
38
  # c: ["NATIVE", "USD"]
39
39
  # i: ["24h"]
40
- def balance_exchanges_all(params={})
40
+ def distribution_balance_exchanges_all(params={})
41
41
  authenticated_get("metrics/distribution/balance_exchanges_all", params: params).body
42
42
  end
43
43
 
@@ -46,7 +46,7 @@ module Glassnode
46
46
  # a: asset symbol
47
47
  # c: ["NATIVE", "USD"]
48
48
  # i: ["24h"]
49
- def balance_miners_all(params={})
49
+ def distribution_balance_miners_all(params={})
50
50
  authenticated_get("metrics/distribution/balance_miners_all", params: params).body
51
51
  end
52
52
 
@@ -55,7 +55,7 @@ module Glassnode
55
55
  # a: asset symbol
56
56
  # c: ["NATIVE"]
57
57
  # i: ["24h"]
58
- def balance_miners_change(params={})
58
+ def distribution_balance_miners_change(params={})
59
59
  authenticated_get("metrics/distribution/balance_miners_change", params: params).body
60
60
  end
61
61
 
@@ -64,7 +64,7 @@ module Glassnode
64
64
  # a: asset symbol
65
65
  # c: ["NATIVE", "USD"]
66
66
  # i: ["1h", "24h"]
67
- def balance_otc_desks(params={})
67
+ def distribution_balance_otc_desks(params={})
68
68
  authenticated_get("metrics/distribution/balance_otc_desks", params: params).body
69
69
  end
70
70
 
@@ -73,7 +73,7 @@ module Glassnode
73
73
  # a: asset symbol
74
74
  # c: ["NATIVE"]
75
75
  # i: ["24h"]
76
- def balance_1pct_holders(params={})
76
+ def distribution_balance_1pct_holders(params={})
77
77
  authenticated_get("metrics/distribution/balance_1pct_holders", params: params).body
78
78
  end
79
79
 
@@ -82,7 +82,7 @@ module Glassnode
82
82
  # a: asset symbol
83
83
  # c: ["NATIVE"]
84
84
  # i: ["24h"]
85
- def gini(params={})
85
+ def distribution_gini(params={})
86
86
  authenticated_get("metrics/distribution/gini", params: params).body
87
87
  end
88
88
 
@@ -91,7 +91,7 @@ module Glassnode
91
91
  # a: asset symbol
92
92
  # c: ["NATIVE"]
93
93
  # i: ["24h"]
94
- def herfindahl(params={})
94
+ def distribution_herfindahl(params={})
95
95
  authenticated_get("metrics/distribution/herfindahl", params: params).body
96
96
  end
97
97
 
@@ -100,7 +100,7 @@ module Glassnode
100
100
  # a: asset symbol
101
101
  # c: ["NATIVE"]
102
102
  # i: ["24h"]
103
- def supply_contracts(params={})
103
+ def distribution_supply_contracts(params={})
104
104
  authenticated_get("metrics/distribution/supply_contracts", params: params).body
105
105
  end
106
106
 
@@ -109,7 +109,7 @@ module Glassnode
109
109
  # a: asset symbol
110
110
  # c: ["NATIVE"]
111
111
  # i: ["24h"]
112
- def balance_miners_sum(params={})
112
+ def distribution_balance_miners_sum(params={})
113
113
  authenticated_get("metrics/distribution/balance_miners_sum", params: params).body
114
114
  end
115
115
 
@@ -118,7 +118,7 @@ module Glassnode
118
118
  # a: asset symbol
119
119
  # c: ["NATIVE", "USD"]
120
120
  # i: ["24h", "1h", "10m"]
121
- def balance_wbtc(params={})
121
+ def distribution_balance_wbtc(params={})
122
122
  authenticated_get("metrics/distribution/balance_wbtc", params: params).body
123
123
  end
124
124
 
@@ -127,7 +127,7 @@ module Glassnode
127
127
  # a: asset symbol
128
128
  # c: ["NATIVE", "USD"]
129
129
  # i: ["24h", "1h", "10m"]
130
- def balance_mtgox_trustee(params={})
130
+ def distribution_balance_mtgox_trustee(params={})
131
131
  authenticated_get("metrics/distribution/balance_mtgox_trustee", params: params).body
132
132
  end
133
133
 
@@ -136,7 +136,7 @@ module Glassnode
136
136
  # a: asset symbol
137
137
  # c: ["NATIVE", "USD"]
138
138
  # i: ["24h", "1h", "10m"]
139
- def balance_luna_foundation_guard(params={})
139
+ def distribution_balance_luna_foundation_guard(params={})
140
140
  authenticated_get("metrics/distribution/balance_luna_foundation_guard", params: params).body
141
141
  end
142
142
 
@@ -6,7 +6,7 @@ module Glassnode
6
6
  # a: asset symbol
7
7
  # c: ["NATIVE"]
8
8
  # i: ["24h"]
9
- def sending_count(params={})
9
+ def entities_sending_count(params={})
10
10
  authenticated_get("metrics/entities/sending_count", params: params).body
11
11
  end
12
12
 
@@ -15,7 +15,7 @@ module Glassnode
15
15
  # a: asset symbol
16
16
  # c: ["NATIVE"]
17
17
  # i: ["24h"]
18
- def receiving_count(params={})
18
+ def entities_receiving_count(params={})
19
19
  authenticated_get("metrics/entities/receiving_count", params: params).body
20
20
  end
21
21
 
@@ -24,7 +24,7 @@ module Glassnode
24
24
  # a: asset symbol
25
25
  # c: ["NATIVE"]
26
26
  # i: ["24h"]
27
- def active_count(params={})
27
+ def entities_active_count(params={})
28
28
  authenticated_get("metrics/entities/active_count", params: params).body
29
29
  end
30
30
 
@@ -33,7 +33,7 @@ module Glassnode
33
33
  # a: asset symbol
34
34
  # c: ["NATIVE"]
35
35
  # i: ["24h"]
36
- def new_count(params={})
36
+ def entities_new_count(params={})
37
37
  authenticated_get("metrics/entities/new_count", params: params).body
38
38
  end
39
39
 
@@ -42,7 +42,7 @@ module Glassnode
42
42
  # a: asset symbol
43
43
  # c: ["NATIVE"]
44
44
  # i: ["24h"]
45
- def net_growth_count(params={})
45
+ def entities_net_growth_count(params={})
46
46
  authenticated_get("metrics/entities/net_growth_count", params: params).body
47
47
  end
48
48
 
@@ -51,7 +51,7 @@ module Glassnode
51
51
  # a: asset symbol
52
52
  # c: ["NATIVE"]
53
53
  # i: ["24h"]
54
- def min_1k_count(params={})
54
+ def entities_min_1k_count(params={})
55
55
  authenticated_get("metrics/entities/min_1k_count", params: params).body
56
56
  end
57
57
 
@@ -60,7 +60,7 @@ module Glassnode
60
60
  # a: asset symbol
61
61
  # c: ["NATIVE"]
62
62
  # i: ["24h"]
63
- def supply_balance_less_0001(params={})
63
+ def entities_supply_balance_less_0001(params={})
64
64
  authenticated_get("metrics/entities/supply_balance_less_0001", params: params).body
65
65
  end
66
66
 
@@ -69,7 +69,7 @@ module Glassnode
69
69
  # a: asset symbol
70
70
  # c: ["NATIVE"]
71
71
  # i: ["24h"]
72
- def supply_balance_0001_001(params={})
72
+ def entities_supply_balance_0001_001(params={})
73
73
  authenticated_get("metrics/entities/supply_balance_0001_001", 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: ["24h"]
81
- def supply_balance_001_01(params={})
81
+ def entities_supply_balance_001_01(params={})
82
82
  authenticated_get("metrics/entities/supply_balance_001_01", 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: ["24h"]
90
- def supply_balance_01_1(params={})
90
+ def entities_supply_balance_01_1(params={})
91
91
  authenticated_get("metrics/entities/supply_balance_01_1", 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: ["24h"]
99
- def supply_balance_1_10(params={})
99
+ def entities_supply_balance_1_10(params={})
100
100
  authenticated_get("metrics/entities/supply_balance_1_10", 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: ["24h"]
108
- def supply_balance_10_100(params={})
108
+ def entities_supply_balance_10_100(params={})
109
109
  authenticated_get("metrics/entities/supply_balance_10_100", 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: ["24h"]
117
- def supply_balance_100_1k(params={})
117
+ def entities_supply_balance_100_1k(params={})
118
118
  authenticated_get("metrics/entities/supply_balance_100_1k", 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: ["24h"]
126
- def supply_balance_1k_10k(params={})
126
+ def entities_supply_balance_1k_10k(params={})
127
127
  authenticated_get("metrics/entities/supply_balance_1k_10k", 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: ["24h"]
135
- def supply_balance_10k_100k(params={})
135
+ def entities_supply_balance_10k_100k(params={})
136
136
  authenticated_get("metrics/entities/supply_balance_10k_100k", 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 supply_balance_more_100k(params={})
144
+ def entities_supply_balance_more_100k(params={})
145
145
  authenticated_get("metrics/entities/supply_balance_more_100k", 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: ["24h"]
153
- def supply_distribution_relative(params={})
153
+ def entities_supply_distribution_relative(params={})
154
154
  authenticated_get("metrics/entities/supply_distribution_relative", 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: ["24h"]
162
- def profit_relative(params={})
162
+ def entities_profit_relative(params={})
163
163
  authenticated_get("metrics/entities/profit_relative", params: params).body
164
164
  end
165
165