public interface Coinbase
| Modifier and Type | Method and Description |
|---|---|
CoinbaseToken |
createToken() |
CoinbaseUser |
createUser(CoinbaseUser user) |
CoinbasePrice |
getBuyPrice(BigDecimal quantity,
String currency) |
List<CoinbaseCurrency> |
getCurrencies() |
Map<String,BigDecimal> |
getCurrencyExchangeRates() |
String |
getHistoricalSpotRates(Integer page) |
CoinbasePrice |
getSellPrice(BigDecimal quantity,
String currency) |
CoinbaseMoney |
getSpotRate(String currency) |
List<CoinbaseCurrency> getCurrencies() throws IOException, CoinbaseException
IOExceptionCoinbaseExceptionMap<String,BigDecimal> getCurrencyExchangeRates() throws IOException, CoinbaseException
IOExceptionCoinbaseExceptionCoinbasePrice getBuyPrice(BigDecimal quantity, String currency) throws IOException, CoinbaseException
IOExceptionCoinbaseExceptionCoinbasePrice getSellPrice(BigDecimal quantity, String currency) throws IOException, CoinbaseException
IOExceptionCoinbaseExceptionCoinbaseMoney getSpotRate(String currency) throws IOException, CoinbaseException
IOExceptionCoinbaseExceptionString getHistoricalSpotRates(Integer page) throws IOException, CoinbaseException
IOExceptionCoinbaseExceptionCoinbaseUser createUser(CoinbaseUser user) throws IOException, CoinbaseException
IOExceptionCoinbaseExceptionCoinbaseToken createToken() throws IOException, CoinbaseException
IOExceptionCoinbaseExceptionCopyright © 2012–2017 Xeiam, LLC. All rights reserved.