Module: Glassnode::RESTv1Indicators

Included in:
RESTv1
Defined in:
lib/rest/v1/indicators.rb

Instance Method Summary collapse

Instance Method Details

#accumulation_trend_score(params = {}) ⇒ Object

Tier: 2 Params

a: asset symbol
c: ["NATIVE"]
i: ["24h"]


882
883
884
# File 'lib/rest/v1/indicators.rb', line 882

def accumulation_trend_score(params={})
  authenticated_get("metrics/indicators/accumulation_trend_score", params: params).body
end

#asol(params = {}) ⇒ Object

Tier: 2 Params

a: asset symbol
c: ["NATIVE"]
i: ["24h", "1h"]


288
289
290
# File 'lib/rest/v1/indicators.rb', line 288

def asol(params={})
  authenticated_get("metrics/indicators/asol", params: params).body
end

#asol_account_based(params = {}) ⇒ Object

Tier: 3 Params

a: asset symbol
c: ["NATIVE"]
i: ["24h"]


387
388
389
# File 'lib/rest/v1/indicators.rb', line 387

def (params={})
  authenticated_get("metrics/indicators/asol_account_based", params: params).body
end

#average_dormancy(params = {}) ⇒ Object

Tier: 2 Params

a: asset symbol
c: ["NATIVE"]
i: ["24h", "1h"]


306
307
308
# File 'lib/rest/v1/indicators.rb', line 306

def average_dormancy(params={})
  authenticated_get("metrics/indicators/average_dormancy", params: params).body
end

#average_dormancy_supply_adjusted(params = {}) ⇒ Object

Tier: 2 Params

a: asset symbol
c: ["NATIVE"]
i: ["1h", "24h", "10m"]


117
118
119
# File 'lib/rest/v1/indicators.rb', line 117

def average_dormancy_supply_adjusted(params={})
  authenticated_get("metrics/indicators/average_dormancy_supply_adjusted", params: params).body
end

#balanced_price_usd(params = {}) ⇒ Object

Tier: 2 Params

a: asset symbol
c: ["NATIVE"]
i: ["24h"]


27
28
29
# File 'lib/rest/v1/indicators.rb', line 27

def balanced_price_usd(params={})
  authenticated_get("metrics/indicators/balanced_price_usd", params: params).body
end

#bvin(params = {}) ⇒ Object

Tier: 2 Params

a: asset symbol
c: ["NATIVE"]
i: ["1h", "24h"]


846
847
848
# File 'lib/rest/v1/indicators.rb', line 846

def bvin(params={})
  authenticated_get("metrics/indicators/bvin", params: params).body
end

#cdd(params = {}) ⇒ Object

Tier: 2 Params

a: asset symbol
c: ["NATIVE"]
i: ["24h", "1h"]


279
280
281
# File 'lib/rest/v1/indicators.rb', line 279

def cdd(params={})
  authenticated_get("metrics/indicators/cdd", params: params).body
end

#cdd90(params = {}) ⇒ Object

Tier: 2 Params

a: asset symbol
c: ["NATIVE"]
i: ["24h"]


243
244
245
# File 'lib/rest/v1/indicators.rb', line 243

def cdd90(params={})
  authenticated_get("metrics/indicators/cdd90", params: params).body
end

#cdd90_account_based_age_adjusted(params = {}) ⇒ Object

Tier: 3 Params

a: asset symbol
c: ["NATIVE"]
i: ["24h"]


261
262
263
# File 'lib/rest/v1/indicators.rb', line 261

def (params={})
  authenticated_get("metrics/indicators/cdd90_account_based_age_adjusted", params: params).body
end

#cdd90_age_adjusted(params = {}) ⇒ Object

Tier: 2 Params

a: asset symbol
c: ["NATIVE"]
i: ["24h"]


252
253
254
# File 'lib/rest/v1/indicators.rb', line 252

def cdd90_age_adjusted(params={})
  authenticated_get("metrics/indicators/cdd90_age_adjusted", params: params).body
end

#cdd_account_based(params = {}) ⇒ Object

Tier: 3 Params

a: asset symbol
c: ["NATIVE"]
i: ["24h"]


378
379
380
# File 'lib/rest/v1/indicators.rb', line 378

def (params={})
  authenticated_get("metrics/indicators/cdd_account_based", params: params).body
end

#cdd_supply_adjusted(params = {}) ⇒ Object

Tier: 2 Params

