Skip to content

bitme/java-bitme

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bitme-java

This is a java implementation of the BitMe Bitcoin Exchange API, which is documented here:

http://bitme.github.io/rest/

With this API, you have full access to your account, including order manipulation, transaction listings, currency withdrawal and exchange data.

Build

To build, you'll need maven:

mvn package

Install

mvn install

Testing

To get the tests to work, you'll have to copy the BitmeAPIKeyExample.java file to BitmeAPIKey.java in the same directory. Then, edit the new file and add your API key information. DO NOT COMMIT THIS NEW FILE. The tests should run now:

mvn package

About

Communicate with Bitme REST API with Java

Resources

Stars

Watchers

Forks

Packages

No packages published