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

error : Insufficient funds, doesnt matter what the balance of the address. #375

Open DarkSaTla opened 6 years ago

DarkSaTla commented 6 years ago

Hey, Wallet ver: 0.26.1 Node ver: v6.0.0 i started to work on my Auto-Payment service, All work good, but when i did the Payment to my wallet i got the next error:

{"error":"Insufficient funds","available":0.00076736,"needed":0.00077414,"sweep_amount_satoshi":76058,"sweep_fee_satoshi":678}{"error":"Error building transaction"} //5 Dollars
{"error":"Insufficient funds","available":0.0000416,"needed":0.00004838,"sweep_amount_satoshi":3482,"sweep_fee_satoshi":678} // 0.26 Dollars

I trying to send from my created address to my wallet I used like this: http://localhost:3000/merchant/guid/payment?to=[MY-WALLET-ADDRESS]&amount=[AMOUNT-OF-THE-ADDRESS-IN-SATOSHI]&from=[MY-CREATED-ADDRESS]&fee=default

SERVER ERROR:

1536981810270 - error: Insufficient funds error=Insufficient funds, available=0.0000416, needed=0.00004838, sweep_amount_satoshi=3482, sweep_fee_satoshi=678
1536981810755 - error: Insufficient funds error=Insufficient funds, available=0.00076736, needed=0.00077414, sweep_amount_satoshi=76058, sweep_fee_satoshi=678
1536981810763 - error: ERR_ADDRESS
No origin set.
1536981811075 - error: ERR_BUILDTX

Can you help me please fast? Thanks you!