a: asset symbol
c: ["NATIVE"]
i: ["1h", "24h", "10m"]


99
100
101
# File 'lib/rest/v1/indicators.rb', line 99

def cdd_supply_adjusted(params={})
  authenticated_get("metrics/indicators/cdd_supply_adjusted", params: params).body
end

#cdd_supply_adjusted_binary(params = {}) ⇒ Object

Tier: 2 Params

a: asset symbol
c: ["NATIVE"]
i: ["1h", "24h", "10m"]


108
109
110
# File 'lib/rest/v1/indicators.rb', line 108

def cdd_supply_adjusted_binary(params={})
  authenticated_get("metrics/indicators/cdd_supply_adjusted_binary", params: params).body
end

#cvdd(params = {}) ⇒ Object

Tier: 2 Params

a: asset symbol
c: ["NATIVE"]
i: ["24h"]


18
19
20
# File 'lib/rest/v1/indicators.rb', line 18

def cvdd(params={})
  authenticated_get("metrics/indicators/cvdd", params: params).body
end

#cyd(params = {}) ⇒ Object

Tier: 2 Params

a: asset symbol
c: ["NATIVE"]
i: ["24h"]


207
208
209
# File 'lib/rest/v1/indicators.rb', line 207

def cyd(params={})
  authenticated_get("metrics/indicators/cyd", params: params).body
end

#cyd_account_based(params = {}) ⇒ Object

Tier: 3 Params

a: asset symbol
c: ["NATIVE"]
i: ["24h"]


225
226
227
# File 'lib/rest/v1/indicators.rb', line 225

def (params={})
  authenticated_get("metrics/indicators/cyd_account_based", params: params).body
end

#cyd_account_based_supply_adjusted(params = {}) ⇒ Object

Tier: 3 Params

a: asset symbol
c: ["NATIVE"]
i: ["24h"]


234
235
236
# File 'lib/rest/v1/indicators.rb', line 234

def (params={})
  authenticated_get("metrics/indicators/cyd_account_based_supply_adjusted", params: params).body
end

#cyd_supply_adjusted(params = {}) ⇒ Object

Tier: 2 Params

a: asset symbol
c: ["NATIVE"]
i: ["24h"]


216
217
218
# File 'lib/rest/v1/indicators.rb', line 216

def cyd_supply_adjusted(params={})
  authenticated_get("metrics/indicators/cyd_supply_adjusted", params: params).body
end

#difficulty_ribbon(params = {}) ⇒ Object

Tier: 1 Params

a: asset symbol
c: ["NATIVE"]
i: ["24h"]


45
46
47
# File 'lib/rest/v1/indicators.rb', line 45

def difficulty_ribbon(params={})
  authenticated_get("metrics/indicators/difficulty_ribbon", params: params).body
end

#difficulty_ribbon_compression(params = {}) ⇒ Object

Tier: 2 Params

a: asset symbol
c: ["NATIVE"]
i: ["24h"]


54
55
56
# File 'lib/rest/v1/indicators.rb', line 54

def difficulty_ribbon_compression(params={})
  authenticated_get("metrics/indicators/difficulty_ribbon_compression", params: params).body
end

#dormancy_account_based(params = {}) ⇒ Object

Tier: 3 Params

a: asset symbol
c: ["NATIVE"]
i: ["24h"]


405
406
407
# File 'lib/rest/v1/indicators.rb', line 405

def (params={})
  authenticated_get("metrics/indicators/dormancy_account_based", params: params).body
end

#dormancy_flow(params = {}) ⇒ Object

Tier: 2 Params

a: asset symbol
c: ["NATIVE"]
i: ["24h"]


414
415
416
# File 'lib/rest/v1/indicators.rb', line 414

def dormancy_flow(params={})
  authenticated_get("metrics/indicators/dormancy_flow", params: params).body
end

#hash_ribbon(params = {}) ⇒ Object

Tier: 2 Params

a: asset symbol
c: ["NATIVE"]
i: ["1h", "24h"]


36
37
38
# File 'lib/rest/v1/indicators.rb', line 36

def hash_ribbon(params={})
  authenticated_get("metrics/indicators/hash_ribbon", params: params).body
end

#hodled_lost_coins(params = {}) ⇒ Object

Tier: 3 Params

a: asset symbol
c: ["NATIVE"]
i: ["1h", "24h"]


198
199
200
# File 'lib/rest/v1/indicators.rb', line 198

def hodled_lost_coins(params={})
  authenticated_get("metrics/indicators/hodled_lost_coins", params: params).body
