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.
@@ -6,7 +6,7 @@ module Glassnode
6
6
  # a: asset symbol
7
7
  # c: ["NATIVE"]
8
8
  # i: ["24h"]
9
- def purpose_etf_holdings_sum(params={})
9
+ def institutions_purpose_etf_holdings_sum(params={})
10
10
  authenticated_get("metrics/institutions/purpose_etf_holdings_sum", 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 purpose_etf_flows_sum(params={})
18
+ def institutions_purpose_etf_flows_sum(params={})
19
19
  authenticated_get("metrics/institutions/purpose_etf_flows_sum", params: params).body
20
20
  end
21
21
 
@@ -24,7 +24,7 @@ module Glassnode
24
24
  # a: asset symbol
25
25
  # c: ["USD"]
26
26
  # i: ["24h"]
27
- def purpose_etf_aum_sum(params={})
27
+ def institutions_purpose_etf_aum_sum(params={})
28
28
  authenticated_get("metrics/institutions/purpose_etf_aum_sum", 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 iq3_qbtc_holdings_sum(params={})
36
+ def institutions_3iq_qbtc_holdings_sum(params={})
37
37
  authenticated_get("metrics/institutions/3iq_qbtc_holdings_sum", 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 iq3_qbtc_flows_sum(params={})
45
+ def institutions_3iq_qbtc_flows_sum(params={})
46
46
  authenticated_get("metrics/institutions/3iq_qbtc_flows_sum", 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 iq3_qbtc_premium_percent(params={})
54
+ def institutions_3iq_qbtc_premium_percent(params={})
55
55
  authenticated_get("metrics/institutions/3iq_qbtc_premium_percent", 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 iq3_qbtc_outstanding_units_sum(params={})
63
+ def institutions_3iq_qbtc_outstanding_units_sum(params={})
64
64
  authenticated_get("metrics/institutions/3iq_qbtc_outstanding_units_sum", params: params).body
65
65
  end
66
66
 
@@ -69,7 +69,7 @@ module Glassnode
69
69
  # a: asset symbol
70
70
  # c: ["USD"]
71
71
  # i: ["24h"]
72
- def iq3_qbtc_aum_sum(params={})
72
+ def institutions_3iq_qbtc_aum_sum(params={})
73
73
  authenticated_get("metrics/institutions/3iq_qbtc_aum_sum", params: params).body
74
74
  end
75
75
 
@@ -78,7 +78,7 @@ module Glassnode
78
78
  # a: asset symbol
79
79
  # c: ["USD"]
80
80
  # i: ["24h"]
81
- def iq3_qbtc_market_price_usd(params={})
81
+ def institutions_3iq_qbtc_market_price_usd(params={})
82
82
  authenticated_get("metrics/institutions/3iq_qbtc_market_price_usd", 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 iq3_btcq_holdings_sum(params={})
90
+ def institutions_3iq_btcq_holdings_sum(params={})
91
91
  authenticated_get("metrics/institutions/3iq_btcq_holdings_sum", 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 iq3_btcq_flows_sum(params={})
99
+ def institutions_3iq_btcq_flows_sum(params={})
100
100
  authenticated_get("metrics/institutions/3iq_btcq_flows_sum", 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 iq3_btcq_premium_percent(params={})
108
+ def institutions_3iq_btcq_premium_percent(params={})
109
109
  authenticated_get("metrics/institutions/3iq_btcq_premium_percent", 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 iq3_btcq_outstanding_units_sum(params={})
117
+ def institutions_3iq_btcq_outstanding_units_sum(params={})
118
118
  authenticated_get("metrics/institutions/3iq_btcq_outstanding_units_sum", params: params).body
119
119
  end
120
120
 
@@ -123,7 +123,7 @@ module Glassnode
123
123
  # a: asset symbol
124
124
  # c: ["USD"]
125
125
  # i: ["24h"]
126
- def iq3_btcq_aum_sum(params={})
126
+ def institutions_3iq_btcq_aum_sum(params={})
127
127
  authenticated_get("metrics/institutions/3iq_btcq_aum_sum", params: params).body
128
128
  end
129
129
 
@@ -132,7 +132,7 @@ module Glassnode
132
132
  # a: asset symbol
133
133
  # c: ["USD"]
134
134
  # i: ["24h"]
135
- def iq3_btcq_market_price_usd(params={})
135
+ def institutions_3iq_btcq_market_price_usd(params={})
136
136
  authenticated_get("metrics/institutions/3iq_btcq_market_price_usd", 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 iq3_qeth_holdings_sum(params={})
144
+ def institutions_3iq_qeth_holdings_sum(params={})
145
145
  authenticated_get("metrics/institutions/3iq_qeth_holdings_sum", 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 iq3_qeth_flows_sum(params={})
153
+ def institutions_3iq_qeth_flows_sum(params={})
154
154
  authenticated_get("metrics/institutions/3iq_qeth_flows_sum", 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 iq3_qeth_premium_percent(params={})
162
+ def institutions_3iq_qeth_premium_percent(params={})
163
163
  authenticated_get("metrics/institutions/3iq_qeth_premium_percent", params: params).body
164
164
  end
165
165
 
@@ -168,7 +168,7 @@ module Glassnode
168
168
  # a: asset symbol
169
169
  # c: ["NATIVE"]
170
170
  # i: ["24h"]
171
- def iq3_qeth_outstanding_units_sum(params={})
171
+ def institutions_3iq_qeth_outstanding_units_sum(params={})
172
172
  authenticated_get("metrics/institutions/3iq_qeth_outstanding_units_sum", params: params).body
173
173
  end
174
174
 
@@ -177,7 +177,7 @@ module Glassnode
177
177
  # a: asset symbol
178
178
  # c: ["USD"]
179
179
  # i: ["24h"]
180
- def iq3_qeth_aum_sum(params={})
180
+ def institutions_3iq_qeth_aum_sum(params={})
181
181
  authenticated_get("metrics/institutions/3iq_qeth_aum_sum", params: params).body
182
182
  end
183
183
 
@@ -186,7 +186,7 @@ module Glassnode
186
186
  # a: asset symbol
187
187
  # c: ["USD"]
188
188
  # i: ["24h"]
189
- def iq3_qeth_market_price_usd(params={})
189
+ def institutions_3iq_qeth_market_price_usd(params={})
190
190
  authenticated_get("metrics/institutions/3iq_qeth_market_price_usd", params: params).body
191
191
  end
192
192
 
@@ -195,7 +195,7 @@ module Glassnode
195
195
  # a: asset symbol
196
196
  # c: ["NATIVE"]
197
197
  # i: ["24h"]
198
- def iq3_ethq_holdings_sum(params={})
198
+ def institutions_3iq_ethq_holdings_sum(params={})
199
199
  authenticated_get("metrics/institutions/3iq_ethq_holdings_sum", params: params).body
200
200
  end
201
201
 
@@ -204,7 +204,7 @@ module Glassnode
204
204
  # a: asset symbol
205
205
  # c: ["NATIVE"]
206
206
  # i: ["24h"]
207
- def iq3_ethq_flows_sum(params={})
207
+ def institutions_3iq_ethq_flows_sum(params={})
208
208
  authenticated_get("metrics/institutions/3iq_ethq_flows_sum", params: params).body
209
209
  end
210
210
 
@@ -213,7 +213,7 @@ module Glassnode
213
213
  # a: asset symbol
214
214
  # c: ["NATIVE"]
215
215
  # i: ["24h"]
216
- def iq3_ethq_premium_percent(params={})
216
+ def institutions_3iq_ethq_premium_percent(params={})
217
217
  authenticated_get("metrics/institutions/3iq_ethq_premium_percent", params: params).body
218
218
  end
219
219
 
@@ -222,7 +222,7 @@ module Glassnode
222
222
  # a: asset symbol
223
223
  # c: ["NATIVE"]
224
224
  # i: ["24h"]
225
- def iq3_ethq_outstanding_units_sum(params={})
225
+ def institutions_3iq_ethq_outstanding_units_sum(params={})
226
226
  authenticated_get("metrics/institutions/3iq_ethq_outstanding_units_sum", params: params).body
227
227
  end
228
228
 
@@ -231,7 +231,7 @@ module Glassnode
231
231
  # a: asset symbol
232
232
  # c: ["USD"]
233
233
  # i: ["24h"]
234
- def iq3_ethq_aum_sum(params={})
234
+ def institutions_3iq_ethq_aum_sum(params={})
235
235
  authenticated_get("metrics/institutions/3iq_ethq_aum_sum", params: params).body
236
236
  end
237
237
 
@@ -240,7 +240,7 @@ module Glassnode
240
240
  # a: asset symbol
241
241
  # c: ["USD"]
242
242
  # i: ["24h"]
243
- def iq3_ethq_market_price_usd(params={})
243
+ def institutions_3iq_ethq_market_price_usd(params={})
244
244
  authenticated_get("metrics/institutions/3iq_ethq_market_price_usd", params: params).body
245
245
  end
246
246
 
@@ -249,7 +249,7 @@ module Glassnode
249
249
  # a: asset symbol
250
250
  # c: ["USD"]
251
251
  # i: ["24h"]
252
- def qbtc_market_price_usd(params={})
252
+ def institutions_qbtc_market_price_usd(params={})
253
253
  authenticated_get("metrics/institutions/qbtc_market_price_usd", params: params).body
254
254
  end
255
255
 
@@ -258,7 +258,7 @@ module Glassnode
258
258
  # a: asset symbol
259
259
  # c: ["NATIVE"]
260
260
  # i: ["24h"]
261
- def qbtc_holdings_sum(params={})
261
+ def institutions_qbtc_holdings_sum(params={})
262
262
  authenticated_get("metrics/institutions/qbtc_holdings_sum", params: params).body
263
263
  end
264
264
 
@@ -267,7 +267,7 @@ module Glassnode
267
267
  # a: asset symbol
268
268
  # c: ["NATIVE"]
269
269
  # i: ["24h"]
270
- def qbtc_flows_sum(params={})
270
+ def institutions_qbtc_flows_sum(params={})
271
271
  authenticated_get("metrics/institutions/qbtc_flows_sum", params: params).body
272
272
  end
273
273
 
@@ -276,7 +276,7 @@ module Glassnode
276
276
  # a: asset symbol
277
277
  # c: ["NATIVE"]
278
278
  # i: ["24h"]
279
- def qbtc_premium_percent(params={})
279
+ def institutions_qbtc_premium_percent(params={})
280
280
  authenticated_get("metrics/institutions/qbtc_premium_percent", params: params).body
281
281
  end
282
282
 
@@ -285,7 +285,7 @@ module Glassnode
285
285
  # a: asset symbol
286
286
  # c: ["USD"]
287
287
  # i: ["24h"]
288
- def qbtc_aum_sum(params={})
288
+ def institutions_qbtc_aum_sum(params={})
289
289
  authenticated_get("metrics/institutions/qbtc_aum_sum", params: params).body
290
290
  end
291
291
 
@@ -6,7 +6,7 @@ module Glassnode
6
6
  # a: asset symbol
7
7
  # c: ["NATIVE", "USD"]
8
8
  # i: ["10m", "1h", "24h"]
9
- def channel_size_mean(params={})
9
+ def lightning_channel_size_mean(params={})
10
10
  authenticated_get("metrics/lightning/channel_size_mean", params: params).body
11
11
  end
12
12
 
@@ -15,7 +15,7 @@ module Glassnode
15
15
  # a: asset symbol
16
16
  # c: ["NATIVE", "USD"]
17
17
  # i: ["10m", "1h", "24h"]
18
- def channel_size_median(params={})
18
+ def lightning_channel_size_median(params={})
19
19
  authenticated_get("metrics/lightning/channel_size_median", params: params).body
20
20
  end
21
21
 
@@ -24,7 +24,7 @@ module Glassnode
24
24
  # a: asset symbol
25
25
  # c: ["NATIVE", "USD"]
26
26
  # i: ["10m", "1h", "24h"]
27
- def network_capacity_sum(params={})
27
+ def lightning_network_capacity_sum(params={})
28
28
  authenticated_get("metrics/lightning/network_capacity_sum", 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: ["10m", "1h", "24h"]
36
- def channels_count(params={})
36
+ def lightning_channels_count(params={})
37
37
  authenticated_get("metrics/lightning/channels_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: ["10m", "1h", "24h"]
45
- def nodes_count(params={})
45
+ def lightning_nodes_count(params={})
46
46
  authenticated_get("metrics/lightning/nodes_count", params: params).body
47
47
  end
48
48
 
@@ -51,7 +51,7 @@ module Glassnode
51
51
  # a: asset symbol
52
52
  # c: ["NATIVE", "USD"]
53
53
  # i: ["24h"]
54
- def base_fee_median(params={})
54
+ def lightning_base_fee_median(params={})
55
55
  authenticated_get("metrics/lightning/base_fee_median", params: params).body
56
56
  end
57
57
 
@@ -60,7 +60,7 @@ module Glassnode
60
60
  # a: asset symbol
61
61
  # c: ["NATIVE", "USD"]
62
62
  # i: ["24h"]
63
- def fee_rate_median(params={})
63
+ def lightning_fee_rate_median(params={})
64
64
  authenticated_get("metrics/lightning/fee_rate_median", 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 gini_capacity_distribution(params={})
72
+ def lightning_gini_capacity_distribution(params={})
73
73
  authenticated_get("metrics/lightning/gini_capacity_distribution", 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 gini_channel_distribution(params={})
81
+ def lightning_gini_channel_distribution(params={})
82
82
  authenticated_get("metrics/lightning/gini_channel_distribution", 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 node_connectivity(params={})
90
+ def lightning_node_connectivity(params={})
91
91
  authenticated_get("metrics/lightning/node_connectivity", params: params).body
92
92
  end
93
93
 
@@ -6,7 +6,7 @@ module Glassnode
6
6
  # a: asset symbol
7
7
  # c: ["NATIVE"]
8
8
  # i: ["1h", "24h", "10m", "1w", "1month"]
9
- def price_usd(params={})
9
+ def market_price_usd(params={})
10
10
  authenticated_get("metrics/market/price_usd", params: params).body
11
11
  end
12
12
 
@@ -15,7 +15,7 @@ module Glassnode
15
15
  # a: asset symbol
16
16
  # c: ["NATIVE"]
17
17
  # i: ["1h", "24h", "10m", "1w", "1month"]
18
- def price_usd_close(params={})
18
+ def market_price_usd_close(params={})
19
19
  authenticated_get("metrics/market/price_usd_close", params: params).body
20
20
  end
21
21
 
@@ -24,7 +24,7 @@ module Glassnode
24
24
  # a: asset symbol
25
25
  # c: ["NATIVE"]
26
26
  # i: ["1h", "24h"]
27
- def price_usd_ohlc(params={})
27
+ def market_price_usd_ohlc(params={})
28
28
  authenticated_get("metrics/market/price_usd_ohlc", params: params).body
29
29
  end
30
30
 
@@ -33,7 +33,7 @@ module Glassnode
33
33
  # a: asset symbol
34
34
  # c: ["NATIVE"]
35
35
  # i: ["1h", "24h", "10m", "1w", "1month"]
36
- def price_drawdown_relative(params={})
36
+ def market_price_drawdown_relative(params={})
37
37
  authenticated_get("metrics/market/price_drawdown_relative", params: params).body
38
38
  end
39
39
 
@@ -42,7 +42,7 @@ module Glassnode
42
42
  # a: asset symbol
43
43
  # c: ["NATIVE"]
44
44
  # i: ["1h", "24h"]
45
- def deltacap_usd(params={})
45
+ def market_deltacap_usd(params={})
46
46
  authenticated_get("metrics/market/deltacap_usd", params: params).body
47
47
  end
48
48
 
@@ -51,7 +51,7 @@ module Glassnode
51
51
  # a: asset symbol
52
52
  # c: ["NATIVE"]
53
53
  # i: ["1h", "24h", "10m", "1w", "1month"]
54
- def marketcap_usd(params={})
54
+ def market_marketcap_usd(params={})
55
55
  authenticated_get("metrics/market/marketcap_usd", params: params).body
56
56
  end
57
57
 
@@ -60,7 +60,7 @@ module Glassnode
60
60
  # a: asset symbol
61
61
  # c: ["NATIVE"]
62
62
  # i: ["1h", "24h", "10m"]
63
- def mvrv(params={})
63
+ def market_mvrv(params={})
64
64
  authenticated_get("metrics/market/mvrv", params: params).body
65
65
  end
66
66
 
@@ -69,7 +69,7 @@ module Glassnode
69
69
  # a: asset symbol
70
70
  # c: ["NATIVE"]
71
71
  # i: ["1h", "24h", "10m"]
72
- def marketcap_realized_usd(params={})
72
+ def market_marketcap_realized_usd(params={})
73
73
  authenticated_get("metrics/market/marketcap_realized_usd", params: params).body
74
74
  end
75
75
 
@@ -78,7 +78,7 @@ module Glassnode
78
78
  # a: asset symbol
79
79
  # c: ["NATIVE"]
80
80
  # i: ["1h", "24h", "10m"]
81
- def mvrv_z_score(params={})
81
+ def market_mvrv_z_score(params={})
82
82
  authenticated_get("metrics/market/mvrv_z_score", params: params).body
83
83
  end
84
84
 
@@ -87,7 +87,7 @@ module Glassnode
87
87
  # a: asset symbol
88
88
  # c: ["NATIVE"]
89
89
  # i: ["1h", "24h"]
90
- def mvrv_less_155(params={})
90
+ def market_mvrv_less_155(params={})
91
91
  authenticated_get("metrics/market/mvrv_less_155", params: params).body
92
92
  end
93
93
 
@@ -96,7 +96,7 @@ module Glassnode
96
96
  # a: asset symbol
97
97
  # c: ["NATIVE"]
98
98
  # i: ["1h", "24h"]
99
- def mvrv_more_155(params={})
99
+ def market_mvrv_more_155(params={})
100
100
  authenticated_get("metrics/market/mvrv_more_155", params: params).body
101
101
  end
102
102
 
@@ -105,7 +105,7 @@ module Glassnode
105
105
  # a: asset symbol
106
106
  # c: ["NATIVE"]
107
107
  # i: ["1h", "24h", "10m"]
108
- def price_realized_usd(params={})
108
+ def market_price_realized_usd(params={})
109
109
  authenticated_get("metrics/market/price_realized_usd", params: params).body
110
110
  end
111
111
 
@@ -114,7 +114,7 @@ module Glassnode
114
114
  # a: asset symbol
115
115
  # c: ["USD"]
116
116
  # i: ["24h"]
117
- def amer_30d_price_change(params={})
117
+ def market_amer_30d_price_change(params={})
118
118
  authenticated_get("metrics/market/amer_30d_price_change", params: params).body
119
119
  end
120
120
 
@@ -123,7 +123,7 @@ module Glassnode
123
123
  # a: asset symbol
124
124
  # c: ["USD"]
125
125
  # i: ["24h"]
126
- def apac_30d_price_change(params={})
126
+ def market_apac_30d_price_change(params={})
127
127
  authenticated_get("metrics/market/apac_30d_price_change", params: params).body
128
128
  end
129
129
 
@@ -132,7 +132,7 @@ module Glassnode
132
132
  # a: asset symbol
133
133
  # c: ["USD"]
134
134
  # i: ["24h"]
135
- def emea_30d_price_change(params={})
135
+ def market_emea_30d_price_change(params={})
136
136
  authenticated_get("metrics/market/emea_30d_price_change", params: params).body
137
137
  end
138
138
 
@@ -6,7 +6,7 @@ module Glassnode
6
6
  # a: asset symbol
7
7
  # c: ["NATIVE"]
8
8
  # i: ["10m", "1h", "24h"]
9
- def txs_count_distribution(params={})
9
+ def mempool_txs_count_distribution(params={})
10
10
  authenticated_get("metrics/mempool/txs_count_distribution", params: params).body
11
11
  end
12
12
 
@@ -15,7 +15,7 @@ module Glassnode
15
15
  # a: asset symbol
16
16
  # c: ["NATIVE"]
17
17
  # i: ["10m", "1h", "24h"]
18
- def txs_count_sum(params={})
18
+ def mempool_txs_count_sum(params={})
19
19
  authenticated_get("metrics/mempool/txs_count_sum", 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: ["10m", "1h", "24h"]
27
- def txs_size_distribution(params={})
27
+ def mempool_txs_size_distribution(params={})
28
28
  authenticated_get("metrics/mempool/txs_size_distribution", 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: ["10m", "1h", "24h"]
36
- def txs_size_sum(params={})
36
+ def mempool_txs_size_sum(params={})
37
37
  authenticated_get("metrics/mempool/txs_size_sum", params: params).body
38
38
  end
39
39
 
@@ -42,7 +42,7 @@ module Glassnode
42
42
  # a: asset symbol
43
43
  # c: ["NATIVE", "USD"]
44
44
  # i: ["10m", "1h", "24h"]
45
- def fees_distribution(params={})
45
+ def mempool_fees_distribution(params={})
46
46
  authenticated_get("metrics/mempool/fees_distribution", params: params).body
47
47
  end
48
48
 
@@ -51,7 +51,7 @@ module Glassnode
51
51
  # a: asset symbol
52
52
  # c: ["NATIVE", "USD"]
53
53
  # i: ["10m", "1h", "24h"]
54
- def fees_sum(params={})
54
+ def mempool_fees_sum(params={})
55
55
  authenticated_get("metrics/mempool/fees_sum", params: params).body
56
56
  end
57
57
 
@@ -60,7 +60,7 @@ module Glassnode
60
60
  # a: asset symbol
61
61
  # c: ["NATIVE", "USD"]
62
62
  # i: ["10m", "1h", "24h"]
63
- def txs_value_distribution(params={})
63
+ def mempool_txs_value_distribution(params={})
64
64
  authenticated_get("metrics/mempool/txs_value_distribution", params: params).body
65
65
  end
66
66
 
@@ -69,7 +69,7 @@ module Glassnode
69
69
  # a: asset symbol
70
70
  # c: ["NATIVE", "USD"]
71
71
  # i: ["10m", "1h", "24h"]
72
- def txs_value_sum(params={})
72
+ def mempool_txs_value_sum(params={})
73
73
  authenticated_get("metrics/mempool/txs_value_sum", params: params).body
74
74
  end
75
75
 
@@ -78,7 +78,7 @@ module Glassnode
78
78
  # a: asset symbol
79
79
  # c: ["NATIVE", "USD"]
80
80
  # i: ["10m", "1h", "24h"]
81
- def fees_average_relative(params={})
81
+ def mempool_fees_average_relative(params={})
82
82
  authenticated_get("metrics/mempool/fees_average_relative", params: params).body
83
83
  end
84
84
 
@@ -87,7 +87,7 @@ module Glassnode
87
87
  # a: asset symbol
88
88
  # c: ["NATIVE", "USD"]
89
89
  # i: ["10m", "1h", "24h"]
90
- def fees_median_relative(params={})
90
+ def mempool_fees_median_relative(params={})
91
91
  authenticated_get("metrics/mempool/fees_median_relative", params: params).body
92
92
  end
93
93
 
@@ -6,7 +6,7 @@ module Glassnode
6
6
  # a: asset symbol
7
7
  # c: ["NATIVE"]
8
8
  # i: ["1h", "24h", "10m", "1month", "1w"]
9
- def difficulty_mean(params={})
9
+ def mining_difficulty_mean(params={})
10
10
  authenticated_get("metrics/mining/difficulty_mean", params: params).body
11
11
  end
12
12
 
@@ -15,7 +15,7 @@ module Glassnode
15
15
  # a: asset symbol
16
16
  # c: ["NATIVE"]
17
17
  # i: ["1h", "24h", "10m", "1month", "1w"]
18
- def difficulty_latest(params={})
18
+ def mining_difficulty_latest(params={})
19
19
  authenticated_get("metrics/mining/difficulty_latest", params: params).body
20
20
  end
21
21
 
@@ -24,7 +24,7 @@ module Glassnode
24
24
  # a: asset symbol
25
25
  # c: ["NATIVE"]
26
26
  # i: ["1h", "24h", "10m", "1month", "1w"]
27
- def hash_rate_mean(params={})
27
+ def mining_hash_rate_mean(params={})
28
28
  authenticated_get("metrics/mining/hash_rate_mean", params: params).body
29
29
  end
30
30
 
@@ -33,7 +33,7 @@ module Glassnode
33
33
  # a: asset symbol
34
34
  # c: ["NATIVE", "USD"]
35
35
  # i: ["1h", "24h"]
36
- def revenue_sum(params={})
36
+ def mining_revenue_sum(params={})
37
37
  authenticated_get("metrics/mining/revenue_sum", params: params).body
38
38
  end
39
39
 
@@ -42,7 +42,7 @@ module Glassnode
42
42
  # a: asset symbol
43
43
  # c: ["NATIVE"]
44
44
  # i: ["1h", "24h", "10m"]
45
- def revenue_from_fees(params={})
45
+ def mining_revenue_from_fees(params={})
46
46
  authenticated_get("metrics/mining/revenue_from_fees", params: params).body
47
47
  end
48
48
 
@@ -51,7 +51,7 @@ module Glassnode
51
51
  # a: asset symbol
52
52
  # c: ["NATIVE"]
53
53
  # i: ["1h", "24h", "10m"]
54
- def volume_mined_sum(params={})
54
+ def mining_volume_mined_sum(params={})
55
55
  authenticated_get("metrics/mining/volume_mined_sum", params: params).body
56
56
  end
57
57
 
@@ -60,7 +60,7 @@ module Glassnode
60
60
  # a: asset symbol
61
61
  # c: ["NATIVE"]
62
62
  # i: ["1h", "24h", "10m"]
63
- def miners_outflow_multiple(params={})
63
+ def mining_miners_outflow_multiple(params={})
64
64
  authenticated_get("metrics/mining/miners_outflow_multiple", params: params).body
65
65
  end
66
66
 
@@ -69,7 +69,7 @@ module Glassnode
69
69
  # a: asset symbol
70
70
  # c: ["USD"]
71
71
  # i: ["1h", "24h"]
72
- def thermocap(params={})
72
+ def mining_thermocap(params={})
73
73
  authenticated_get("metrics/mining/thermocap", params: params).body
74
74
  end
75
75
 
@@ -78,7 +78,7 @@ module Glassnode
78
78
  # a: asset symbol
79
79
  # c: ["NATIVE"]
80
80
  # i: ["1h", "24h"]
81
- def marketcap_thermocap_ratio(params={})
81
+ def mining_marketcap_thermocap_ratio(params={})
82
82
  authenticated_get("metrics/mining/marketcap_thermocap_ratio", params: params).body
83
83
  end
84
84
 
@@ -87,7 +87,7 @@ module Glassnode
87
87
  # a: asset symbol
88
88
  # c: ["NATIVE", "USD"]
89
89
  # i: ["1month", "1w", "24h", "1h", "10m"]
90
- def miners_unspent_supply(params={})
90
+ def mining_miners_unspent_supply(params={})
91
91
  authenticated_get("metrics/mining/miners_unspent_supply", params: params).body
92
92
  end
93
93