mtgox-java
mtgox-java copied to clipboard
A Java API for the MtGox bitcoin currency exchange based on Spring and Maven
There must have been a change in the api, which makes the java class fail (unknown field "length": https://data.mtgox.com/api/1/generic/order/lag
The API seems to have changed so I made a few model updates to get the HowToGetInfo example working.
Compilation error when running 'mvn clean package': Failure executing javac, but could not parse the error: javac: invalid target release: 1.7 Getting this error using Ubuntu 12.04 v 3.5.0-32-generic (x64),...
Hello, Any work in progress to implement mtgox APIV2? Unofficial documentation rests at https://bitbucket.org/nitrous/mtgox-api/overview Thanks
The websocket client is useful for getting price updates, but to trade properly we need to be able to know when the orders are filled in realtime (making a request...
Hi, the mtgox api also has an api call http://data.mtgox.com/api/1/BTCUSD/trades/fetch which returns all trades in the last X hours. it would be nice to implement this as well. Regards, Leen
While the readme file states, the license for the library was LGPL, the content of the LICENSE.txt doesn't look like this http://www.gnu.org/licenses/lgpl-3.0.txt but simple GPL. Could this be addressed please?
This is the error message after which program stops any output or placing of trades. It does not attempt to resume. This has happened a few times over around 5h...