hi,
i am using the API as is now.
But i'm noticing what seems to be a bug.
The return per coin is something like this :
,"cap":{"confirmed_rewards":"0","hashrate":"0","estimated_rewards":"0","payout_history":"0","pool_hashrate":4111,"round_shares":false,"block_shares":"57874715"}
I think estimated_rewards is supposed to be filled with 'Per-block estimate'
but it seems that estimated_rewards is filled with the value from
Per-Block Estimate when that value > 0.
but when Per-Block Estimate = 0 , then it is filled with the value from unconfirmed.
It would be great if it would always be filled in the same way and an extra field for the unconfirmed
or have 2 extra fields in the api-return : unconfirmed_rewards & block_estimate.
kind regards,
spherix