end

#hodler_net_position_change(params = {}) ⇒ Object

Tier: 3 Params

a: asset symbol
c: ["NATIVE"]
i: ["1h", "24h"]


189
190
191
# File 'lib/rest/v1/indicators.rb', line 189

def hodler_net_position_change(params={})
  authenticated_get("metrics/indicators/hodler_net_position_change", params: params).body
end

#investor_capitalization(params = {}) ⇒ Object

Tier: 2 Params

a: asset symbol
c: ["USD"]
i: ["24h", "1h"]


855
856
857
# File 'lib/rest/v1/indicators.rb', line 855

def investor_capitalization(params={})
  authenticated_get("metrics/indicators/investor_capitalization", params: params).body
end

#liveliness(params = {}) ⇒ Object

Tier: 2 Params

a: asset symbol
c: ["NATIVE"]
i: ["24h", "1h"]


315
316
317
# File 'lib/rest/v1/indicators.rb', line 315

def liveliness(params={})
  authenticated_get("metrics/indicators/liveliness", params: params).body
end

#liveliness_account_based(params = {}) ⇒ Object

Tier: 3 Params

a: asset symbol
c: ["NATIVE"]
i: ["24h"]


423
424
425
# File 'lib/rest/v1/indicators.rb', line 423

def (params={})
  authenticated_get("metrics/indicators/liveliness_account_based", params: params).body
end

#msol(params = {}) ⇒ Object

Tier: 2 Params

a: asset symbol
c: ["NATIVE"]
i: ["24h", "1h"]


297
298
299
# File 'lib/rest/v1/indicators.rb', line 297

def msol(params={})
  authenticated_get("metrics/indicators/msol", params: params).body
end

#msol_account_based(params = {}) ⇒ Object

Tier: 3 Params

a: asset symbol
c: ["NATIVE"]
i: ["24h"]


396
397
398
# File 'lib/rest/v1/indicators.rb', line 396

def (params={})
  authenticated_get("metrics/indicators/msol_account_based", params: params).body
end

#mvrv_account_based(params = {}) ⇒ Object

Tier: 3 Params

a: asset symbol
c: ["NATIVE"]
i: ["24h"]


432
433
434
# File 'lib/rest/v1/indicators.rb', line 432

def (params={})
  authenticated_get("metrics/indicators/mvrv_account_based", params: params).body
end

#net_realized_profit_loss(params = {}) ⇒ Object

Tier: 2 Params

a: asset symbol
c: ["USD"]
i: ["1h", "24h"]


495
496
497
# File 'lib/rest/v1/indicators.rb', line 495

def net_realized_profit_loss(params={})
  authenticated_get("metrics/indicators/net_realized_profit_loss", params: params).body
end

#net_unrealized_profit_loss(params = {}) ⇒ Object

Tier: 2 Params

a: asset symbol
c: ["NATIVE"]
i: ["24h", "1h"]


342
343
344
# File 'lib/rest/v1/indicators.rb', line 342

def net_unrealized_profit_loss(params={})
  authenticated_get("metrics/indicators/net_unrealized_profit_loss", params: params).body
end

#net_unrealized_profit_loss_account_based(params = {}) ⇒ Object

Tier: 3 Params

a: asset symbol
c: ["NATIVE"]
i: ["24h"]


468
469
470
# File 'lib/rest/v1/indicators.rb', line 468

def (params={})
  authenticated_get("metrics/indicators/net_unrealized_profit_loss_account_based", params: params).body
end

#nupl_less_155(params = {}) ⇒ Object

Tier: 3 Params

a: asset symbol
c: ["NATIVE"]
i: ["24h", "1h"]


351
352
353
# File 'lib/rest/v1/indicators.rb', line 351

def nupl_less_155(params={})
  authenticated_get("metrics/indicators/nupl_less_155", params: params).body
end

#nupl_less_155_account_based(params = {}) ⇒ Object

Tier: 3 Params

a: asset symbol
c: ["NATIVE"]
i: ["24h"]


477
478
479
# File 'lib/rest/v1/indicators.rb', line 477

def (params={})
  authenticated_get("metrics/indicators/nupl_less_155_account_based", params: params).body
end

#nupl_more_155(params = {}) ⇒ Object

Tier: 3 Params

a: asset symbol
c: ["NATIVE"]
i: ["24h", "1h"]


360
361
362
# File 'lib/rest/v1/indicators.rb', line 360

