So, in the past few months I got a bunch of emails saying mtg v0 api is going out of biz with the end of 2012.
Right. So we check mtgox and this is the official api site:
https://en.bitcoin.it/wiki/MtGox/API/HTTP. No v2 manual there. Ok, we shall go with v1.
The instructions say withdrawal method has two required args. When I satisfy the conditions, I get a message OTP is required. So I implement OTP call as described in the wiki.
HOTP key
https://mtgox.com/api/1/generic/hotp_gen
used to generate a new HOTP key ( useful for developers )
It returns an array with 'serial', 'name', 'key' and 'key_base32'. I can not google my way to how exactly these vars should be processed and used to make a successful withdrawal request.
Anyone got a clue I wonder, cause my crystal ball is broked.