Modifier and Type | Method and Description |
---|---|
CoinbaseTransfer |
buy(String quantity,
boolean agreeBTCAmountVaries,
String apiKey,
si.mazi.rescu.ParamsDigest signer,
si.mazi.rescu.SynchronizedValueFactory<Long> nonce) |
CoinbaseBaseResponse |
cancelRequest(String transactionId,
String apiKey,
si.mazi.rescu.ParamsDigest signer,
si.mazi.rescu.SynchronizedValueFactory<Long> nonce) |
CoinbaseTransaction |
completeRequest(String transactionId,
String apiKey,
si.mazi.rescu.ParamsDigest signer,
si.mazi.rescu.SynchronizedValueFactory<Long> nonce) |
CoinbaseButton |
createButton(CoinbaseButton button,
String apiKey,
si.mazi.rescu.ParamsDigest signer,
si.mazi.rescu.SynchronizedValueFactory<Long> nonce) |
CoinbaseOrder |
createOrder(CoinbaseButton button,
String apiKey,
si.mazi.rescu.ParamsDigest signer,
si.mazi.rescu.SynchronizedValueFactory<Long> nonce) |
CoinbaseOrder |
createOrder(String code,
String apiKey,
si.mazi.rescu.ParamsDigest signer,
si.mazi.rescu.SynchronizedValueFactory<Long> nonce) |
CoinbaseAddress |
generateReceiveAddress(CoinbaseAddressCallback callbackUrl,
String apiKey,
si.mazi.rescu.ParamsDigest signer,
si.mazi.rescu.SynchronizedValueFactory<Long> nonce) |
CoinbaseAccountChanges |
getAccountChanges(Integer page,
String apiKey,
si.mazi.rescu.ParamsDigest signer,
si.mazi.rescu.SynchronizedValueFactory<Long> nonce) |
CoinbaseAddresses |
getAddresses(Integer page,
Integer limit,
String query,
String apiKey,
si.mazi.rescu.ParamsDigest signer,
si.mazi.rescu.SynchronizedValueFactory<Long> nonce) |
CoinbaseMoney |
getBalance(String apiKey,
si.mazi.rescu.ParamsDigest signer,
si.mazi.rescu.SynchronizedValueFactory<Long> nonce) |
CoinbaseContacts |
getContacts(Integer page,
Integer limit,
String query,
String apiKey,
si.mazi.rescu.ParamsDigest signer,
si.mazi.rescu.SynchronizedValueFactory<Long> nonce) |
CoinbaseOrder |
getOrder(String orderId,
String apiKey,
si.mazi.rescu.ParamsDigest signer,
si.mazi.rescu.SynchronizedValueFactory<Long> nonce) |
CoinbaseOrders |
getOrders(Integer page,
String apiKey,
si.mazi.rescu.ParamsDigest signer,
si.mazi.rescu.SynchronizedValueFactory<Long> nonce) |
CoinbaseAddress |
getReceiveAddress(String apiKey,
si.mazi.rescu.ParamsDigest signer,
si.mazi.rescu.SynchronizedValueFactory<Long> nonce) |
CoinbaseRecurringPayment |
getRecurringPayment(String recurringPaymentId,
String apiKey,
si.mazi.rescu.ParamsDigest signer,
si.mazi.rescu.SynchronizedValueFactory<Long> nonce) |
CoinbaseRecurringPayments |
getRecurringPayments(Integer page,
Integer limit,
String apiKey,
si.mazi.rescu.ParamsDigest signer,
si.mazi.rescu.SynchronizedValueFactory<Long> nonce) |
CoinbaseSubscription |
getsSubscription(String subscriptionId,
String apiKey,
si.mazi.rescu.ParamsDigest signer,
si.mazi.rescu.SynchronizedValueFactory<Long> nonce) |
CoinbaseSubscriptions |
getsSubscriptions(Integer page,
Integer limit,
String apiKey,
si.mazi.rescu.ParamsDigest signer,
si.mazi.rescu.SynchronizedValueFactory<Long> nonce) |
CoinbaseTransaction |
getTransactionDetails(String transactionId,
String apiKey,
si.mazi.rescu.ParamsDigest signer,
si.mazi.rescu.SynchronizedValueFactory<Long> nonce) |
CoinbaseTransactions |
getTransactions(Integer page,
String apiKey,
si.mazi.rescu.ParamsDigest signer,
si.mazi.rescu.SynchronizedValueFactory<Long> nonce) |
CoinbaseTransfers |
getTransfers(Integer page,
Integer limit,
String apiKey,
si.mazi.rescu.ParamsDigest signer,
si.mazi.rescu.SynchronizedValueFactory<Long> nonce) |
CoinbaseUsers |
getUsers(String apiKey,
si.mazi.rescu.ParamsDigest signer,
si.mazi.rescu.SynchronizedValueFactory<Long> nonce) |
CoinbaseBaseResponse |
redeemToken(String tokenId,
String apiKey,
si.mazi.rescu.ParamsDigest signer,
si.mazi.rescu.SynchronizedValueFactory<Long> nonce) |
CoinbaseTransaction |
requestMoney(CoinbaseTransaction transactionRequest,
String apiKey,
si.mazi.rescu.ParamsDigest signer,
si.mazi.rescu.SynchronizedValueFactory<Long> nonce) |
CoinbaseBaseResponse |
resendRequest(String transactionId,
String apiKey,
si.mazi.rescu.ParamsDigest signer,
si.mazi.rescu.SynchronizedValueFactory<Long> nonce) |
CoinbaseTransfer |
sell(String quantity,
String apiKey,
si.mazi.rescu.ParamsDigest signer,
si.mazi.rescu.SynchronizedValueFactory<Long> nonce) |
CoinbaseTransaction |
sendMoney(CoinbaseTransaction transactionRequest,
String apiKey,
si.mazi.rescu.ParamsDigest signer,
si.mazi.rescu.SynchronizedValueFactory<Long> nonce) |
CoinbaseUser |
updateUser(String userId,
CoinbaseUser user,
String apiKey,
si.mazi.rescu.ParamsDigest signer,
si.mazi.rescu.SynchronizedValueFactory<Long> nonce) |
createToken, createUser, getBuyPrice, getCurrencies, getCurrencyExchangeRates, getHistoricalSpotRates, getSellPrice, getSpotRate
CoinbaseUsers getUsers(@HeaderParam(value="ACCESS_KEY") String apiKey, @HeaderParam(value="ACCESS_SIGNATURE") si.mazi.rescu.ParamsDigest signer, @HeaderParam(value="ACCESS_NONCE") si.mazi.rescu.SynchronizedValueFactory<Long> nonce) throws IOException, CoinbaseException
IOException
CoinbaseException
CoinbaseUser updateUser(String userId, CoinbaseUser user, @HeaderParam(value="ACCESS_KEY") String apiKey, @HeaderParam(value="ACCESS_SIGNATURE") si.mazi.rescu.ParamsDigest signer, @HeaderParam(value="ACCESS_NONCE") si.mazi.rescu.SynchronizedValueFactory<Long> nonce) throws IOException, CoinbaseException
IOException
CoinbaseException
CoinbaseBaseResponse redeemToken(String tokenId, @HeaderParam(value="ACCESS_KEY") String apiKey, @HeaderParam(value="ACCESS_SIGNATURE") si.mazi.rescu.ParamsDigest signer, @HeaderParam(value="ACCESS_NONCE") si.mazi.rescu.SynchronizedValueFactory<Long> nonce) throws IOException, CoinbaseException
IOException
CoinbaseException
CoinbaseMoney getBalance(@HeaderParam(value="ACCESS_KEY") String apiKey, @HeaderParam(value="ACCESS_SIGNATURE") si.mazi.rescu.ParamsDigest signer, @HeaderParam(value="ACCESS_NONCE") si.mazi.rescu.SynchronizedValueFactory<Long> nonce) throws IOException, CoinbaseException
IOException
CoinbaseException
CoinbaseAddress getReceiveAddress(@HeaderParam(value="ACCESS_KEY") String apiKey, @HeaderParam(value="ACCESS_SIGNATURE") si.mazi.rescu.ParamsDigest signer, @HeaderParam(value="ACCESS_NONCE") si.mazi.rescu.SynchronizedValueFactory<Long> nonce) throws IOException, CoinbaseException
IOException
CoinbaseException
CoinbaseAddress generateReceiveAddress(CoinbaseAddressCallback callbackUrl, @HeaderParam(value="ACCESS_KEY") String apiKey, @HeaderParam(value="ACCESS_SIGNATURE") si.mazi.rescu.ParamsDigest signer, @HeaderParam(value="ACCESS_NONCE") si.mazi.rescu.SynchronizedValueFactory<Long> nonce) throws IOException, CoinbaseException
IOException
CoinbaseException
CoinbaseAccountChanges getAccountChanges(Integer page, @HeaderParam(value="ACCESS_KEY") String apiKey, @HeaderParam(value="ACCESS_SIGNATURE") si.mazi.rescu.ParamsDigest signer, @HeaderParam(value="ACCESS_NONCE") si.mazi.rescu.SynchronizedValueFactory<Long> nonce) throws IOException, CoinbaseException
IOException
CoinbaseException
CoinbaseAddresses getAddresses(Integer page, Integer limit, String query, @HeaderParam(value="ACCESS_KEY") String apiKey, @HeaderParam(value="ACCESS_SIGNATURE") si.mazi.rescu.ParamsDigest signer, @HeaderParam(value="ACCESS_NONCE") si.mazi.rescu.SynchronizedValueFactory<Long> nonce) throws IOException, CoinbaseException
IOException
CoinbaseException
CoinbaseContacts getContacts(Integer page, Integer limit, String query, @HeaderParam(value="ACCESS_KEY") String apiKey, @HeaderParam(value="ACCESS_SIGNATURE") si.mazi.rescu.ParamsDigest signer, @HeaderParam(value="ACCESS_NONCE") si.mazi.rescu.SynchronizedValueFactory<Long> nonce) throws IOException, CoinbaseException
IOException
CoinbaseException
CoinbaseTransfers getTransfers(Integer page, Integer limit, @HeaderParam(value="ACCESS_KEY") String apiKey, @HeaderParam(value="ACCESS_SIGNATURE") si.mazi.rescu.ParamsDigest signer, @HeaderParam(value="ACCESS_NONCE") si.mazi.rescu.SynchronizedValueFactory<Long> nonce) throws IOException, CoinbaseException
IOException
CoinbaseException
CoinbaseTransactions getTransactions(Integer page, @HeaderParam(value="ACCESS_KEY") String apiKey, @HeaderParam(value="ACCESS_SIGNATURE") si.mazi.rescu.ParamsDigest signer, @HeaderParam(value="ACCESS_NONCE") si.mazi.rescu.SynchronizedValueFactory<Long> nonce) throws IOException, CoinbaseException
IOException
CoinbaseException
CoinbaseTransaction getTransactionDetails(String transactionId, @HeaderParam(value="ACCESS_KEY") String apiKey, @HeaderParam(value="ACCESS_SIGNATURE") si.mazi.rescu.ParamsDigest signer, @HeaderParam(value="ACCESS_NONCE") si.mazi.rescu.SynchronizedValueFactory<Long> nonce) throws IOException, CoinbaseException
IOException
CoinbaseException
CoinbaseTransaction requestMoney(CoinbaseTransaction transactionRequest, @HeaderParam(value="ACCESS_KEY") String apiKey, @HeaderParam(value="ACCESS_SIGNATURE") si.mazi.rescu.ParamsDigest signer, @HeaderParam(value="ACCESS_NONCE") si.mazi.rescu.SynchronizedValueFactory<Long> nonce) throws IOException, CoinbaseException
IOException
CoinbaseException
CoinbaseTransaction sendMoney(CoinbaseTransaction transactionRequest, @HeaderParam(value="ACCESS_KEY") String apiKey, @HeaderParam(value="ACCESS_SIGNATURE") si.mazi.rescu.ParamsDigest signer, @HeaderParam(value="ACCESS_NONCE") si.mazi.rescu.SynchronizedValueFactory<Long> nonce) throws IOException, CoinbaseException
IOException
CoinbaseException
CoinbaseBaseResponse resendRequest(String transactionId, @HeaderParam(value="ACCESS_KEY") String apiKey, @HeaderParam(value="ACCESS_SIGNATURE") si.mazi.rescu.ParamsDigest signer, @HeaderParam(value="ACCESS_NONCE") si.mazi.rescu.SynchronizedValueFactory<Long> nonce) throws IOException, CoinbaseException
IOException
CoinbaseException
CoinbaseTransaction completeRequest(String transactionId, @HeaderParam(value="ACCESS_KEY") String apiKey, @HeaderParam(value="ACCESS_SIGNATURE") si.mazi.rescu.ParamsDigest signer, @HeaderParam(value="ACCESS_NONCE") si.mazi.rescu.SynchronizedValueFactory<Long> nonce) throws IOException, CoinbaseException
IOException
CoinbaseException
CoinbaseBaseResponse cancelRequest(String transactionId, @HeaderParam(value="ACCESS_KEY") String apiKey, @HeaderParam(value="ACCESS_SIGNATURE") si.mazi.rescu.ParamsDigest signer, @HeaderParam(value="ACCESS_NONCE") si.mazi.rescu.SynchronizedValueFactory<Long> nonce) throws IOException, CoinbaseException
IOException
CoinbaseException
CoinbaseButton createButton(CoinbaseButton button, @HeaderParam(value="ACCESS_KEY") String apiKey, @HeaderParam(value="ACCESS_SIGNATURE") si.mazi.rescu.ParamsDigest signer, @HeaderParam(value="ACCESS_NONCE") si.mazi.rescu.SynchronizedValueFactory<Long> nonce) throws IOException, CoinbaseException
IOException
CoinbaseException
CoinbaseOrders getOrders(Integer page, @HeaderParam(value="ACCESS_KEY") String apiKey, @HeaderParam(value="ACCESS_SIGNATURE") si.mazi.rescu.ParamsDigest signer, @HeaderParam(value="ACCESS_NONCE") si.mazi.rescu.SynchronizedValueFactory<Long> nonce) throws IOException, CoinbaseException
IOException
CoinbaseException
CoinbaseOrder getOrder(String orderId, @HeaderParam(value="ACCESS_KEY") String apiKey, @HeaderParam(value="ACCESS_SIGNATURE") si.mazi.rescu.ParamsDigest signer, @HeaderParam(value="ACCESS_NONCE") si.mazi.rescu.SynchronizedValueFactory<Long> nonce) throws IOException, CoinbaseException
IOException
CoinbaseException
CoinbaseOrder createOrder(String code, @HeaderParam(value="ACCESS_KEY") String apiKey, @HeaderParam(value="ACCESS_SIGNATURE") si.mazi.rescu.ParamsDigest signer, @HeaderParam(value="ACCESS_NONCE") si.mazi.rescu.SynchronizedValueFactory<Long> nonce) throws IOException, CoinbaseException
IOException
CoinbaseException
CoinbaseOrder createOrder(CoinbaseButton button, @HeaderParam(value="ACCESS_KEY") String apiKey, @HeaderParam(value="ACCESS_SIGNATURE") si.mazi.rescu.ParamsDigest signer, @HeaderParam(value="ACCESS_NONCE") si.mazi.rescu.SynchronizedValueFactory<Long> nonce) throws IOException, CoinbaseException
IOException
CoinbaseException
CoinbaseRecurringPayments getRecurringPayments(Integer page, Integer limit, @HeaderParam(value="ACCESS_KEY") String apiKey, @HeaderParam(value="ACCESS_SIGNATURE") si.mazi.rescu.ParamsDigest signer, @HeaderParam(value="ACCESS_NONCE") si.mazi.rescu.SynchronizedValueFactory<Long> nonce) throws IOException, CoinbaseException
IOException
CoinbaseException
CoinbaseRecurringPayment getRecurringPayment(String recurringPaymentId, @HeaderParam(value="ACCESS_KEY") String apiKey, @HeaderParam(value="ACCESS_SIGNATURE") si.mazi.rescu.ParamsDigest signer, @HeaderParam(value="ACCESS_NONCE") si.mazi.rescu.SynchronizedValueFactory<Long> nonce) throws IOException, CoinbaseException
IOException
CoinbaseException
CoinbaseSubscriptions getsSubscriptions(Integer page, Integer limit, @HeaderParam(value="ACCESS_KEY") String apiKey, @HeaderParam(value="ACCESS_SIGNATURE") si.mazi.rescu.ParamsDigest signer, @HeaderParam(value="ACCESS_NONCE") si.mazi.rescu.SynchronizedValueFactory<Long> nonce) throws IOException, CoinbaseException
IOException
CoinbaseException
CoinbaseSubscription getsSubscription(String subscriptionId, @HeaderParam(value="ACCESS_KEY") String apiKey, @HeaderParam(value="ACCESS_SIGNATURE") si.mazi.rescu.ParamsDigest signer, @HeaderParam(value="ACCESS_NONCE") si.mazi.rescu.SynchronizedValueFactory<Long> nonce) throws IOException, CoinbaseException
IOException
CoinbaseException
CoinbaseTransfer buy(String quantity, boolean agreeBTCAmountVaries, @HeaderParam(value="ACCESS_KEY") String apiKey, @HeaderParam(value="ACCESS_SIGNATURE") si.mazi.rescu.ParamsDigest signer, @HeaderParam(value="ACCESS_NONCE") si.mazi.rescu.SynchronizedValueFactory<Long> nonce) throws IOException, CoinbaseException
IOException
CoinbaseException
CoinbaseTransfer sell(String quantity, @HeaderParam(value="ACCESS_KEY") String apiKey, @HeaderParam(value="ACCESS_SIGNATURE") si.mazi.rescu.ParamsDigest signer, @HeaderParam(value="ACCESS_NONCE") si.mazi.rescu.SynchronizedValueFactory<Long> nonce) throws IOException, CoinbaseException
IOException
CoinbaseException
Copyright © 2012–2016 Xeiam, LLC. All rights reserved.