3
1
I need to circulate money between exchanges automatically. I want to transfer cryptocurrency (BTC, LTC) between exchanges. I find that these exchanges have API calls for withdrawal options: Cryptsy, Poloniex, Bitstamp, Bittrex and Bleutrade.
Is there any other way to implement this for the exchanges which does not provide withdrawal options via API? I also want to transfer USD between exchanges. Can I implement it programmatically i.e via API?
Heya! Which exchanges do not have APIs for withdraw/deposit options (you'll need deposit too of course, if you want to circle it between exchanges). – Mathias711 – 2014-09-18T07:42:21.080
Yeah Mathias. I need withdrawal options also – Jsd – 2014-09-18T07:46:43.783
Well, if there are no API options, I think you are very limited (if it's not impossible). USD deposits are manually (afaik) because your bank probably does not support API calls. – Mathias711 – 2014-09-18T07:53:02.560
@Mathias711 - Do you suggest any ideas to implement this? – Jsd – 2014-09-18T07:59:34.617
I do not know precisely what you want, nor have I the expertise to write a full script (nor the time right now) but you can ask for a deposit address at exchange B and withdraw from exchange A to that address (all from API). That should be a very basic beginning. Then you can extent this by asking the deposit address for exchange C, and withdraw from B to C. Something like that – Mathias711 – 2014-09-18T08:02:05.530
@Mathias711 - Incase of absence of withdrawal api call what to do? Is there any other solution to do this? – Jsd – 2014-09-18T08:53:08.623
Manually? Nothing else I guess. – Mathias711 – 2014-09-18T08:54:10.423
@Mathias711 - Yes the same also I feel – Jsd – 2014-09-18T08:55:04.247