Bitcoin Forum

Bitcoin => Project Development => Topic started by: Donatus on March 16, 2013, 09:49:02 PM



Title: [ANN] A java client api for MtGox: mtgox-java
Post by: Donatus on March 16, 2013, 09:49:02 PM

mtgox-java is a Java client API (based on Spring & Maven) for the MtGox bitcoin exchange WebSocket & HTTP services.  It is designed to be most useful for server-side or application java development.

Rather than being a 'thin' api that simply wraps HTTP calls, mtgox-java is a 'thick' api that completely hides the vagaries of the MtGox exchange and provides the developer with a 100% java and type checked interface.

Both HTTP and Websockets are supported.  Documentation, downloads and examples (including a simple trading bot) are available at the project webpage http://grantsparks.github.com/mtgox-java/ (http://grantsparks.github.com/mtgox-java/).



Title: Re: [ANN] A java client api for MtGox: mtgox-java
Post by: daybyter on March 18, 2013, 04:24:55 PM
Very cool! I'm working on something similar for a while! Great to see another Java developer here!


Title: Re: [ANN] A java client api for MtGox: mtgox-java
Post by: Puppet on March 18, 2013, 05:01:20 PM
Darn. I just spent most of the day learning about websockets to implement my own lol :p.
Out of curiosity, is gox websockets working for you atm? It worked fine for me for the past day or so, but since a few hours Im not getting any response, and I wonder if its just me ?


Title: Re: [ANN] A java client api for MtGox: mtgox-java
Post by: daybyter on March 18, 2013, 05:09:54 PM
I don't use websockets yet. Only http.