def nupl_more_155(params={})
  authenticated_get("metrics/indicators/nupl_more_155", params: params).body
end

#nupl_more_155_account_based(params = {}) ⇒ Object

Tier: 3 Params

a: asset symbol
c: ["NATIVE"]
i: ["24h"]


486
487
488
# File 'lib/rest/v1/indicators.rb', line 486

def (params={})
  authenticated_get("metrics/indicators/nupl_more_155_account_based", params: params).body
end

#nvt(params = {}) ⇒ Object

Tier: 2 Params

a: asset symbol
c: ["NATIVE"]
i: ["1h", "24h", "10m"]


63
64
65
# File 'lib/rest/v1/indicators.rb', line 63

def nvt(params={})
  authenticated_get("metrics/indicators/nvt", params: params).body
end

#nvt_entity_adjusted(params = {}) ⇒ Object

Tier: 3 Params

a: asset symbol
c: ["NATIVE"]
i: ["1h", "24h"]


90
91
92
# File 'lib/rest/v1/indicators.rb', line 90

def nvt_entity_adjusted(params={})
  authenticated_get("metrics/indicators/nvt_entity_adjusted", params: params).body
end

#nvts(params = {}) ⇒ Object

Tier: 2 Params

a: asset symbol
c: ["NATIVE"]
i: ["1h", "24h", "10m"]


72
73
74
# File 'lib/rest/v1/indicators.rb', line 72

def nvts(params={})
  authenticated_get("metrics/indicators/nvts", params: params).body
end

#pi_cycle_top(params = {}) ⇒ Object

Tier: 1 Params

a: asset symbol
c: ["NATIVE"]
i: ["24h"]


891
892
893
# File 'lib/rest/v1/indicators.rb', line 891

def pi_cycle_top(params={})
  authenticated_get("metrics/indicators/pi_cycle_top", params: params).body
end

#puell_multiple(params = {}) ⇒ Object

Tier: 2 Params

a: asset symbol
c: ["NATIVE"]
i: ["24h"]


144
145
146
# File 'lib/rest/v1/indicators.rb', line 144

def puell_multiple(params={})
  authenticated_get("metrics/indicators/puell_multiple", params: params).body
end

#rcap_account_based(params = {}) ⇒ Object

Tier: 3 Params

a: asset symbol
c: ["NATIVE"]
i: ["24h"]


441
442
443
# File 'lib/rest/v1/indicators.rb', line 441

def (params={})
  authenticated_get("metrics/indicators/rcap_account_based", params: params).body
end

#realized_loss(params = {}) ⇒ Object

Tier: 2 Params

a: asset symbol
c: ["USD"]
i: ["1h", "24h"]


540
541
542
# File 'lib/rest/v1/indicators.rb', line 540

def realized_loss(params={})
  authenticated_get("metrics/indicators/realized_loss", params: params).body
end

#realized_profit(params = {}) ⇒ Object

Tier: 2 Params

a: asset symbol
c: ["USD"]
i: ["1h", "24h"]


531
532
533
# File 'lib/rest/v1/indicators.rb', line 531

def realized_profit(params={})
  authenticated_get("metrics/indicators/realized_profit", params: params).body
end

#realized_profit_loss_ratio(params = {}) ⇒ Object

Tier: 2 Params

a: asset symbol
c: ["NATIVE"]
i: ["1h", "24h"]


504
505
506
# File 'lib/rest/v1/indicators.rb', line 504

def realized_profit_loss_ratio(params={})
  authenticated_get("metrics/indicators/realized_profit_loss_ratio", params: params).body
end

#realized_profits_to_value_ratio(params = {}) ⇒ Object

Tier: 2 Params

a: asset symbol
c: ["USD"]
i: ["24h", "1h"]


864
865
866
# File 'lib/rest/v1/indicators.rb', line 864

def realized_profits_to_value_ratio(params={})
  authenticated_get("metrics/indicators/realized_profits_to_value_ratio", params: params).body
end

#reserve_risk(params = {}) ⇒ Object

Tier: 2 Params

a: asset symbol
c: ["NATIVE"]
i: ["1h", "24h"]


162
163
164
# File 'lib/rest/v1/indicators.rb', line 162

def reserve_risk(params={})
  authenticated_get("metrics/indicators/reserve_risk", params: params).body
end

#rhodl_ratio(params = {}) ⇒ Object

Tier: 2 Params

