Post
Topic
Board Bitcoin Technical Support
Re: Disappearance of Blockchain BTC wallet balance
by
Husires
on 24/07/2020, 18:02:17 UTC
My Blockchain BTC wallet balance disappeared almost 2 days ago. I tried refreshing several times but says timeout or error fetching balance. I tried recovering the funds yesterday by creating another wallet, my balance appeared for couple of minutes and disappeared again after receiving and sending coins. I have contacted blockchain but no response for over 24 hours. Can I re-recover the funds using another wallet again? Would there be any implication doing that? Will I still find my funds in the new wallet?

you are talking about Blockchain API? Also, I don't think your wallet has been hacked, but rather is having trouble recovering data timeout or error fetching balance.
It is better to move to electrum, by following the methods above, and you can use it with API or use BTCPAY server if you have a website and want to accept bitcoin transaction.

for electrum you can do it using  JSON-RPC requests to electrum servers read more https://electrumx.readthedocs.io/en/latest/protocol-methods.html

and will do it using  blockchain commands

Code:
Broadcast example

{"id": 1, "method": "blockchain.transaction.broadcast", "params": ["YOUR_HEX_TRANSACTION"]}

for API you can use this  https://github.com/shesek/bwt#http-api
https://github.com/shesek/bwt#electrum-plugin