Post
Topic
Board Service Discussion
Re: MtGox withdrawal API closed?
by
Pteppic
on 15/10/2012, 08:55:26 UTC
In v1 there is a "send_simple" call:
https://mtgox.com/api/1/generic/bitcoin/send_simple

I did not get it working. The API keeps giving me an error on the bitcoin address:
MtGoxError: u'Invalid bitcoin address, please confirm your input'  Huh

Perhaps the parameters have been renamed. I did add the call to the wiki:
https://en.bitcoin.it/wiki/MtGox/API/HTTP/v1#Withdraw_bitcoins


Can someone help us out? Thanks.

I just got an email from MtGox saying that the 0 version API withdraw method was being deprecated on 31st December 2012. It also said that there are 'send_simple' methods for v1 and v2 but as you say, the API page doesn't list the parameters needed. For the moment I am going to keep using v0 until there is some actual documentation about how to use the new methods.