Project

General

Profile

Task #16393

Updated by Andrej Ondrejovic 5 months ago

http://phptopython-1855869511.eu-central-1.elb.amazonaws.com:10001/api/doc#/loyalty/post_loyalty_distribution_internal 
 - available only for admin klasicka authorize,ability, ACLko -> admin 
 - expose as /loyalty/distribution/internal http://phptopython-1057679502.eu-central-1.elb.amazonaws.com:10001/api/doc#/loyalty/post_loyalty_distribution_internal 

 ``` javascript 
 { 
   "items": [ 
     { 
       "name": "stakers", 
       "special_points": 9129636, 
       "non_special_points": 9317859, 
       "combined_points": 18447495, 
       "special_wallet_count": 560, 
       "non_special_wallet_count": 428, 
       "total_wallet_count": 988, 
       "toy_max_pool": 150000000, 
       "toy_special_pool": 74234761.95548502 
     }, 
     { 
       "name": "holders", 
       "special_points": 36448070, 
       "non_special_points": 35643635.59999974, 
       "combined_points": 72091705.60000014, 
       "special_wallet_count": 48918, 
       "non_special_wallet_count": 15974, 
       "total_wallet_count": 64892, 
       "toy_max_pool": 1500000, 
       "toy_special_pool": 758368.8656687835 
     }, 
     { 
       "name": "ecosystem", 
       "special_points": 3349737, 
       "non_special_points": 7363246.600000003, 
       "combined_points": 10712983.600000048, 
       "special_wallet_count": 49189, 
       "non_special_wallet_count": 15543, 
       "total_wallet_count": 64732, 
       "toy_max_pool": 50000000, 
       "toy_special_pool": 15634006.011173138 
     }, 
     { 
       "name": "genesis-holders", 
       "special_points": 2635, 
       "non_special_points": 2587, 
       "combined_points": 5222, 
       "special_wallet_count": 291, 
       "non_special_wallet_count": 763, 
       "total_wallet_count": 1054, 
       "toy_max_pool": 100000000, 
       "toy_special_pool": 50459594.025277674 
     }, 
     { 
       "name": "genesis-holders-diamonds", 
       "special_points": 33255130, 
       "non_special_points": 31138559, 
       "combined_points": 64393689, 
       "special_wallet_count": 291, 
       "non_special_wallet_count": 763, 
       "total_wallet_count": 1054, 
       "toy_max_pool": 100000000, 
       "toy_special_pool": 51643461.519963555 
     } 
   ] 
 } 
 ``` 

Back