Bitcoin Forum

Bitcoin => Bitcoin Technical Support => Topic started by: btc123 on May 04, 2012, 01:30:00 AM



Title: Mt.Gox Trading API
Post by: btc123 on May 04, 2012, 01:30:00 AM
Has anybody been able to successfully interface with the Mt.Gox trading API in Linux?
I've been pulling my hair out for hours trying to figure this shit out.

My program logic is all flow charted and pseudo-coded but first I need to connect.
I chose Perl because I'm familiar with it but perhaps Java would be easier.

Any tips on how to get started?


Title: Re: Mt.Gox Trading API
Post by: ELT on May 04, 2012, 02:13:54 AM
https://en.bitcoin.it/wiki/MtGox/API/HTTP

There are a lot of examples on here on how to interface with the api as well as on the wiki.

ELT


Title: Re: Mt.Gox Trading API
Post by: daybyter on May 04, 2012, 11:36:11 AM
I'm working on a private Java implementation, too. There are some problems, like the lack of micro seconds in Java, but I think, I have a workaround. I've just started the UI elements, so it's still a long way to go...