Giter VIP home page Giter VIP logo

coinbase-api-v2-java's Introduction

coinbase-api-v2-java

A non-official Java library for Coinbase v2 API https://developers.coinbase.com/api/v2

How to use ?

1. Authentication context

1a. By Coinbase API Key

API Key is used when you provide services for your own

CoinbaseAuthenticationBearer auth = new CoinbaseAuthenticationApiKey("{MY_COINBASE_API_KEY}");

1b. By Coinbase OAuth service

OAuth is used when you provide services for a third party

CoinbaseAuthenticationBearer auth = new CoinbaseAuthenticationOAuth("{ACCESS_TOKEN_RETRIEVED_BY_AUTH}");

2. Call Coinbase user remote services

CoinbaseUserService userService = new CoinbaseUserService();

2a. Show current user informations

CoinbaseUser user = userService.showCurrent(auth);

2b. Show current user authorizations

CoinbaseAuthInfo informations = userService.showAuthorizationInformation(auth);

Current limitations

  • The remote call by OAuth is not tested yet
  • All the features from API are not yet implemented (please ask if you want one missing quickly)

License

For non-commercial use only ! Please contact me if you want to use it for commercial use.

Who to thanks ?

This API was written by Yoan Africa.

coinbase-api-v2-java's People

Contributors

yafrica avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.