Closed Septem151 closed 4 years ago
The amount value returned from the getBTCBalance API call is in satoshis, of which there are 100000000 per bitcoin. Therefore, to go from satoshi to bitcoin, you would need to divide the satoshi amount received by 100000000, not multiply.
The amount value returned from the getBTCBalance API call is in satoshis, of which there are 100000000 per bitcoin. Therefore, to go from satoshi to bitcoin, you would need to divide the satoshi amount received by 100000000, not multiply.