-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathstats.spec.yaml
966 lines (965 loc) · 29 KB
/
stats.spec.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
schemas:
DeltaStat:
description: DeltaStat
type: object
required:
- height
- auctions_started
- block_reward
- burned_in_auctions
- channels_closed
- channels_opened
- contracts_created
- dev_reward
- names_activated
- names_expired
- names_revoked
- oracles_expired
- oracles_registered
- last_tx_hash
- locked_in_auctions
- locked_in_channels
properties:
height:
description: The generation
type: integer
auctions_started:
description: The number of auctions started
type: integer
block_reward:
description: The block reward
type: integer
burned_in_auctions:
description: The amount burned in auctions
type: integer
channels_closed:
description: The number of channels closed
type: integer
channels_opened:
description: The number of channels opened
type: integer
contracts_created:
description: The number of contracts created
type: integer
dev_reward:
description: The dev reward
type: integer
names_activated:
description: The number of names activated
type: integer
names_expired:
description: The number of names expired
type: integer
names_revoked:
description: The number of names revoked
type: integer
oracles_expired:
description: The number of oracles expired
type: integer
oracles_registered:
description: The number of oracles registered
type: integer
last_tx_hash:
description: The last transaction hash for this height
$ref: '#/components/schemas/TransactionHash'
locked_in_auctions:
description: The amount locked in auctions
type: integer
locked_in_channels:
description: The amount locked in channels
type: integer
example:
auctions_started: 0
block_reward: 269973000000000000000
burned_in_auctions: 0
channels_closed: 0
channels_opened: 0
contracts_created: 0
dev_reward: 33027000000000000000
height: 121804
names_activated: 0
names_expired: 0
names_revoked: 0
oracles_expired: 0
oracles_registered: 0
last_tx_hash: th_2FHxDzpQMRTiRfpYRV3eCcsheHr1sjf9waxk7z6JDTVcgqZRXR
locked_in_auctions: 0
locked_in_channels: 0
TotalStat:
type: object
description: TotalStat
required:
- height
- contracts
- locked_in_auctions
- burned_in_auctions
- locked_in_channels
- active_auctions
- active_names
- inactive_names
- active_oracles
- inactive_oracles
- open_channels
- sum_block_reward
- sum_dev_reward
- total_token_supply
- last_tx_hash
properties:
height:
description: The generation
type: integer
contracts:
description: The number of contracts
type: integer
locked_in_auctions:
description: The amount locked in auctions
type: integer
burned_in_auctions:
description: The amount burned in auctions
type: integer
locked_in_channels:
description: The amount locked in channels
type: integer
active_auctions:
description: The number of active auctions
type: integer
active_names:
description: The number of active names
type: integer
inactive_names:
description: The number of inactive names
type: integer
active_oracles:
description: The number of active oracles
type: integer
inactive_oracles:
description: The number of inactive oracles
type: integer
open_channels:
description: The number of open channels
type: integer
sum_block_reward:
description: The sum of block rewards
type: integer
sum_dev_reward:
description: The sum of dev rewards
type: integer
total_token_supply:
description: The total token supply
type: integer
last_tx_hash:
description: The last transaction hash for this height
$ref: '#/components/schemas/TransactionHash'
example:
height: 121804
contracts: 0
locked_in_auctions: 0
burned_in_auctions: 0
locked_in_channels: 0
active_auctions: 0
active_names: 0
inactive_names: 0
active_oracles: 0
inactive_oracles: 0
open_channels: 0
sum_block_reward: 269973000000000000000
sum_dev_reward: 33027000000000000000
total_token_supply: 10000000000000000000000000000
last_tx_hash: th_2FHxDzpQMRTiRfpYRV3eCcsheHr1sjf9waxk7z6JDTVcgqZRXR
Stat:
type: object
description: Stat
required:
- count
- start_date
- end_date
properties:
count:
description: The statistic count
type: integer
start_date:
description: The statistic start date
type: string
end_date:
description: The statistic end date (not taken into account)
type: string
example:
count: 7701
end_date: "2024-02-29"
start_date: "2024-02-28"
Miner:
type: object
description: Miner
required:
- miner
- total_reward
properties:
miner:
description: The miner (beneficiary) address
$ref: '#/components/schemas/AccountAddress'
total_reward:
description: The accumulated reward on the miner (beneficiary) address
type: integer
example:
miner: ak_2whjDhTTmbN13vU7gAUsRbosBhmycho4h8LqHVqKwyGofDetQ9
total_reward: 945000000000000000000
TopMinerStat:
type: object
description: TopMinerStat
required:
- miner
- blocks_mined
- start_date
- end_date
properties:
miner:
description: The miner (beneficiary) address
$ref: '#/components/schemas/AccountAddress'
blocks_mined:
description: The number of blocks mined
type: integer
start_date:
description: The statistic start date
type: string
end_date:
description: The statistic end date
type: string
example:
miner: ak_2whjDhTTmbN13vU7gAUsRbosBhmycho4h8LqHVqKwyGofDetQ9
blocks_mined: 945
start_date: "2024-02-28"
end_date: "2024-02-29"
Stats:
type: object
description: Stats
properties:
miners_count:
description: The number of miners
type: integer
fees_trend:
description: The fees trend
type: number
last_24hs_average_transaction_fees:
description: The last 24hs average transaction fees
type: number
last_24hs_transactions:
description: The last 24hs transactions
type: integer
max_transactions_per_second:
description: The max transactions per second
type: number
max_transactions_per_second_block_hash:
description: The max transactions per second block hash
$ref: '#/components/schemas/KeyBlockHash'
transactions_trend:
description: The transactions trend
type: number
example:
miners_count: 228
fees_trend: 0
last_24hs_average_transaction_fees: 46159816223980.98
last_24hs_transactions: 11143
max_transactions_per_second: 147.26
max_transactions_per_second_block_hash: kh_27UooKSFP8qYaymFiUvhrMfAsCUeTon48s52gfdmF8iruoi6cS
transactions_trend: 0
paths:
/stats/delta:
get:
deprecated: false
description: Get delta stats.
operationId: GetDeltaStats
parameters:
- $ref: '#/components/parameters/StatsLimitParam'
- $ref: '#/components/parameters/ScopeParam'
- $ref: '#/components/parameters/DirectionParam'
responses:
'200':
description: Returns paginated delta stats per generation
content:
application/json:
schema:
allOf:
- type: object
required:
- data
properties:
data:
type: array
items:
$ref: '#/components/schemas/DeltaStat'
- $ref: '#/components/schemas/PaginatedResponse'
'400':
description: Bad request
content:
application/json:
schema:
$ref: '#/components/schemas/ErrorResponse'
/stats/total:
get:
deprecated: false
description: Get total accumulated stats.
operationId: GetTotalStats
parameters:
- $ref: '#/components/parameters/StatsLimitParam'
- $ref: '#/components/parameters/ScopeParam'
- $ref: '#/components/parameters/DirectionParam'
responses:
'200':
description: Returns paginated total stats per generation
content:
application/json:
schema:
allOf:
- type: object
required:
- data
properties:
data:
type: array
items:
$ref: '#/components/schemas/TotalStat'
- $ref: '#/components/schemas/PaginatedResponse'
'400':
description: Bad request
content:
application/json:
schema:
$ref: '#/components/schemas/ErrorResponse'
/stats/miners:
get:
deprecated: false
description: Get miners list with total rewards obtained through mining.
operationId: GetMinerStats
parameters:
- $ref: '#/components/parameters/StatsLimitParam'
- $ref: '#/components/parameters/DirectionParam'
responses:
'200':
description: Returns paginated total stats per generation
content:
application/json:
schema:
allOf:
- type: object
required:
- data
properties:
data:
type: array
items:
$ref: '#/components/schemas/Miner'
- $ref: '#/components/schemas/PaginatedResponse'
'400':
description: Bad request
content:
application/json:
schema:
$ref: '#/components/schemas/ErrorResponse'
/stats/miners/top:
get:
deprecated: false
description: Get a list of top miners by blocks mined.
operationId: GetTopMinerStats
parameters:
- name: interval_by
description: The interval in which to return the stats.
in: query
required: false
schema:
type: string
enum:
- day
- week
- month
example: week
- name: min_start_date
description: The minimum start date in YYYY-MM-DD format.
in: query
required: false
schema:
type: string
example: "2023-01-01"
- name: max_start_date
description: The maximum start date in YYYY-MM-DD format.
in: query
required: false
schema:
type: string
example: "2024-01-01"
- name: type
description: The type of block.
in: query
required: false
schema:
type: string
enum:
- key
- micro
example: micro
- $ref: '#/components/parameters/StatsLimitParam'
- $ref: '#/components/parameters/DirectionParam'
responses:
'200':
description: Returns paginated total stats per generation
content:
application/json:
schema:
allOf:
- type: object
required:
- data
properties:
data:
type: array
items:
$ref: '#/components/schemas/TopMinerStat'
- $ref: '#/components/schemas/PaginatedResponse'
'400':
description: Bad request
content:
application/json:
schema:
$ref: '#/components/schemas/ErrorResponse'
/stats/blocks:
get:
deprecated: false
description: Get total blocks count stats.
operationId: GetBlocksStats
parameters:
- name: interval_by
description: The interval in which to return the stats.
in: query
required: false
schema:
type: string
enum:
- day
- week
- month
example: week
- name: min_start_date
description: The minimum start date in YYYY-MM-DD format.
in: query
required: false
schema:
type: string
example: "2023-01-01"
- name: max_start_date
description: The maximum start date in YYYY-MM-DD format.
in: query
required: false
schema:
type: string
example: "2024-01-01"
- name: type
description: The type of block.
in: query
required: false
schema:
type: string
enum:
- key
- micro
example: micro
- $ref: '#/components/parameters/StatsLimitParam'
- $ref: '#/components/parameters/DirectionParam'
responses:
'200':
description: Returns paginated total stats per generation
content:
application/json:
schema:
allOf:
- type: object
required:
- data
properties:
data:
type: array
items:
$ref: '#/components/schemas/Stat'
- $ref: '#/components/schemas/PaginatedResponse'
'400':
description: Bad request
content:
application/json:
schema:
$ref: '#/components/schemas/ErrorResponse'
/stats/difficulty:
get:
deprecated: false
description: Get total blocks difficulty stats.
operationId: GetDifficultyStats
parameters:
- name: interval_by
description: The interval in which to return the stats.
in: query
required: false
schema:
type: string
enum:
- day
- week
- month
example: week
- name: min_start_date
description: The minimum start date in YYYY-MM-DD format.
in: query
required: false
schema:
type: string
example: "2023-01-01"
- name: max_start_date
description: The maximum start date in YYYY-MM-DD format.
in: query
required: false
schema:
type: string
example: "2024-01-01"
- $ref: '#/components/parameters/StatsLimitParam'
- $ref: '#/components/parameters/DirectionParam'
responses:
'200':
description: Returns paginated total stats per generation
content:
application/json:
schema:
allOf:
- type: object
required:
- data
properties:
data:
type: array
items:
$ref: '#/components/schemas/Stat'
- $ref: '#/components/schemas/PaginatedResponse'
'400':
description: Bad request
content:
application/json:
schema:
$ref: '#/components/schemas/ErrorResponse'
/stats/hashrate:
get:
deprecated: false
description: Get total blocks hashrate stats.
operationId: GetHashrateStats
parameters:
- name: interval_by
description: The interval in which to return the stats.
in: query
required: false
schema:
type: string
enum:
- day
- week
- month
example: week
- name: min_start_date
description: The minimum start date in YYYY-MM-DD format.
in: query
required: false
schema:
type: string
example: "2023-01-01"
- name: max_start_date
description: The maximum start date in YYYY-MM-DD format.
in: query
required: false
schema:
type: string
example: "2024-01-01"
- $ref: '#/components/parameters/StatsLimitParam'
- $ref: '#/components/parameters/DirectionParam'
responses:
'200':
description: Returns paginated total stats per generation
content:
application/json:
schema:
allOf:
- type: object
required:
- data
properties:
data:
type: array
items:
$ref: '#/components/schemas/Stat'
- $ref: '#/components/schemas/PaginatedResponse'
'400':
description: Bad request
content:
application/json:
schema:
$ref: '#/components/schemas/ErrorResponse'
/stats/contracts:
get:
deprecated: false
description: Get the created contracts count per interval.
operationId: GetContractsStats
parameters:
- name: interval_by
description: The interval in which to return the stats.
in: query
required: false
schema:
type: string
enum:
- day
- week
- month
example: week
- name: min_start_date
description: The minimum start date in YYYY-MM-DD format.
in: query
required: false
schema:
type: string
example: "2023-01-01"
- name: max_start_date
description: The maximum start date in YYYY-MM-DD format.
in: query
required: false
schema:
type: string
example: "2024-01-01"
- $ref: '#/components/parameters/StatsLimitParam'
- $ref: '#/components/parameters/DirectionParam'
responses:
'200':
description: Returns paginated total stats per generation
content:
application/json:
schema:
allOf:
- type: object
required:
- data
properties:
data:
type: array
items:
$ref: '#/components/schemas/Stat'
- $ref: '#/components/schemas/PaginatedResponse'
'400':
description: Bad request
content:
application/json:
schema:
$ref: '#/components/schemas/ErrorResponse'
/stats/transactions:
get:
deprecated: false
description: Get total transactions count stats.
operationId: GetTransactionsStats
parameters:
- name: interval_by
description: The interval in which to return the stats.
in: query
required: false
schema:
type: string
enum:
- day
- week
- month
example: week
- name: min_start_date
description: The minimum start date in YYYY-MM-DD format.
in: query
required: false
schema:
type: string
example: "2023-01-01"
- name: max_start_date
description: The maximum start date in YYYY-MM-DD format.
in: query
required: false
schema:
type: string
example: "2024-01-01"
- name: tx_type
description: The type of the transactions
in: query
required: false
schema:
type: string
example: contract_call
- $ref: '#/components/parameters/StatsLimitParam'
- $ref: '#/components/parameters/DirectionParam'
responses:
'200':
description: Returns paginated total stats per generation
content:
application/json:
schema:
allOf:
- type: object
required:
- data
properties:
data:
type: array
items:
$ref: '#/components/schemas/Stat'
- $ref: '#/components/schemas/PaginatedResponse'
'400':
description: Bad request
content:
application/json:
schema:
$ref: '#/components/schemas/ErrorResponse'
/stats/transactions/total:
get:
deprecated: false
description: Get the total count of transactions for the given period.
operationId: GetTotalTransactionsStats
parameters:
- name: min_start_date
description: The minimum start date in YYYY-MM-DD format.
in: query
required: false
schema:
type: string
example: "2023-01-01"
- name: max_start_date
description: The maximum start date in YYYY-MM-DD format.
in: query
required: false
schema:
type: string
example: "2024-01-01"
- name: tx_type
description: The type of the transactions
in: query
required: false
schema:
type: string
example: contract_call
responses:
'200':
description: Returns the count of transactions for the given period
content:
application/json:
schema:
type: integer
example: 100
'400':
description: Bad request
content:
application/json:
schema:
$ref: '#/components/schemas/ErrorResponse'
/stats/total-accounts:
get:
deprecated: false
description: Get total accounts created per interval stats.
operationId: GetTotalAccountsStats
parameters:
- name: interval_by
description: The interval in which to return the stats.
in: query
required: false
schema:
type: string
enum:
- day
- week
- month
example: week
- $ref: '#/components/parameters/StatsLimitParam'
- $ref: '#/components/parameters/DirectionParam'
responses:
'200':
description: Returns paginated total accounts stats
content:
application/json:
schema:
allOf:
- type: object
required:
- data
properties:
data:
type: array
items:
$ref: '#/components/schemas/Stat'
- $ref: '#/components/schemas/PaginatedResponse'
'400':
description: Bad request
content:
application/json:
schema:
$ref: '#/components/schemas/ErrorResponse'
/stats/active-accounts:
get:
deprecated: false
description: Get active accounts stats.
operationId: GetActiveAccountsStats
parameters:
- name: interval_by
description: The interval in which to return the stats.
in: query
required: false
schema:
type: string
enum:
- day
- week
- month
example: week
- $ref: '#/components/parameters/StatsLimitParam'
- $ref: '#/components/parameters/DirectionParam'
responses:
'200':
description: Returns paginated active accounts stats
content:
application/json:
schema:
allOf:
- type: object
required:
- data
properties:
data:
type: array
items:
$ref: '#/components/schemas/Stat'
- $ref: '#/components/schemas/PaginatedResponse'
'400':
description: Bad request
content:
application/json:
schema:
$ref: '#/components/schemas/ErrorResponse'
/stats/names:
get:
deprecated: false
description: Get total names count stats.
operationId: GetNamesStats
parameters:
- name: interval_by
description: The interval in which to return the stats.
in: query
required: false
schema:
type: string
enum:
- day
- week
- month
example: week
- name: min_start_date
description: The minimum start date in YYYY-MM-DD format.
in: query
required: false
schema:
type: string
example: "2023-01-01"
- name: max_start_date
description: The maximum start date in YYYY-MM-DD format.
in: query
required: false
schema:
type: string
example: "2024-01-01"
- $ref: '#/components/parameters/StatsLimitParam'
- $ref: '#/components/parameters/DirectionParam'
responses:
'200':
description: Returns paginated total stats per generation
content:
application/json:
schema:
allOf:
- type: object
required:
- data
properties:
data:
type: array
items:
$ref: '#/components/schemas/Stat'
- $ref: '#/components/schemas/PaginatedResponse'
'400':
description: Bad request
content:
application/json:
schema:
$ref: '#/components/schemas/ErrorResponse'
/stats:
get:
deprecated: false
description: Get stats.
operationId: GetStats
responses:
'200':
description: Returns paginated stats per generation
content:
application/json:
schema:
$ref: '#/components/schemas/Stats'
'400':
description: Bad request
content:
application/json:
schema:
$ref: '#/components/schemas/ErrorResponse'
/stats/aex9-transfers:
get:
deprecated: false
description: Get total AEx9 token transfers.
operationId: GetAex9TransfersStats
parameters:
- name: interval_by
description: The interval in which to return the stats.
in: query
required: false
schema:
type: string
enum:
- day
- week
- month
example: week
- name: min_start_date
description: The minimum start date in YYYY-MM-DD format.
in: query
required: false
schema:
type: string
example: "2023-01-01"
- name: max_start_date
description: The maximum start date in YYYY-MM-DD format.
in: query
required: false
schema:
type: string
example: "2024-01-01"
- $ref: '#/components/parameters/StatsLimitParam'
- $ref: '#/components/parameters/DirectionParam'
responses:
'200':
description: Returns paginated AEx9 transfer stats
content:
application/json:
schema:
allOf:
- type: object
required:
- data
properties:
data:
type: array
items:
$ref: '#/components/schemas/Stat'
- $ref: '#/components/schemas/PaginatedResponse'
'400':
description: Bad request
content:
application/json:
schema:
$ref: '#/components/schemas/ErrorResponse'