a: asset symbol
c: ["NATIVE"]
i: ["1h", "24h"]


9
10
11
# File 'lib/rest/v1/indicators.rb', line 9

def rhodl_ratio(params={})
  authenticated_get("metrics/indicators/rhodl_ratio", params: params).body
end

#seller_exhaustion_constant(params = {}) ⇒ Object

Tier: 2 Params

a: asset symbol
c: ["USD"]
i: ["24h"]


873
874
875
# File 'lib/rest/v1/indicators.rb', line 873

def seller_exhaustion_constant(params={})
  authenticated_get("metrics/indicators/seller_exhaustion_constant", params: params).body
end

#soab(params = {}) ⇒ Object

Tier: 2 Params

a: asset symbol
c: ["NATIVE"]
i: ["24h"]


594
595
596
# File 'lib/rest/v1/indicators.rb', line 594

def soab(params={})
  authenticated_get("metrics/indicators/soab", params: params).body
end

#sol_1d_1w(params = {}) ⇒ Object

Tier: 2 Params

a: asset symbol
c: ["NATIVE"]
i: ["1h", "24h", "10m"]


621
622
623
# File 'lib/rest/v1/indicators.rb', line 621

def sol_1d_1w(params={})
  authenticated_get("metrics/indicators/sol_1d_1w", params: params).body
end

#sol_1h(params = {}) ⇒ Object

Tier: 2 Params

a: asset symbol
c: ["NATIVE"]
i: ["1h", "24h", "10m"]


603
604
605
# File 'lib/rest/v1/indicators.rb', line 603

def sol_1h(params={})
  authenticated_get("metrics/indicators/sol_1h", params: params).body
end

#sol_1h_24h(params = {}) ⇒ Object

Tier: 2 Params

a: asset symbol
c: ["NATIVE"]
i: ["1h", "24h", "10m"]


612
613
614
# File 'lib/rest/v1/indicators.rb', line 612

def sol_1h_24h(params={})
  authenticated_get("metrics/indicators/sol_1h_24h", params: params).body
end

#sol_1m_3m(params = {}) ⇒ Object

Tier: 2 Params

a: asset symbol
c: ["NATIVE"]
i: ["1h", "24h", "10m"]


639
640
641
# File 'lib/rest/v1/indicators.rb', line 639

def sol_1m_3m(params={})
  authenticated_get("metrics/indicators/sol_1m_3m", params: params).body
end

#sol_1w_1m(params = {}) ⇒ Object

Tier: 2 Params

a: asset symbol
c: ["NATIVE"]
i: ["1h", "24h", "10m"]


630
631
632
# File 'lib/rest/v1/indicators.rb', line 630

def sol_1w_1m(params={})
  authenticated_get("metrics/indicators/sol_1w_1m", params: params).body
end

#sol_1y_2y(params = {}) ⇒ Object

Tier: 2 Params

a: asset symbol
c: ["NATIVE"]
i: ["1h", "24h", "10m"]


666
667
668
# File 'lib/rest/v1/indicators.rb', line 666

def sol_1y_2y(params={})
  authenticated_get("metrics/indicators/sol_1y_2y", params: params).body
end

#sol_2y_3y(params = {}) ⇒ Object

Tier: 2 Params

a: asset symbol
c: ["NATIVE"]
i: ["1h", "24h", "10m"]


675
676
677
# File 'lib/rest/v1/indicators.rb', line 675

def sol_2y_3y(params={})
  authenticated_get("metrics/indicators/sol_2y_3y", params: params).body
end

#sol_3m_6m(params = {}) ⇒ Object

Tier: 2 Params

a: asset symbol
c: ["NATIVE"]
i: ["1h", "24h", "10m"]


648
649
650
# File 'lib/rest/v1/indicators.rb', line 648

def sol_3m_6m(params={})
  authenticated_get("metrics/indicators/sol_3m_6m", params: params).body
end

#sol_3y_5y(params = {}) ⇒ Object

Tier: 2 Params

a: asset symbol
c: ["NATIVE"]
i: ["1h", "24h", "10m"]


684
685
686
# File 'lib/rest/v1/indicators.rb', line 684

def sol_3y_5y(params={})
  authenticated_get("metrics/indicators/sol_3y_5y", params: params).body
end

#sol_5y_7y(params = {}) ⇒ Object

Tier: 2 Params

a: asset symbol
c: ["NATIVE"]
i: ["1h", "24h", "10m"]


693
694
695
# File 'lib/rest/v1/indicators.rb', line 693

