Changing lines in main ps1 file from
Clear-Host
Write-Host "1BTC = " $Rates.$Currency "$Currency"
$usd = $rates.$Currency
$money= $Balance.balance*$usd
#Display mining information
Clear-Host
Write-Host "1BTC = " $Rates.$Currency "$Currency"
write-host "Wallet Balance:"$Balance.balance "BTC which is approximately " $Money "USD"
Wallet Balance: 0.00270011 BTC which is approximately 40.8790713758 USD
Be careful with this. Don't call this API too often. Probably once, twice per hour. It might get your wallet banned if you call it too many times.
When I made http://my pools.you-stupid-woman.com tool I remembered a pool owner saying that users calling the wallet API was taking a lot of bandwidth, even more than just the algo API...