Bitcoin Forum

Other => Beginners & Help => Topic started by: Anonymous on July 11, 2011, 04:49:52 PM



Title: MtGox APIS
Post by: Anonymous on July 11, 2011, 04:49:52 PM
Hey, who should I contact to ask MtGox for access to a new API. One that gives you the bitcoin address to deposit to for the given account (and password), one that gives you the mtgox account number (for Dowlla deposits) for a given username and password, and also one that gives you json encoded account history for a given mtgox account (username, password, and currency of the history).

Thanks,
Joey


Title: Re: MtGox APIS
Post by: ellipsis on July 11, 2011, 05:08:24 PM
Have you tried the Support link at the bottom of their page?


Title: Re: MtGox APIS
Post by: Stephen Gornick on July 11, 2011, 07:36:51 PM
Incidentally, the new Websocket APi is documented here:
 - https://en.bitcoin.it/wiki/MtGox/API#Websocket_API


Title: Re: MtGox APIS
Post by: winkte on July 11, 2011, 08:56:53 PM
Websocket hasn't been available for a while...
or is it back yet?


Title: Re: MtGox APIS
Post by: spoonman on August 05, 2011, 09:12:15 AM
Hi all, first post, please be gentle!

As far as I can see the websockets API is functional. I'm getting ticker data coming through nicely.

However, i'm unable to subscribe to a private channel, I keep getting an 'Invalid MTGOX Key' error, when I try to subscribe with:

{"op":"mtgox.subscribe","key":"{api key here}"}

Am I interpreting the (scant) documentation correctly? Does the API key from the settings page go in the above command?

Help!