aspose file tools
The moose likes Other Application Frameworks and the fly likes Java implementation for MtGox API? Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Frameworks » Other Application Frameworks
Reply Bookmark "Java implementation for MtGox API?" Watch "Java implementation for MtGox API?" New topic
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

 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Java implementation for MtGox API?
 
Similar Threads
java
java API
Email
How to i get IP address of the Remote system
Looking for printing code samples