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.
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.