Bitcoin Forum

Economy => Service Discussion => Topic started by: 029xue on April 15, 2012, 01:11:50 AM



Title: MtGox withdrawal API closed?
Post by: 029xue on April 15, 2012, 01:11:50 AM
I was original post the question in 'Technical support' board, but I guess here may be the better place.


I'm doing a small program want to send bitcoin directly from my MtGox account.

I'm using the version 0 of MtGox API, when I call withdrawal interface I got following error:
{"error":"Authorization to this API denied"}

When I looked the version 1 of MtGox API, it even doesn't have withdrawal interface?

It seems withdrawal is no longer supported now.

Dose any one know how to solve this problem?
Or is any other website can send bitcoin directly from web account?


(I don't want run bitcoind myself.)

It's appreciate for your help!



Quote from: CA Coins on April 14, 2012, 17:48:13
Version 0 withdraw appears to be working fine for me.  I just tested it and I was able to withdraw with the API.

Are the other methods working?  It might be that you don't have withdraw enabled on your API settings page.

You're right, after I enabled withdrawal in settings page, it works now.

Thanks very much!!

BTW, dose the version 1 API support withdrawal? I didn't say any deposit or withdrawal API in wiki page: https://en.bitcoin.it/wiki/MtGox/API/HTTP/v1

Thanks!


Title: Re: MtGox withdrawal API closed?
Post by: 029xue on April 15, 2012, 03:31:22 PM
Any one know it?

Dose version 1 API support deposit and withdrawal?

Thanks!


Title: Re: MtGox withdrawal API closed?
Post by: nederhoed on October 14, 2012, 07:10:49 PM
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'  ???

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.


Title: Re: MtGox withdrawal API closed?
Post by: giantdragon on October 14, 2012, 07:23:32 PM
Blockchain.info online wallet offers good solution for the merchants. I see no reason why to use MtGox for sending Bitcoin payments.

https://blockchain.info/api/api_send


Title: Re: MtGox withdrawal API closed?
Post by: Pteppic on October 15, 2012, 08:55:26 AM
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'  ???

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.


Title: Re: MtGox withdrawal API closed?
Post by: 🏰 TradeFortress 🏰 on October 15, 2012, 10:36:54 AM
That's really disappointing - MTGox doesnt' even know their own API!


Title: Re: MtGox withdrawal API closed?
Post by: CA Coins on November 22, 2012, 03:57:40 AM
I can't get ver1 send_simple to work either.  Been trying for a few weeks now.  MtGox support unfortunately has not given me a solution either.  Anybody able to do BTC withdraw with version 1 or version 2 API?


Title: Re: MtGox withdrawal API closed?
Post by: mazi on January 05, 2013, 08:28:52 PM
I can't get v1 withdrawal to work either (based on the Bitcoin Wiki spec). Here's my attempt if anyone's interested (implemented in the XChange project):
https://github.com/mmazi/XChange/tree/mtgox-jaxrs-withdraw


Title: Re: MtGox withdrawal API closed?
Post by: kakobrekla on January 06, 2013, 02:32:01 PM
Thats what you get:

https://bitcointalk.org/index.php?topic=133829.0