Author

Topic: [ANN] A java client api for MtGox: mtgox-java (Read 4456 times)

legendary
Activity: 965
Merit: 1000
I don't use websockets yet. Only http.
legendary
Activity: 980
Merit: 1040
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 ?
legendary
Activity: 965
Merit: 1000
Very cool! I'm working on something similar for a while! Great to see another Java developer here!
newbie
Activity: 9
Merit: 0

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/.

Jump to: