| Author |
Java implementation for MtGox API?
|
Nam Ha Minh
Ranch Hand
Joined: Oct 31, 2011
Posts: 347
|
|
Hi guys,
Does anyone implement a Java client for MtGox API?
Thanks.
|
Job Offer: Online working Java technical writing
|
 |
Hans Ziegenbock
Greenhorn
Joined: Aug 26, 2012
Posts: 5
|
|
There is now the XChange library
This is a pure Java library that has been released under the MIT license. It currently supports polling/streaming market data and polling trade data at Mt Gox.
It is currently used by the MultiBit bitcoin client.
|
 |
Nam Ha Minh
Ranch Hand
Joined: Oct 31, 2011
Posts: 347
|
|
Thanks Hans for your suggestion.
I have implemented a MtGox implementation for myself, however it's worth looking at the XChange.
|
 |
Grant Sparks
Greenhorn
Joined: Dec 30, 2012
Posts: 1
|
|
I have also written a Java implementation of the MtGox API. It uses Maven and Spring, and is almost complete.
mtgox-java
A Java API (based on Spring & Maven) for the MtGox bitcoin exchange WebSocket & HTTP services.
http://grantsparks.github.com/mtgox-java/
--GMS
|
 |
 |
|
|
subject: Java implementation for MtGox API?
|
|
|