def sol_5y_7y(params={})
  authenticated_get("metrics/indicators/sol_5y_7y", params: params).body
end

#sol_6m_12m(params = {}) ⇒ Object

Tier: 2 Params

a: asset symbol
c: ["NATIVE"]
i: ["1h", "24h", "10m"]


657
658
659
# File 'lib/rest/v1/indicators.rb', line 657

def sol_6m_12m(params={})
  authenticated_get("metrics/indicators/sol_6m_12m", params: params).body
end

#sol_7y_10y(params = {}) ⇒ Object

Tier: 2 Params

a: asset symbol
c: ["NATIVE"]
i: ["1h", "24h", "10m"]


702
703
704
# File 'lib/rest/v1/indicators.rb', line 702

def sol_7y_10y(params={})
  authenticated_get("metrics/indicators/sol_7y_10y", params: params).body
end

#sol_more_10y(params = {}) ⇒ Object

Tier: 2 Params

a: asset symbol
c: ["NATIVE"]
i: ["1h", "24h", "10m"]


711
712
713
# File 'lib/rest/v1/indicators.rb', line 711

def sol_more_10y(params={})
  authenticated_get("metrics/indicators/sol_more_10y", params: params).body
end

#sopr(params = {}) ⇒ Object

Tier: 1 Params

a: asset symbol
c: ["NATIVE"]
i: ["24h", "1h"]


270
271
272
# File 'lib/rest/v1/indicators.rb', line 270

def sopr(params={})
  authenticated_get("metrics/indicators/sopr", params: params).body
end

#sopr_account_based(params = {}) ⇒ Object

Tier: 3 Params

a: asset symbol
c: ["NATIVE"]
i: ["24h"]


369
370
371
# File 'lib/rest/v1/indicators.rb', line 369

def (params={})
  authenticated_get("metrics/indicators/sopr_account_based", params: params).body
end

#sopr_adjusted(params = {}) ⇒ Object

Tier: 2 Params

a: asset symbol
c: ["NATIVE"]
i: ["1h", "24h"]


153
154
155
# File 'lib/rest/v1/indicators.rb', line 153

def sopr_adjusted(params={})
  authenticated_get("metrics/indicators/sopr_adjusted", params: params).body
end

#sopr_less_155(params = {}) ⇒ Object

Tier: 3 Params

a: asset symbol
c: ["NATIVE"]
i: ["1h", "24h"]


171
172
173
# File 'lib/rest/v1/indicators.rb', line 171

def sopr_less_155(params={})
  authenticated_get("metrics/indicators/sopr_less_155", params: params).body
end

#sopr_more_155(params = {}) ⇒ Object

Tier: 3 Params

a: asset symbol
c: ["NATIVE"]
i: ["1h", "24h"]


180
181
182
# File 'lib/rest/v1/indicators.rb', line 180

def sopr_more_155(params={})
  authenticated_get("metrics/indicators/sopr_more_155", params: params).body
end

#spent_output_price_distribution_ath(params = {}) ⇒ Object

Tier: 3 Params

a: asset symbol
c: ["NATIVE"]
i: ["1h", "24h"]


126
127
128
# File 'lib/rest/v1/indicators.rb', line 126

def spent_output_price_distribution_ath(params={})
  authenticated_get("metrics/indicators/spent_output_price_distribution_ath", params: params).body
end

#spent_output_price_distribution_percent(params = {}) ⇒ Object

Tier: 3 Params

a: asset symbol
c: ["NATIVE"]
i: ["1h", "24h"]


135
136
137
# File 'lib/rest/v1/indicators.rb', line 135

def spent_output_price_distribution_percent(params={})
  authenticated_get("metrics/indicators/spent_output_price_distribution_percent", params: params).body
end

#ssr(params = {}) ⇒ Object

Tier: 2 Params

a: asset symbol
c: ["NATIVE"]
i: ["1h", "24h"]


549
550
551
# File 'lib/rest/v1/indicators.rb', line 549

def ssr(params={})
  authenticated_get("metrics/indicators/ssr", params: params).body
end

#ssr_oscillator(params = {}) ⇒ Object

Tier: 2 Params

a: asset symbol
c: ["NATIVE"]
i: ["1h", "24h"]


558
559
560
# File 'lib/rest/v1/indicators.rb', line 558

def ssr_oscillator(params={})
  authenticated_get("metrics/indicators/ssr_oscillator", params: params).body
