Skip to content

A wrapper for coinbase api for trading and wallet integration

License

Notifications You must be signed in to change notification settings

dosrd/coinbasewrapperapi

Repository files navigation

Coinbase Wrapper API

##A wrapper for coinbase api for trading and point of sale integration

CoinbaseCredentials cc = new CoinbaseCredentials(SECRET, API_KEY);
CoinbaseCallWrappers ccc = new CoinbaseCallWrappers(cc);
System.out.println(ccc.createBitcoinAddress("Test Account"));

About

A wrapper for coinbase api for trading and wallet integration

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages