reddcoin-project / reddsight-api

The official Reddcoin blockchain API in Javascript
7 stars 8 forks source link

StakingTotal Api #4

Open skolmer opened 9 years ago

skolmer commented 9 years ago

Could you guys implement an api that shows the total of all staking transactions? It would be a nice feature for reddcoin.rocks to show the total amount of all stake rewards for an address. I could collect all transactions and calculate it myself but want to avoid large api calls if possible.

Other staking related api's would be nice to have, like http://live.reddcoin.com/api/txs?address=Ra7aAgKuG2UkW1MJuquMLVJUzirguD6M9j&pageNum=0 but only for isCoinStake transactions. I'm currently using this api and filtering client side for coin stake transactions.

laudney commented 9 years ago

We can but it's extremely low priority given the amount of more urgent stuff we are working on.

skolmer commented 9 years ago

Sounds fair