end

#stock_to_flow_deflection(params = {}) ⇒ Object

Tier: 2 Params

a: asset symbol
c: ["NATIVE"]
i: ["1h", "24h"]


522
523
524
# File 'lib/rest/v1/indicators.rb', line 522

def stock_to_flow_deflection(params={})
  authenticated_get("metrics/indicators/stock_to_flow_deflection", params: params).body
end

#stock_to_flow_ratio(params = {}) ⇒ Object

Tier: 1 Params

a: asset symbol
c: ["NATIVE"]
i: ["24h"]


513
514
515
# File 'lib/rest/v1/indicators.rb', line 513

def stock_to_flow_ratio(params={})
  authenticated_get("metrics/indicators/stock_to_flow_ratio", params: params).body
end

#svab(params = {}) ⇒ Object

Tier: 2 Params

a: asset symbol
c: ["NATIVE"]
i: ["24h"]


720
721
722
# File 'lib/rest/v1/indicators.rb', line 720

def svab(params={})
  authenticated_get("metrics/indicators/svab", params: params).body
end

#svl_1d_1w(params = {}) ⇒ Object

Tier: 2 Params

a: asset symbol
c: ["USD", "NATIVE"]
i: ["1h", "24h", "10m"]


747
748
749
# File 'lib/rest/v1/indicators.rb', line 747

def svl_1d_1w(params={})
  authenticated_get("metrics/indicators/svl_1d_1w", params: params).body
end

#svl_1h(params = {}) ⇒ Object

Tier: 2 Params

a: asset symbol
c: ["USD", "NATIVE"]
i: ["1h", "24h", "10m"]


729
730
731
# File 'lib/rest/v1/indicators.rb', line 729

def svl_1h(params={})
  authenticated_get("metrics/indicators/svl_1h", params: params).body
end

#svl_1h_24h(params = {}) ⇒ Object

Tier: 2 Params

a: asset symbol
c: ["USD", "NATIVE"]
i: ["1h", "24h", "10m"]


738
739
740
# File 'lib/rest/v1/indicators.rb', line 738

def svl_1h_24h(params={})
  authenticated_get("metrics/indicators/svl_1h_24h", params: params).body
end

#svl_1m_3m(params = {}) ⇒ Object

Tier: 2 Params

a: asset symbol
c: ["USD", "NATIVE"]
i: ["1h", "24h", "10m"]


765
766
767
# File 'lib/rest/v1/indicators.rb', line 765

def svl_1m_3m(params={})
  authenticated_get("metrics/indicators/svl_1m_3m", params: params).body
end

#svl_1w_1m(params = {}) ⇒ Object

Tier: 2 Params

a: asset symbol
c: ["USD", "NATIVE"]
i: ["1h", "24h", "10m"]


756
757
758
# File 'lib/rest/v1/indicators.rb', line 756

def svl_1w_1m(params={})
  authenticated_get("metrics/indicators/svl_1w_1m", params: params).body
end

#svl_1y_2y(params = {}) ⇒ Object

Tier: 2 Params

a: asset symbol
c: ["USD", "NATIVE"]
i: ["1h", "24h", "10m"]


792
793
794
# File 'lib/rest/v1/indicators.rb', line 792

def svl_1y_2y(params={})
  authenticated_get("metrics/indicators/svl_1y_2y", params: params).body
end

#svl_2y_3y(params = {}) ⇒ Object

Tier: 2 Params

a: asset symbol
c: ["USD", "NATIVE"]
i: ["1h", "24h", "10m"]


801
802
803
# File 'lib/rest/v1/indicators.rb', line 801

def svl_2y_3y(params={})
  authenticated_get("metrics/indicators/svl_2y_3y", params: params).body
end

#svl_3m_6m(params = {}) ⇒ Object

Tier: 2 Params

a: asset symbol
c: ["USD", "NATIVE"]
i: ["1h", "24h", "10m"]


774
775
776
# File 'lib/rest/v1/indicators.rb', line 774

def svl_3m_6m(params={})
  authenticated_get("metrics/indicators/svl_3m_6m", params: params).body
end

#svl_3y_5y(params = {}) ⇒ Object

Tier: 2 Params

a: asset symbol
c: ["USD", "NATIVE"]
i: ["1h", "24h", "10m"]


810
811
812
# File 'lib/rest/v1/indicators.rb', line 810

def svl_3y_5y(params={})
  authenticated_get("metrics/indicators/svl_3y_5y", params: params).body
