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
IOException
CoinbaseException
Map<String,BigDecimal> getCurrencyExchangeRates() throws IOException, CoinbaseException
IOException
CoinbaseException
CoinbasePrice getBuyPrice(BigDecimal quantity, String currency) throws IOException, CoinbaseException
IOException
CoinbaseException
CoinbasePrice getSellPrice(BigDecimal quantity, String currency) throws IOException, CoinbaseException
IOException
CoinbaseException
CoinbaseMoney getSpotRate(String currency) throws IOException, CoinbaseException
IOException
CoinbaseException
String getHistoricalSpotRates(Integer page) throws IOException, CoinbaseException
IOException
CoinbaseException
CoinbaseUser createUser(CoinbaseUser user) throws IOException, CoinbaseException
IOException
CoinbaseException
CoinbaseToken createToken() throws IOException, CoinbaseException
IOException
CoinbaseException
Copyright © 2012–2017 Xeiam, LLC. All rights reserved.