blockchain / service-my-wallet-v3

Blockchain Wallet API Service
https://blockchain.info/api/blockchain_wallet_api
GNU Affero General Public License v3.0
910 stars 518 forks source link

How to transfer max bitcoins out of account? #426

Open RishabSwift opened 4 years ago

RishabSwift commented 4 years ago

This is not a question specific to a version of node js I'm using or server-my-wallet.

It's similar to #372

Let's say if I have 0.0045 BTC in my account. If I want to send all of 0.0045 BTC using send method, then I will get an error because the total is greater with the fees added.

What's the best way to send the entire balance by knowing the fees and everything?

RishabSwift commented 4 years ago

Any update?

RishabSwift commented 4 years ago

Came looking for a issue and thought I found one that describes exactly what I’m also having trouble with. Then realized it was my own question from last year