end

#svl_5y_7y(params = {}) ⇒ Object

Tier: 2 Params

a: asset symbol
c: ["USD", "NATIVE"]
i: ["1h", "24h", "10m"]


819
820
821
# File 'lib/rest/v1/indicators.rb', line 819

def svl_5y_7y(params={})
  authenticated_get("metrics/indicators/svl_5y_7y", params: params).body
end

#svl_6m_12m(params = {}) ⇒ Object

Tier: 2 Params

a: asset symbol
c: ["USD", "NATIVE"]
i: ["1h", "24h", "10m"]


783
784
785
# File 'lib/rest/v1/indicators.rb', line 783

def svl_6m_12m(params={})
  authenticated_get("metrics/indicators/svl_6m_12m", params: params).body
end

#svl_7y_10y(params = {}) ⇒ Object

Tier: 2 Params

a: asset symbol
c: ["USD", "NATIVE"]
i: ["1h", "24h", "10m"]


828
829
830
# File 'lib/rest/v1/indicators.rb', line 828

def svl_7y_10y(params={})
  authenticated_get("metrics/indicators/svl_7y_10y", params: params).body
end

#svl_more_10y(params = {}) ⇒ Object

Tier: 2 Params

a: asset symbol
c: ["USD", "NATIVE"]
i: ["1h", "24h", "10m"]


837
838
839
# File 'lib/rest/v1/indicators.rb', line 837

def svl_more_10y(params={})
  authenticated_get("metrics/indicators/svl_more_10y", params: params).body
end

#unrealized_loss(params = {}) ⇒ Object

Tier: 2 Params

a: asset symbol
c: ["NATIVE"]
i: ["24h", "1h"]


333
334
335
# File 'lib/rest/v1/indicators.rb', line 333

def unrealized_loss(params={})
  authenticated_get("metrics/indicators/unrealized_loss", params: params).body
end

#unrealized_loss_account_based(params = {}) ⇒ Object

Tier: 3 Params

a: asset symbol
c: ["NATIVE"]
i: ["24h"]


459
460
461
# File 'lib/rest/v1/indicators.rb', line 459

def (params={})
  authenticated_get("metrics/indicators/unrealized_loss_account_based", params: params).body
end

#unrealized_profit(params = {}) ⇒ Object

Tier: 2 Params

a: asset symbol
c: ["NATIVE"]
i: ["24h", "1h"]


324
325
326
# File 'lib/rest/v1/indicators.rb', line 324

def unrealized_profit(params={})
  authenticated_get("metrics/indicators/unrealized_profit", params: params).body
end

#unrealized_profit_account_based(params = {}) ⇒ Object

Tier: 3 Params

a: asset symbol
c: ["NATIVE"]
i: ["24h"]


450
451
452
# File 'lib/rest/v1/indicators.rb', line 450

def (params={})
  authenticated_get("metrics/indicators/unrealized_profit_account_based", params: params).body
end

#urpd_entity_adjusted(params = {}) ⇒ Object

Tier: 3 Params

a: asset symbol
c: ["NATIVE"]
i: ["24h"]


585
586
587
# File 'lib/rest/v1/indicators.rb', line 585

def urpd_entity_adjusted(params={})
  authenticated_get("metrics/indicators/urpd_entity_adjusted", params: params).body
end

#utxo_realized_price_distribution_ath(params = {}) ⇒ Object

Tier: 3 Params

a: asset symbol
c: ["NATIVE"]
i: ["24h"]


567
568
569
# File 'lib/rest/v1/indicators.rb', line 567

def utxo_realized_price_distribution_ath(params={})
  authenticated_get("metrics/indicators/utxo_realized_price_distribution_ath", params: params).body
end

#utxo_realized_price_distribution_percent(params = {}) ⇒ Object

Tier: 3 Params

a: asset symbol
c: ["NATIVE"]
i: ["24h"]


576
577
578
# File 'lib/rest/v1/indicators.rb', line 576

def utxo_realized_price_distribution_percent(params={})
  authenticated_get("metrics/indicators/utxo_realized_price_distribution_percent", params: params).body
end

#velocity(params = {}) ⇒ Object

Tier: 2 Params

a: asset symbol
c: ["NATIVE"]
i: ["1h", "24h", "10m"]


81
82
83
# File 'lib/rest/v1/indicators.rb', line 81

def velocity(params={})
  authenticated_get("metrics/indicators/velocity", params: params).body
end