Bad-Pop / jcoinbase

JCoinbase is an unofficial & open source client for the Coinbase exchange platform API written in Java 15. It allows you to make queries to the Coinbase API in a quick and easy way.

Home Page:https://bad-pop.github.io/jcoinbase/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This project is currently no longer maintained, but works perfectly as it is.

JCoinbase

GitHub Workflow Status Sonar Coverage Sonar Tech Debt Sonar Tests Sonar Quality Gate GitHub last commit GitHub GitHub contributors Maven Central


JCoinbase is an open source client for the Coinbase exchange platform API written in java 15. It allows you to make queries to the Coinbase API in a quick and easy way.

Project documentation

To see the full JCoinbase documentation please check the wiki

Build project locally

If you don't have maven installed, you can use the maven wrapper presents inside the project :

./mvnw clean install

If you are on windows you can use the mvnw.cmd which also wrap maven on windows. Else, if you have Maven installed you can run :

mvn clean install

Status

This project is currently no longer maintained, but works perfectly as it is. If you like this project and want this project to never exhaust, please consider helping or donating <3.

About

JCoinbase is an unofficial & open source client for the Coinbase exchange platform API written in Java 15. It allows you to make queries to the Coinbase API in a quick and easy way.

https://bad-pop.github.io/jcoinbase/

License:Apache License 2.0


Languages

Language:Java 100.0%