public interface CoinbaseEx
Modifier and Type | Method and Description |
---|---|
void |
cancelOrder(String id,
String apiKey,
si.mazi.rescu.ParamsDigest signer,
String timestamp,
String passphrase) |
CoinbaseExAccount[] |
getAccounts(String apiKey,
si.mazi.rescu.ParamsDigest signer,
String timestamp,
String passphrase)
Authenticated calls
|
CoinbaseExOrder[] |
getListOrders(String apiKey,
si.mazi.rescu.ParamsDigest signer,
String timestamp,
String passphrase,
String status) |
CoinbaseExProductBook |
getProductOrderBook(String baseCurrency,
String targetCurrency,
String level) |
List<CoinbaseExProduct> |
getProducts() |
CoinbaseExProductStats |
getProductStats(String baseCurrency,
String targetCurrency) |
CoinbaseExProductTicker |
getProductTicker(String baseCurrency,
String targetCurrency) |
CoinbaseExTrade[] |
getTrades(String baseCurrency,
String targetCurrency,
String limit) |
CoinbaseExIdResponse |
placeLimitOrder(CoinbaseExPlaceOrder placeOrder,
String apiKey,
si.mazi.rescu.ParamsDigest signer,
String timestamp,
String passphrase) |
List<CoinbaseExProduct> getProducts() throws IOException
IOException
CoinbaseExProductTicker getProductTicker(String baseCurrency, String targetCurrency) throws IOException
IOException
CoinbaseExProductStats getProductStats(String baseCurrency, String targetCurrency) throws IOException
IOException
CoinbaseExProductBook getProductOrderBook(String baseCurrency, String targetCurrency, String level) throws IOException
IOException
CoinbaseExTrade[] getTrades(String baseCurrency, String targetCurrency, String limit) throws IOException
IOException
CoinbaseExAccount[] getAccounts(@HeaderParam(value="CB-ACCESS-KEY") String apiKey, @HeaderParam(value="CB-ACCESS-SIGN") si.mazi.rescu.ParamsDigest signer, @HeaderParam(value="CB-ACCESS-TIMESTAMP") String timestamp, @HeaderParam(value="CB-ACCESS-PASSPHRASE") String passphrase)
CoinbaseExOrder[] getListOrders(@HeaderParam(value="CB-ACCESS-KEY") String apiKey, @HeaderParam(value="CB-ACCESS-SIGN") si.mazi.rescu.ParamsDigest signer, @HeaderParam(value="CB-ACCESS-TIMESTAMP") String timestamp, @HeaderParam(value="CB-ACCESS-PASSPHRASE") String passphrase, String status)
CoinbaseExIdResponse placeLimitOrder(CoinbaseExPlaceOrder placeOrder, @HeaderParam(value="CB-ACCESS-KEY") String apiKey, @HeaderParam(value="CB-ACCESS-SIGN") si.mazi.rescu.ParamsDigest signer, @HeaderParam(value="CB-ACCESS-TIMESTAMP") String timestamp, @HeaderParam(value="CB-ACCESS-PASSPHRASE") String passphrase)
Copyright © 2012–2016 Xeiam, LLC. All rights reserved.