I would like to know how can I make transfer from a private wallet to another via api calls in blockchain.com/blockchain.info website
I really appreciate it if someone can instruct me with this A Go code would be preferred but I'm not limited to it
I already read their documentation
and found http://localhost:3000/merchant/$guid/payment?password=$main_password&second_password=$second_password&to=$address&amount=$amount&from=$from&fee=$fee endpoint
I tried to deploy the mentioned service "service-my-wallet-v3" It requests for API key and there is no way to generate from their portal page I found this page but nobody answers there, I think it's maybe deprecated I also tried to send requests to blockchain.info instead of localhost without any luck