A B C D E F G H I L M N O P Q R S T U V W Y
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- ACTIVE - org.knowm.xchange.coinbase.dto.common.CoinbaseRecurringPaymentStatus
- adaptAccountInfo(CoinbaseUser) - Static method in class org.knowm.xchange.coinbase.CoinbaseAdapters
- adaptOrderType(CoinbaseTransferType) - Static method in class org.knowm.xchange.coinbase.CoinbaseAdapters
- adaptTicker(CurrencyPair, CoinbasePrice, CoinbasePrice, CoinbaseMoney, CoinbaseSpotPriceHistory) - Static method in class org.knowm.xchange.coinbase.CoinbaseAdapters
- adaptTrade(CoinbaseTransfer) - Static method in class org.knowm.xchange.coinbase.CoinbaseAdapters
- adaptTrades(CoinbaseTransfers) - Static method in class org.knowm.xchange.coinbase.CoinbaseAdapters
- addJsonStringMapping(String, T) - Method in class org.knowm.xchange.coinbase.dto.serialization.EnumFromStringHelper
- ADDRESSES - org.knowm.xchange.coinbase.dto.auth.CoinbaseScope
- ALL - org.knowm.xchange.coinbase.dto.auth.CoinbaseScope
B
- BALANCE - org.knowm.xchange.coinbase.dto.auth.CoinbaseScope
- buildButton() - Method in class org.knowm.xchange.coinbase.dto.merchant.CoinbaseButton.CoinbaseButtonBuilder
- BUTTONS - org.knowm.xchange.coinbase.dto.auth.CoinbaseScope
- buy(String, boolean, String, ParamsDigest, SynchronizedValueFactory<Long>) - Method in interface org.knowm.xchange.coinbase.CoinbaseAuthenticated
- buy(String, String, String, String, BigDecimal, String, Object) - Method in interface org.knowm.xchange.coinbase.v2.CoinbaseAuthenticated
- BUY - org.knowm.xchange.coinbase.dto.auth.CoinbaseScope
- BUY - org.knowm.xchange.coinbase.dto.common.CoinbaseRecurringPaymentType
- BUY - org.knowm.xchange.coinbase.dto.trade.CoinbaseTransferType
- BUY_NOW - org.knowm.xchange.coinbase.dto.merchant.CoinbaseButtonType
- BUY_NOW_LARGE - org.knowm.xchange.coinbase.dto.merchant.CoinbaseButtonStyle
- BUY_NOW_SMALL - org.knowm.xchange.coinbase.dto.merchant.CoinbaseButtonStyle
C
- CANCELED - org.knowm.xchange.coinbase.dto.common.CoinbaseRecurringPaymentStatus
- CANCELED - org.knowm.xchange.coinbase.dto.merchant.CoinbaseOrder.CoinbaseOrderStatus
- CANCELED - org.knowm.xchange.coinbase.dto.trade.CoinbaseTransfer.CoinbaseTransferStatus
- cancelOrder(String) - Method in class org.knowm.xchange.coinbase.service.CoinbaseTradeService
- cancelOrder(String) - Method in class org.knowm.xchange.coinbase.v2.service.CoinbaseTradeService
- cancelOrder(CancelOrderParams) - Method in class org.knowm.xchange.coinbase.service.CoinbaseTradeService
- cancelOrder(CancelOrderParams) - Method in class org.knowm.xchange.coinbase.v2.service.CoinbaseTradeService
- cancelRequest(String, String, ParamsDigest, SynchronizedValueFactory<Long>) - Method in interface org.knowm.xchange.coinbase.CoinbaseAuthenticated
- CB_ACCESS_KEY - Static variable in interface org.knowm.xchange.coinbase.v2.CoinbaseAuthenticated
-
All API key requests must be signed and contain the following headers.
- CB_ACCESS_SIGN - Static variable in interface org.knowm.xchange.coinbase.v2.CoinbaseAuthenticated
- CB_ACCESS_TIMESTAMP - Static variable in interface org.knowm.xchange.coinbase.v2.CoinbaseAuthenticated
- CB_VERSION - Static variable in interface org.knowm.xchange.coinbase.v2.Coinbase
-
All API calls should be made with a CB-VERSION header which guarantees that your call is using the correct API version.
- CB_VERSION_VALUE - Static variable in interface org.knowm.xchange.coinbase.v2.Coinbase
- coinbase - Variable in class org.knowm.xchange.coinbase.service.CoinbaseBaseService
- coinbase - Variable in class org.knowm.xchange.coinbase.v2.service.CoinbaseBaseService
- Coinbase - Interface in org.knowm.xchange.coinbase
- Coinbase - Interface in org.knowm.xchange.coinbase.v2
- CoinbaseAccountChange - Class in org.knowm.xchange.coinbase.dto.account
- CoinbaseAccountChange.CoinbaseCache - Class in org.knowm.xchange.coinbase.dto.account
- CoinbaseAccountChangeCategory - Enum in org.knowm.xchange.coinbase.dto.account
- CoinbaseAccountChanges - Class in org.knowm.xchange.coinbase.dto.account
- CoinbaseAccountData - Class in org.knowm.xchange.coinbase.v2.dto.account
- CoinbaseAccountData.CoinbaseAccount - Class in org.knowm.xchange.coinbase.v2.dto.account
- CoinbaseAccountsData - Class in org.knowm.xchange.coinbase.v2.dto.account
- CoinbaseAccountService - Class in org.knowm.xchange.coinbase.service
- CoinbaseAccountService - Class in org.knowm.xchange.coinbase.v2.service
- CoinbaseAccountService(Exchange) - Constructor for class org.knowm.xchange.coinbase.service.CoinbaseAccountService
-
Constructor
- CoinbaseAccountService(Exchange) - Constructor for class org.knowm.xchange.coinbase.v2.service.CoinbaseAccountService
- CoinbaseAdapters - Class in org.knowm.xchange.coinbase
-
jamespedwards42
- CoinbaseAddress - Class in org.knowm.xchange.coinbase.dto.account
- CoinbaseAddressCallback - Class in org.knowm.xchange.coinbase.dto.account
- CoinbaseAddressCallback(String, String) - Constructor for class org.knowm.xchange.coinbase.dto.account.CoinbaseAddressCallback
- CoinbaseAddresses - Class in org.knowm.xchange.coinbase.dto.account
- CoinbaseAmount - Class in org.knowm.xchange.coinbase.v2.dto
- CoinbaseAmount(String, BigDecimal) - Constructor for class org.knowm.xchange.coinbase.v2.dto.CoinbaseAmount
- CoinbaseAuthenticated - Interface in org.knowm.xchange.coinbase
- CoinbaseAuthenticated - Interface in org.knowm.xchange.coinbase.v2
- CoinbaseBaseResponse - Class in org.knowm.xchange.coinbase.dto
- CoinbaseBaseResponse(boolean) - Constructor for class org.knowm.xchange.coinbase.dto.CoinbaseBaseResponse
- CoinbaseBaseResponse(boolean, List<String>) - Constructor for class org.knowm.xchange.coinbase.dto.CoinbaseBaseResponse
- CoinbaseBaseService - Class in org.knowm.xchange.coinbase.service
- CoinbaseBaseService - Class in org.knowm.xchange.coinbase.v2.service
- CoinbaseBaseService(Exchange) - Constructor for class org.knowm.xchange.coinbase.service.CoinbaseBaseService
-
Constructor
- CoinbaseBaseService(Exchange) - Constructor for class org.knowm.xchange.coinbase.v2.service.CoinbaseBaseService
- CoinbaseBaseService.HttpMethod - Enum in org.knowm.xchange.coinbase.v2.service
- CoinbaseButton - Class in org.knowm.xchange.coinbase.dto.merchant
- CoinbaseButton.CoinbaseButtonBuilder - Class in org.knowm.xchange.coinbase.dto.merchant
- CoinbaseButtonBuilder(String, String, String) - Constructor for class org.knowm.xchange.coinbase.dto.merchant.CoinbaseButton.CoinbaseButtonBuilder
- CoinbaseButtonBuilder(String, CoinbaseMoney) - Constructor for class org.knowm.xchange.coinbase.dto.merchant.CoinbaseButton.CoinbaseButtonBuilder
- CoinbaseButtonStyle - Enum in org.knowm.xchange.coinbase.dto.merchant
- CoinbaseButtonType - Enum in org.knowm.xchange.coinbase.dto.merchant
- CoinbaseBuyData - Class in org.knowm.xchange.coinbase.v2.dto.account
- CoinbaseBuyData.CoinbaseBuy - Class in org.knowm.xchange.coinbase.v2.dto.account
- CoinbaseBuySellLevel - Enum in org.knowm.xchange.coinbase.dto.account
- CoinbaseCentsDeserializer - Class in org.knowm.xchange.coinbase.dto.serialization
- CoinbaseCentsDeserializer() - Constructor for class org.knowm.xchange.coinbase.dto.serialization.CoinbaseCentsDeserializer
- CoinbaseContact - Class in org.knowm.xchange.coinbase.dto.account
- CoinbaseContact(CoinbaseContact.CoinbaseContactEmail) - Constructor for class org.knowm.xchange.coinbase.dto.account.CoinbaseContact
- CoinbaseContacts - Class in org.knowm.xchange.coinbase.dto.account
- CoinbaseCurrency - Class in org.knowm.xchange.coinbase.dto.marketdata
- CoinbaseCurrency(String, String) - Constructor for class org.knowm.xchange.coinbase.v2.dto.marketdata.CoinbaseCurrencyData.CoinbaseCurrency
- CoinbaseCurrencyData - Class in org.knowm.xchange.coinbase.v2.dto.marketdata
- CoinbaseCurrencyData() - Constructor for class org.knowm.xchange.coinbase.v2.dto.marketdata.CoinbaseCurrencyData
- CoinbaseCurrencyData.CoinbaseCurrency - Class in org.knowm.xchange.coinbase.v2.dto.marketdata
- CoinbaseDigest - Class in org.knowm.xchange.coinbase.service
- CoinbaseException - Exception in org.knowm.xchange.coinbase.dto
- CoinbaseException - Exception in org.knowm.xchange.coinbase.v2.dto
- CoinbaseException(String, Boolean) - Constructor for exception org.knowm.xchange.coinbase.dto.CoinbaseException
- CoinbaseException(List<CoinbaseException.CoinbaseError>) - Constructor for exception org.knowm.xchange.coinbase.v2.dto.CoinbaseException
- CoinbaseExchange - Class in org.knowm.xchange.coinbase
- CoinbaseExchange - Class in org.knowm.xchange.coinbase.v2
- CoinbaseExchange() - Constructor for class org.knowm.xchange.coinbase.CoinbaseExchange
- CoinbaseExchange() - Constructor for class org.knowm.xchange.coinbase.v2.CoinbaseExchange
- CoinbaseExchangeRateData - Class in org.knowm.xchange.coinbase.v2.dto.marketdata
- CoinbaseExchangeRateData() - Constructor for class org.knowm.xchange.coinbase.v2.dto.marketdata.CoinbaseExchangeRateData
- CoinbaseExchangeRateData.CoinbaseExchangeRates - Class in org.knowm.xchange.coinbase.v2.dto.marketdata
- CoinbaseExchangeRates() - Constructor for class org.knowm.xchange.coinbase.v2.dto.marketdata.CoinbaseExchangeRateData.CoinbaseExchangeRates
- CoinbaseHistoricalSpotPrice - Class in org.knowm.xchange.coinbase.dto.marketdata
- CoinbaseMarketDataService - Class in org.knowm.xchange.coinbase.service
- CoinbaseMarketDataService - Class in org.knowm.xchange.coinbase.v2.service
- CoinbaseMarketDataService(Exchange) - Constructor for class org.knowm.xchange.coinbase.service.CoinbaseMarketDataService
-
Constructor
- CoinbaseMarketDataService(Exchange) - Constructor for class org.knowm.xchange.coinbase.v2.service.CoinbaseMarketDataService
- CoinbaseMerchant - Class in org.knowm.xchange.coinbase.dto.merchant
- CoinbaseMoney - Class in org.knowm.xchange.coinbase.dto.marketdata
- CoinbaseMoney(String, BigDecimal) - Constructor for class org.knowm.xchange.coinbase.dto.marketdata.CoinbaseMoney
- CoinbaseMoneyDeserializer - Class in org.knowm.xchange.coinbase.dto.serialization
- CoinbaseMoneyDeserializer() - Constructor for class org.knowm.xchange.coinbase.dto.serialization.CoinbaseMoneyDeserializer
- CoinbaseOAuth - Class in org.knowm.xchange.coinbase.dto.auth
- CoinbaseOrder - Class in org.knowm.xchange.coinbase.dto.merchant
- CoinbaseOrder.CoinbaseOrderStatus - Enum in org.knowm.xchange.coinbase.dto.merchant
- CoinbaseOrder.CoinbaseOrderTransaction - Class in org.knowm.xchange.coinbase.dto.merchant
- CoinbaseOrders - Class in org.knowm.xchange.coinbase.dto.merchant
- CoinbasePagedResult - Class in org.knowm.xchange.coinbase.dto
- CoinbasePagedResult(int, int, int) - Constructor for class org.knowm.xchange.coinbase.dto.CoinbasePagedResult
- CoinbasePaymentMethodsData - Class in org.knowm.xchange.coinbase.v2.dto.account
- CoinbasePaymentMethodsData.CoinbasePaymentMethod - Class in org.knowm.xchange.coinbase.v2.dto.account
- CoinbasePrice - Class in org.knowm.xchange.coinbase.dto.marketdata
- CoinbasePrice - Class in org.knowm.xchange.coinbase.v2.dto
- CoinbasePrice(BigDecimal, String) - Constructor for class org.knowm.xchange.coinbase.v2.dto.CoinbasePrice
- CoinbasePrice(BigDecimal, Currency) - Constructor for class org.knowm.xchange.coinbase.v2.dto.CoinbasePrice
- CoinbasePriceData - Class in org.knowm.xchange.coinbase.v2.dto.marketdata
- CoinbasePriceData() - Constructor for class org.knowm.xchange.coinbase.v2.dto.marketdata.CoinbasePriceData
- CoinbaseRecurringPayment - Class in org.knowm.xchange.coinbase.dto.account
- CoinbaseRecurringPayments - Class in org.knowm.xchange.coinbase.dto.account
- CoinbaseRecurringPaymentStatus - Enum in org.knowm.xchange.coinbase.dto.common
- CoinbaseRecurringPaymentType - Enum in org.knowm.xchange.coinbase.dto.common
- CoinbaseRepeat - Enum in org.knowm.xchange.coinbase.dto.common
- CoinbaseScope - Enum in org.knowm.xchange.coinbase.dto.auth
- CoinbaseSellData - Class in org.knowm.xchange.coinbase.v2.dto.account
- CoinbaseSellData.CoinbaseSell - Class in org.knowm.xchange.coinbase.v2.dto.account
- CoinbaseSpotPriceHistory - Class in org.knowm.xchange.coinbase.dto.marketdata
- CoinbaseSubscription - Class in org.knowm.xchange.coinbase.dto.merchant
- CoinbaseSubscriptions - Class in org.knowm.xchange.coinbase.dto.merchant
- CoinbaseTime(String, BigDecimal) - Constructor for class org.knowm.xchange.coinbase.v2.dto.marketdata.CoinbaseTimeData.CoinbaseTime
- CoinbaseTimeData - Class in org.knowm.xchange.coinbase.v2.dto.marketdata
- CoinbaseTimeData() - Constructor for class org.knowm.xchange.coinbase.v2.dto.marketdata.CoinbaseTimeData
- CoinbaseTimeData.CoinbaseTime - Class in org.knowm.xchange.coinbase.v2.dto.marketdata
- CoinbaseToken - Class in org.knowm.xchange.coinbase.dto.account
- CoinbaseTradeService - Class in org.knowm.xchange.coinbase.service
- CoinbaseTradeService - Class in org.knowm.xchange.coinbase.v2.service
- CoinbaseTradeService(Exchange) - Constructor for class org.knowm.xchange.coinbase.service.CoinbaseTradeService
-
Constructor
- CoinbaseTradeService(Exchange) - Constructor for class org.knowm.xchange.coinbase.v2.service.CoinbaseTradeService
- CoinbaseTransaction - Class in org.knowm.xchange.coinbase.dto.account
- CoinbaseTransaction(CoinbaseTransactionInfo) - Constructor for class org.knowm.xchange.coinbase.dto.account.CoinbaseTransaction
- CoinbaseTransaction.CoinbaseRequestMoneyRequest - Class in org.knowm.xchange.coinbase.dto.account
- CoinbaseTransaction.CoinbaseSendMoneyRequest - Class in org.knowm.xchange.coinbase.dto.account
- CoinbaseTransaction.CoinbaseTransactionStatus - Enum in org.knowm.xchange.coinbase.dto.account
- CoinbaseTransactionInfo - Interface in org.knowm.xchange.coinbase.dto.account
- CoinbaseTransactions - Class in org.knowm.xchange.coinbase.dto.account
- CoinbaseTransfer - Class in org.knowm.xchange.coinbase.dto.trade
- CoinbaseTransfer(String, CoinbaseTransferType, String, String, Date, CoinbaseMoney, CoinbaseMoney, Date, String, CoinbaseTransfer.CoinbaseTransferStatus, CoinbaseMoney, CoinbaseMoney, CoinbaseMoney, String, boolean, List<String>) - Constructor for class org.knowm.xchange.coinbase.dto.trade.CoinbaseTransfer
- CoinbaseTransfer.CoinbaseTransferStatus - Enum in org.knowm.xchange.coinbase.dto.trade
- CoinbaseTransfers - Class in org.knowm.xchange.coinbase.dto.trade
- CoinbaseTransferType - Enum in org.knowm.xchange.coinbase.dto.trade
- CoinbaseUser - Class in org.knowm.xchange.coinbase.dto.account
- CoinbaseUser(CoinbaseUser.CoinbaseUserInfo) - Constructor for class org.knowm.xchange.coinbase.dto.account.CoinbaseUser
- CoinbaseUser.CoinbaseUserInfo - Class in org.knowm.xchange.coinbase.dto.account
- CoinbaseUsers - Class in org.knowm.xchange.coinbase.dto.account
- CoinbaseV2Digest - Class in org.knowm.xchange.coinbase.v2
- compareTo(CoinbaseHistoricalSpotPrice) - Method in class org.knowm.xchange.coinbase.dto.marketdata.CoinbaseHistoricalSpotPrice
- COMPLETE - org.knowm.xchange.coinbase.dto.account.CoinbaseTransaction.CoinbaseTransactionStatus
- COMPLETED - org.knowm.xchange.coinbase.dto.common.CoinbaseRecurringPaymentStatus
- COMPLETED - org.knowm.xchange.coinbase.dto.merchant.CoinbaseOrder.CoinbaseOrderStatus
- COMPLETED - org.knowm.xchange.coinbase.dto.trade.CoinbaseTransfer.CoinbaseTransferStatus
- completeRequest(String, String, ParamsDigest, SynchronizedValueFactory<Long>) - Method in interface org.knowm.xchange.coinbase.CoinbaseAuthenticated
- CONTACTS - org.knowm.xchange.coinbase.dto.auth.CoinbaseScope
- CONTENT_TYPE - Static variable in interface org.knowm.xchange.coinbase.v2.CoinbaseAuthenticated
- createAccount(String, String, String, String, BigDecimal, Object) - Method in interface org.knowm.xchange.coinbase.v2.CoinbaseAuthenticated
- createButton(CoinbaseButton, String, ParamsDigest, SynchronizedValueFactory<Long>) - Method in interface org.knowm.xchange.coinbase.CoinbaseAuthenticated
- createCoinbaseNewUserWithReferrerId(String, String, String) - Static method in class org.knowm.xchange.coinbase.dto.account.CoinbaseUser
- createCoinbaseToken() - Method in class org.knowm.xchange.coinbase.service.CoinbaseBaseService
-
Creates tokens redeemable for Bitcoin.
- createCoinbaseUser(CoinbaseUser) - Method in class org.knowm.xchange.coinbase.service.CoinbaseBaseService
-
Unauthenticated resource that creates a user with an email and password.
- createCoinbaseUser(CoinbaseUser, String) - Method in class org.knowm.xchange.coinbase.service.CoinbaseBaseService
-
Unauthenticated resource that creates a user with an email and password.
- createFundingHistoryParams() - Method in class org.knowm.xchange.coinbase.service.CoinbaseAccountService
- createFundingHistoryParams() - Method in class org.knowm.xchange.coinbase.v2.service.CoinbaseAccountService
- createInstance(String) - Static method in class org.knowm.xchange.coinbase.service.CoinbaseDigest
- createInstance(String) - Static method in class org.knowm.xchange.coinbase.v2.CoinbaseV2Digest
- createMoneyRequest(String, String, String) - Static method in class org.knowm.xchange.coinbase.dto.account.CoinbaseTransaction
- createMoneyRequest(String, String, BigDecimal) - Static method in class org.knowm.xchange.coinbase.dto.account.CoinbaseTransaction
- createMoneyRequest(String, CoinbaseMoney) - Static method in class org.knowm.xchange.coinbase.dto.account.CoinbaseTransaction
- createNewCoinbaseUser(String, String) - Static method in class org.knowm.xchange.coinbase.dto.account.CoinbaseUser
- createOpenOrdersParams() - Method in class org.knowm.xchange.coinbase.service.CoinbaseTradeService
- createOpenOrdersParams() - Method in class org.knowm.xchange.coinbase.v2.service.CoinbaseTradeService
- createOrder(String, String, ParamsDigest, SynchronizedValueFactory<Long>) - Method in interface org.knowm.xchange.coinbase.CoinbaseAuthenticated
- createOrder(CoinbaseButton, String, ParamsDigest, SynchronizedValueFactory<Long>) - Method in interface org.knowm.xchange.coinbase.CoinbaseAuthenticated
- createSendMoneyRequest(String, String, String) - Static method in class org.knowm.xchange.coinbase.dto.account.CoinbaseTransaction
- createSendMoneyRequest(String, String, BigDecimal) - Static method in class org.knowm.xchange.coinbase.dto.account.CoinbaseTransaction
- createSendMoneyRequest(String, CoinbaseMoney) - Static method in class org.knowm.xchange.coinbase.dto.account.CoinbaseTransaction
- createToken() - Method in interface org.knowm.xchange.coinbase.Coinbase
- createTradeHistoryParams() - Method in class org.knowm.xchange.coinbase.service.CoinbaseTradeService
- createTradeHistoryParams() - Method in class org.knowm.xchange.coinbase.v2.service.CoinbaseTradeService
- createUser(CoinbaseUser) - Method in interface org.knowm.xchange.coinbase.Coinbase
- CUSTOM_LARGE - org.knowm.xchange.coinbase.dto.merchant.CoinbaseButtonStyle
- CUSTOM_SMALL - org.knowm.xchange.coinbase.dto.merchant.CoinbaseButtonStyle
D
- DAILY - org.knowm.xchange.coinbase.dto.common.CoinbaseRepeat
- deserialize(JsonParser, DeserializationContext) - Method in class org.knowm.xchange.coinbase.dto.serialization.CoinbaseCentsDeserializer
- deserialize(JsonParser, DeserializationContext) - Method in class org.knowm.xchange.coinbase.dto.serialization.CoinbaseMoneyDeserializer
- digestParams(RestInvocation) - Method in class org.knowm.xchange.coinbase.service.CoinbaseDigest
- digestParams(RestInvocation) - Method in class org.knowm.xchange.coinbase.v2.CoinbaseV2Digest
- DONATION - org.knowm.xchange.coinbase.dto.merchant.CoinbaseButtonType
- DONATION_LARGE - org.knowm.xchange.coinbase.dto.merchant.CoinbaseButtonStyle
- DONATION_SMALL - org.knowm.xchange.coinbase.dto.merchant.CoinbaseButtonStyle
E
- EnumFromStringHelper<T extends Enum<T>> - Class in org.knowm.xchange.coinbase.dto.serialization
- EnumFromStringHelper(Class<T>) - Constructor for class org.knowm.xchange.coinbase.dto.serialization.EnumFromStringHelper
- EnumLowercaseJsonSerializer - Class in org.knowm.xchange.coinbase.dto.serialization
- EnumLowercaseJsonSerializer() - Constructor for class org.knowm.xchange.coinbase.dto.serialization.EnumLowercaseJsonSerializer
- equals(Object) - Method in class org.knowm.xchange.coinbase.v2.dto.CoinbaseAmount
- equals(Object) - Method in class org.knowm.xchange.coinbase.v2.dto.CoinbasePrice
- equals(Object) - Method in class org.knowm.xchange.coinbase.v2.dto.marketdata.CoinbaseCurrencyData.CoinbaseCurrency
- EVERY_TWO_WEEKS - org.knowm.xchange.coinbase.dto.common.CoinbaseRepeat
F
- fromJsonString(String) - Method in class org.knowm.xchange.coinbase.dto.serialization.EnumFromStringHelper
- fromRawString(String) - Static method in class org.knowm.xchange.coinbase.dto.marketdata.CoinbaseSpotPriceHistory
G
- generateReceiveAddress(CoinbaseAddressCallback, String, ParamsDigest, SynchronizedValueFactory<Long>) - Method in interface org.knowm.xchange.coinbase.CoinbaseAuthenticated
- GET - org.knowm.xchange.coinbase.v2.service.CoinbaseBaseService.HttpMethod
- getAccessToken() - Method in class org.knowm.xchange.coinbase.dto.auth.CoinbaseOAuth
- getAccount(String, String, CoinbaseV2Digest, BigDecimal, String) - Method in interface org.knowm.xchange.coinbase.v2.CoinbaseAuthenticated
- getAccountChanges() - Method in class org.knowm.xchange.coinbase.dto.account.CoinbaseAccountChanges
- getAccountChanges(Integer, String, ParamsDigest, SynchronizedValueFactory<Long>) - Method in interface org.knowm.xchange.coinbase.CoinbaseAuthenticated
- getAccountInfo() - Method in class org.knowm.xchange.coinbase.service.CoinbaseAccountService
- getAccountInfo() - Method in class org.knowm.xchange.coinbase.v2.service.CoinbaseAccountService
- getAccounts(String, String, ParamsDigest, BigDecimal) - Method in interface org.knowm.xchange.coinbase.v2.CoinbaseAuthenticated
- getAddress() - Method in class org.knowm.xchange.coinbase.dto.account.CoinbaseAddress
- getAddress() - Method in class org.knowm.xchange.coinbase.dto.account.CoinbaseToken
- getAddresses() - Method in class org.knowm.xchange.coinbase.dto.account.CoinbaseAddresses
- getAddresses(Integer, Integer, String, String, ParamsDigest, SynchronizedValueFactory<Long>) - Method in interface org.knowm.xchange.coinbase.CoinbaseAuthenticated
- getAmount() - Method in class org.knowm.xchange.coinbase.dto.account.CoinbaseAccountChange
- getAmount() - Method in class org.knowm.xchange.coinbase.dto.account.CoinbaseRecurringPayment
- getAmount() - Method in class org.knowm.xchange.coinbase.dto.account.CoinbaseTransaction
- getAmount() - Method in interface org.knowm.xchange.coinbase.dto.account.CoinbaseTransactionInfo
- getAmount() - Method in class org.knowm.xchange.coinbase.dto.marketdata.CoinbaseMoney
- getAmount() - Method in class org.knowm.xchange.coinbase.v2.dto.CoinbaseAmount
- getAmount() - Method in class org.knowm.xchange.coinbase.v2.dto.CoinbasePrice
- getBalance() - Method in class org.knowm.xchange.coinbase.dto.account.CoinbaseAccountChanges
- getBalance() - Method in class org.knowm.xchange.coinbase.dto.account.CoinbaseTransactions
- getBalance() - Method in class org.knowm.xchange.coinbase.dto.account.CoinbaseUser.CoinbaseUserInfo
- getBalance() - Method in class org.knowm.xchange.coinbase.dto.account.CoinbaseUser
- getBalance() - Method in class org.knowm.xchange.coinbase.v2.dto.account.CoinbaseAccountData.CoinbaseAccount
- getBalance(String, ParamsDigest, SynchronizedValueFactory<Long>) - Method in interface org.knowm.xchange.coinbase.CoinbaseAuthenticated
- getBankFee() - Method in class org.knowm.xchange.coinbase.dto.marketdata.CoinbasePrice
- getBankFee() - Method in class org.knowm.xchange.coinbase.dto.trade.CoinbaseTransfer
- getBtcAmount() - Method in class org.knowm.xchange.coinbase.dto.trade.CoinbaseTransfer
- getButton() - Method in class org.knowm.xchange.coinbase.dto.merchant.CoinbaseOrder
- getButton() - Method in class org.knowm.xchange.coinbase.dto.merchant.CoinbaseSubscription
- getBuyLevel() - Method in class org.knowm.xchange.coinbase.dto.account.CoinbaseUser.CoinbaseUserInfo
- getBuyLevel() - Method in class org.knowm.xchange.coinbase.dto.account.CoinbaseUser
- getBuyLimit() - Method in class org.knowm.xchange.coinbase.dto.account.CoinbaseUser.CoinbaseUserInfo
- getBuyLimit() - Method in class org.knowm.xchange.coinbase.dto.account.CoinbaseUser
- getBuyPrice(String, String) - Method in interface org.knowm.xchange.coinbase.v2.Coinbase
- getBuyPrice(BigDecimal, String) - Method in interface org.knowm.xchange.coinbase.Coinbase
- getCache() - Method in class org.knowm.xchange.coinbase.dto.account.CoinbaseAccountChange
- getCallbackUrl() - Method in class org.knowm.xchange.coinbase.dto.account.CoinbaseAddress
- getCallbackUrl() - Method in class org.knowm.xchange.coinbase.dto.merchant.CoinbaseButton.CoinbaseButtonBuilder
- getCallbackUrl() - Method in class org.knowm.xchange.coinbase.dto.merchant.CoinbaseButton
- getCancelUrl() - Method in class org.knowm.xchange.coinbase.dto.merchant.CoinbaseButton.CoinbaseButtonBuilder
- getCancelUrl() - Method in class org.knowm.xchange.coinbase.dto.merchant.CoinbaseButton
- getCategory() - Method in class org.knowm.xchange.coinbase.dto.account.CoinbaseAccountChange.CoinbaseCache
- getCode() - Method in class org.knowm.xchange.coinbase.dto.merchant.CoinbaseButton
- getCode() - Method in class org.knowm.xchange.coinbase.dto.trade.CoinbaseTransfer
- getCoinbaseCurrencies() - Method in class org.knowm.xchange.coinbase.service.CoinbaseBaseService
-
Unauthenticated resource that returns currencies supported on Coinbase.
- getCoinbaseCurrencies() - Method in class org.knowm.xchange.coinbase.v2.service.CoinbaseBaseService
-
Unauthenticated resource that returns currencies supported on Coinbase.
- getCoinbaseFee() - Method in class org.knowm.xchange.coinbase.dto.marketdata.CoinbasePrice
- getCoinbaseFee() - Method in class org.knowm.xchange.coinbase.dto.trade.CoinbaseTransfer
- getCoinbaseMoneyFromCents(JsonNode) - Static method in class org.knowm.xchange.coinbase.dto.serialization.CoinbaseCentsDeserializer
- getCoinbaseMoneyFromNode(JsonNode) - Static method in class org.knowm.xchange.coinbase.dto.serialization.CoinbaseMoneyDeserializer
- getCoinbaseTime() - Method in class org.knowm.xchange.coinbase.v2.service.CoinbaseBaseService
-
Unauthenticated resource that tells you the server time.
- getCompanyName() - Method in class org.knowm.xchange.coinbase.dto.merchant.CoinbaseMerchant
- getConfirmations() - Method in class org.knowm.xchange.coinbase.dto.merchant.CoinbaseOrder.CoinbaseOrderTransaction
- getContacts() - Method in class org.knowm.xchange.coinbase.dto.account.CoinbaseContacts
- getContacts(Integer, Integer, String, String, ParamsDigest, SynchronizedValueFactory<Long>) - Method in interface org.knowm.xchange.coinbase.CoinbaseAuthenticated
- getCreatedAt() - Method in class org.knowm.xchange.coinbase.dto.account.CoinbaseAccountChange
- getCreatedAt() - Method in class org.knowm.xchange.coinbase.dto.account.CoinbaseAddress
- getCreatedAt() - Method in class org.knowm.xchange.coinbase.dto.account.CoinbaseRecurringPayment
- getCreatedAt() - Method in class org.knowm.xchange.coinbase.dto.account.CoinbaseTransaction
- getCreatedAt() - Method in interface org.knowm.xchange.coinbase.dto.account.CoinbaseTransactionInfo
- getCreatedAt() - Method in class org.knowm.xchange.coinbase.dto.merchant.CoinbaseOrder
- getCreatedAt() - Method in class org.knowm.xchange.coinbase.dto.merchant.CoinbaseSubscription
- getCreatedAt() - Method in class org.knowm.xchange.coinbase.dto.trade.CoinbaseTransfer
- getCurrencies() - Method in interface org.knowm.xchange.coinbase.Coinbase
- getCurrencies(String) - Method in interface org.knowm.xchange.coinbase.v2.Coinbase
- getCurrency() - Method in class org.knowm.xchange.coinbase.dto.marketdata.CoinbaseMoney
- getCurrency() - Method in class org.knowm.xchange.coinbase.dto.merchant.CoinbaseButton.CoinbaseButtonBuilder
- getCurrency() - Method in class org.knowm.xchange.coinbase.dto.merchant.CoinbaseButton
- getCurrency() - Method in class org.knowm.xchange.coinbase.v2.dto.account.CoinbasePaymentMethodsData.CoinbasePaymentMethod
- getCurrency() - Method in class org.knowm.xchange.coinbase.v2.dto.CoinbaseAmount
- getCurrency() - Method in class org.knowm.xchange.coinbase.v2.dto.CoinbasePrice
- getCurrency() - Method in class org.knowm.xchange.coinbase.v2.dto.marketdata.CoinbaseExchangeRateData.CoinbaseExchangeRates
- getCurrencyExchangeRates() - Method in interface org.knowm.xchange.coinbase.Coinbase
- getCurrencyExchangeRates(String) - Method in interface org.knowm.xchange.coinbase.v2.Coinbase
- getCurrentPage() - Method in class org.knowm.xchange.coinbase.dto.CoinbasePagedResult
- getCurrentUser() - Method in class org.knowm.xchange.coinbase.dto.account.CoinbaseAccountChanges
- getCurrentUser() - Method in class org.knowm.xchange.coinbase.dto.account.CoinbaseTransactions
- getCustom() - Method in class org.knowm.xchange.coinbase.dto.merchant.CoinbaseButton.CoinbaseButtonBuilder
- getCustom() - Method in class org.knowm.xchange.coinbase.dto.merchant.CoinbaseButton
- getCustom() - Method in class org.knowm.xchange.coinbase.dto.merchant.CoinbaseOrder
- getCustom() - Method in class org.knowm.xchange.coinbase.dto.merchant.CoinbaseSubscription
- getData() - Method in class org.knowm.xchange.coinbase.v2.dto.account.CoinbaseAccountData
- getData() - Method in class org.knowm.xchange.coinbase.v2.dto.account.CoinbaseAccountsData
- getData() - Method in class org.knowm.xchange.coinbase.v2.dto.account.CoinbasePaymentMethodsData
- getData() - Method in class org.knowm.xchange.coinbase.v2.dto.marketdata.CoinbaseCurrencyData
- getData() - Method in class org.knowm.xchange.coinbase.v2.dto.marketdata.CoinbaseExchangeRateData
- getData() - Method in class org.knowm.xchange.coinbase.v2.dto.marketdata.CoinbasePriceData
- getData() - Method in class org.knowm.xchange.coinbase.v2.dto.marketdata.CoinbaseTimeData
- getDefaultExchangeSpecification() - Method in class org.knowm.xchange.coinbase.CoinbaseExchange
- getDefaultExchangeSpecification() - Method in class org.knowm.xchange.coinbase.v2.CoinbaseExchange
- getDeposits(String, String, ParamsDigest, BigDecimal, String) - Method in interface org.knowm.xchange.coinbase.v2.CoinbaseAuthenticated
- getDescription() - Method in class org.knowm.xchange.coinbase.dto.account.CoinbaseRecurringPayment
- getDescription() - Method in class org.knowm.xchange.coinbase.dto.merchant.CoinbaseButton.CoinbaseButtonBuilder
- getDescription() - Method in class org.knowm.xchange.coinbase.dto.merchant.CoinbaseButton
- getDescription() - Method in class org.knowm.xchange.coinbase.dto.trade.CoinbaseTransfer
- getEmail() - Method in class org.knowm.xchange.coinbase.dto.account.CoinbaseContact
- getEmail() - Method in class org.knowm.xchange.coinbase.dto.account.CoinbaseUser.CoinbaseUserInfo
- getEmail() - Method in class org.knowm.xchange.coinbase.dto.account.CoinbaseUser
- getEpoch() - Method in class org.knowm.xchange.coinbase.v2.dto.marketdata.CoinbaseTimeData.CoinbaseTime
- getErrors() - Method in class org.knowm.xchange.coinbase.dto.CoinbaseBaseResponse
- getExpiresIn() - Method in class org.knowm.xchange.coinbase.dto.auth.CoinbaseOAuth
- getFrom() - Method in class org.knowm.xchange.coinbase.dto.account.CoinbaseRecurringPayment
- getFrom() - Method in class org.knowm.xchange.coinbase.dto.account.CoinbaseTransaction.CoinbaseRequestMoneyRequest
- getFundingType() - Method in class org.knowm.xchange.coinbase.dto.trade.CoinbaseTransfer
- getHash() - Method in class org.knowm.xchange.coinbase.dto.merchant.CoinbaseOrder.CoinbaseOrderTransaction
- getHistoricalSpotRate(String, String, String) - Method in interface org.knowm.xchange.coinbase.v2.Coinbase
- getHistoricalSpotRates(Integer) - Method in interface org.knowm.xchange.coinbase.Coinbase
- getId() - Method in class org.knowm.xchange.coinbase.dto.account.CoinbaseAccountChange
- getId() - Method in class org.knowm.xchange.coinbase.dto.account.CoinbaseRecurringPayment
- getId() - Method in class org.knowm.xchange.coinbase.dto.account.CoinbaseTransaction
- getId() - Method in interface org.knowm.xchange.coinbase.dto.account.CoinbaseTransactionInfo
- getId() - Method in class org.knowm.xchange.coinbase.dto.account.CoinbaseUser.CoinbaseUserInfo
- getId() - Method in class org.knowm.xchange.coinbase.dto.account.CoinbaseUser
- getId() - Method in class org.knowm.xchange.coinbase.dto.merchant.CoinbaseButton
- getId() - Method in class org.knowm.xchange.coinbase.dto.merchant.CoinbaseOrder.CoinbaseOrderTransaction
- getId() - Method in class org.knowm.xchange.coinbase.dto.merchant.CoinbaseOrder
- getId() - Method in class org.knowm.xchange.coinbase.dto.merchant.CoinbaseSubscription
- getId() - Method in class org.knowm.xchange.coinbase.dto.trade.CoinbaseTransfer
- getId() - Method in class org.knowm.xchange.coinbase.v2.dto.account.CoinbaseAccountData.CoinbaseAccount
- getId() - Method in class org.knowm.xchange.coinbase.v2.dto.account.CoinbasePaymentMethodsData.CoinbasePaymentMethod
- getId() - Method in class org.knowm.xchange.coinbase.v2.dto.marketdata.CoinbaseCurrencyData.CoinbaseCurrency
- getIdempotencyKey() - Method in class org.knowm.xchange.coinbase.dto.account.CoinbaseTransaction.CoinbaseSendMoneyRequest
- getIdempotencyKey() - Method in class org.knowm.xchange.coinbase.dto.account.CoinbaseTransaction
- getIdempotencyKey() - Method in interface org.knowm.xchange.coinbase.dto.account.CoinbaseTransactionInfo
- getInfoUrl() - Method in class org.knowm.xchange.coinbase.dto.merchant.CoinbaseButton.CoinbaseButtonBuilder
- getInfoUrl() - Method in class org.knowm.xchange.coinbase.dto.merchant.CoinbaseButton
- getIso() - Method in class org.knowm.xchange.coinbase.v2.dto.marketdata.CoinbaseTimeData.CoinbaseTime
- getIsoCode() - Method in class org.knowm.xchange.coinbase.dto.marketdata.CoinbaseCurrency
- getLabel() - Method in class org.knowm.xchange.coinbase.dto.account.CoinbaseAddress
- getLastRun() - Method in class org.knowm.xchange.coinbase.dto.account.CoinbaseRecurringPayment
- getLogo() - Method in class org.knowm.xchange.coinbase.dto.merchant.CoinbaseMerchant
- getMerchant() - Method in class org.knowm.xchange.coinbase.dto.account.CoinbaseUser.CoinbaseUserInfo
- getMerchant() - Method in class org.knowm.xchange.coinbase.dto.account.CoinbaseUser
- getName() - Method in class org.knowm.xchange.coinbase.dto.account.CoinbaseUser.CoinbaseUserInfo
- getName() - Method in class org.knowm.xchange.coinbase.dto.account.CoinbaseUser
- getName() - Method in class org.knowm.xchange.coinbase.dto.marketdata.CoinbaseCurrency
- getName() - Method in class org.knowm.xchange.coinbase.dto.merchant.CoinbaseButton.CoinbaseButtonBuilder
- getName() - Method in class org.knowm.xchange.coinbase.dto.merchant.CoinbaseButton
- getName() - Method in class org.knowm.xchange.coinbase.v2.dto.account.CoinbaseAccountData.CoinbaseAccount
- getName() - Method in class org.knowm.xchange.coinbase.v2.dto.account.CoinbasePaymentMethodsData.CoinbasePaymentMethod
- getName() - Method in class org.knowm.xchange.coinbase.v2.dto.marketdata.CoinbaseCurrencyData.CoinbaseCurrency
- getNativeCurrency() - Method in class org.knowm.xchange.coinbase.dto.account.CoinbaseUser.CoinbaseUserInfo
- getNativeCurrency() - Method in class org.knowm.xchange.coinbase.dto.account.CoinbaseUser
- getNextRun() - Method in class org.knowm.xchange.coinbase.dto.account.CoinbaseRecurringPayment
- getNonceFactory() - Method in class org.knowm.xchange.coinbase.CoinbaseExchange
- getNonceFactory() - Method in class org.knowm.xchange.coinbase.v2.CoinbaseExchange
- getNotes() - Method in class org.knowm.xchange.coinbase.dto.account.CoinbaseRecurringPayment
- getNotes() - Method in class org.knowm.xchange.coinbase.dto.account.CoinbaseTransaction
- getNotes() - Method in interface org.knowm.xchange.coinbase.dto.account.CoinbaseTransactionInfo
- getNumPages() - Method in class org.knowm.xchange.coinbase.dto.CoinbasePagedResult
- getOAuth() - Method in class org.knowm.xchange.coinbase.dto.account.CoinbaseUser
- getoAuthClientId() - Method in class org.knowm.xchange.coinbase.dto.account.CoinbaseUser
- getOpenOrders() - Method in class org.knowm.xchange.coinbase.service.CoinbaseTradeService
- getOpenOrders() - Method in class org.knowm.xchange.coinbase.v2.service.CoinbaseTradeService
-
********************************************************************************************************************************************************
- getOpenOrders(OpenOrdersParams) - Method in class org.knowm.xchange.coinbase.service.CoinbaseTradeService
- getOpenOrders(OpenOrdersParams) - Method in class org.knowm.xchange.coinbase.v2.service.CoinbaseTradeService
- getOrder(String, String, ParamsDigest, SynchronizedValueFactory<Long>) - Method in interface org.knowm.xchange.coinbase.CoinbaseAuthenticated
- getOrderBook(CurrencyPair, Object...) - Method in class org.knowm.xchange.coinbase.service.CoinbaseMarketDataService
- getOrderBook(CurrencyPair, Object...) - Method in class org.knowm.xchange.coinbase.v2.service.CoinbaseMarketDataService
- getOrders() - Method in class org.knowm.xchange.coinbase.dto.merchant.CoinbaseOrders
- getOrders(Integer, String, ParamsDigest, SynchronizedValueFactory<Long>) - Method in interface org.knowm.xchange.coinbase.CoinbaseAuthenticated
- getOtherUser() - Method in class org.knowm.xchange.coinbase.dto.account.CoinbaseAccountChange.CoinbaseCache
- getPassword() - Method in class org.knowm.xchange.coinbase.dto.account.CoinbaseUser.CoinbaseUserInfo
- getPassword() - Method in class org.knowm.xchange.coinbase.dto.account.CoinbaseUser
- getPaymentMethods(String, String, CoinbaseV2Digest, BigDecimal) - Method in interface org.knowm.xchange.coinbase.v2.CoinbaseAuthenticated
- getPayoutDate() - Method in class org.knowm.xchange.coinbase.dto.trade.CoinbaseTransfer
- getPin() - Method in class org.knowm.xchange.coinbase.dto.account.CoinbaseUser.CoinbaseUserInfo
- getPin() - Method in class org.knowm.xchange.coinbase.dto.account.CoinbaseUser
- getPrice() - Method in class org.knowm.xchange.coinbase.dto.merchant.CoinbaseButton.CoinbaseButtonBuilder
- getPrice() - Method in class org.knowm.xchange.coinbase.dto.merchant.CoinbaseButton
- getPrice1() - Method in class org.knowm.xchange.coinbase.dto.merchant.CoinbaseButton.CoinbaseButtonBuilder
- getPrice1() - Method in class org.knowm.xchange.coinbase.dto.merchant.CoinbaseButton
- getPrice2() - Method in class org.knowm.xchange.coinbase.dto.merchant.CoinbaseButton.CoinbaseButtonBuilder
- getPrice2() - Method in class org.knowm.xchange.coinbase.dto.merchant.CoinbaseButton
- getPrice3() - Method in class org.knowm.xchange.coinbase.dto.merchant.CoinbaseButton.CoinbaseButtonBuilder
- getPrice3() - Method in class org.knowm.xchange.coinbase.dto.merchant.CoinbaseButton
- getPrice4() - Method in class org.knowm.xchange.coinbase.dto.merchant.CoinbaseButton.CoinbaseButtonBuilder
- getPrice4() - Method in class org.knowm.xchange.coinbase.dto.merchant.CoinbaseButton
- getPrice5() - Method in class org.knowm.xchange.coinbase.dto.merchant.CoinbaseButton.CoinbaseButtonBuilder
- getPrice5() - Method in class org.knowm.xchange.coinbase.dto.merchant.CoinbaseButton
- getPriceString() - Method in class org.knowm.xchange.coinbase.dto.merchant.CoinbaseButton.CoinbaseButtonBuilder
- getPriceString() - Method in class org.knowm.xchange.coinbase.dto.merchant.CoinbaseButton
- getRates() - Method in class org.knowm.xchange.coinbase.v2.dto.marketdata.CoinbaseExchangeRateData.CoinbaseExchangeRates
- getReceiveAddress() - Method in class org.knowm.xchange.coinbase.dto.account.CoinbaseUser.CoinbaseUserInfo
- getReceiveAddress() - Method in class org.knowm.xchange.coinbase.dto.account.CoinbaseUser
- getReceiveAddress() - Method in class org.knowm.xchange.coinbase.dto.merchant.CoinbaseOrder
- getReceiveAddress(String, ParamsDigest, SynchronizedValueFactory<Long>) - Method in interface org.knowm.xchange.coinbase.CoinbaseAuthenticated
- getRecipient() - Method in class org.knowm.xchange.coinbase.dto.account.CoinbaseTransaction
- getRecipient() - Method in interface org.knowm.xchange.coinbase.dto.account.CoinbaseTransactionInfo
- getRecipientAddress() - Method in class org.knowm.xchange.coinbase.dto.account.CoinbaseTransaction
- getRecipientAddress() - Method in interface org.knowm.xchange.coinbase.dto.account.CoinbaseTransactionInfo
- getRecurringPayment(String, String, ParamsDigest, SynchronizedValueFactory<Long>) - Method in interface org.knowm.xchange.coinbase.CoinbaseAuthenticated
- getRecurringPayments() - Method in class org.knowm.xchange.coinbase.dto.account.CoinbaseRecurringPayments
- getRecurringPayments(Integer, Integer, String, ParamsDigest, SynchronizedValueFactory<Long>) - Method in interface org.knowm.xchange.coinbase.CoinbaseAuthenticated
- getReferrerId() - Method in class org.knowm.xchange.coinbase.dto.account.CoinbaseTransaction.CoinbaseSendMoneyRequest
- getReferrerId() - Method in class org.knowm.xchange.coinbase.dto.account.CoinbaseUser.CoinbaseUserInfo
- getReferrerId() - Method in class org.knowm.xchange.coinbase.dto.account.CoinbaseUser
- getRefreshToken() - Method in class org.knowm.xchange.coinbase.dto.auth.CoinbaseOAuth
- getRepeat() - Method in class org.knowm.xchange.coinbase.dto.account.CoinbaseRecurringPayment
- getRepeat() - Method in class org.knowm.xchange.coinbase.dto.merchant.CoinbaseButton.CoinbaseButtonBuilder
- getRepeat() - Method in class org.knowm.xchange.coinbase.dto.merchant.CoinbaseButton
- getScope() - Method in class org.knowm.xchange.coinbase.dto.auth.CoinbaseOAuth
- getSellLevel() - Method in class org.knowm.xchange.coinbase.dto.account.CoinbaseUser.CoinbaseUserInfo
- getSellLevel() - Method in class org.knowm.xchange.coinbase.dto.account.CoinbaseUser
- getSellLimit() - Method in class org.knowm.xchange.coinbase.dto.account.CoinbaseUser.CoinbaseUserInfo
- getSellLimit() - Method in class org.knowm.xchange.coinbase.dto.account.CoinbaseUser
- getSellPrice(String, String) - Method in interface org.knowm.xchange.coinbase.v2.Coinbase
- getSellPrice(BigDecimal, String) - Method in interface org.knowm.xchange.coinbase.Coinbase
- getSender() - Method in class org.knowm.xchange.coinbase.dto.account.CoinbaseTransaction
- getSender() - Method in interface org.knowm.xchange.coinbase.dto.account.CoinbaseTransactionInfo
- getSignature(BigDecimal, CoinbaseBaseService.HttpMethod, String, String) - Method in class org.knowm.xchange.coinbase.v2.service.CoinbaseBaseService
- getSpotPriceHistory() - Method in class org.knowm.xchange.coinbase.dto.marketdata.CoinbaseSpotPriceHistory
- getSpotRate() - Method in class org.knowm.xchange.coinbase.dto.marketdata.CoinbaseHistoricalSpotPrice
- getSpotRate(String) - Method in interface org.knowm.xchange.coinbase.Coinbase
- getSpotRate(String, String) - Method in interface org.knowm.xchange.coinbase.v2.Coinbase
- getsSubscription(String, String, ParamsDigest, SynchronizedValueFactory<Long>) - Method in interface org.knowm.xchange.coinbase.CoinbaseAuthenticated
- getsSubscriptions(Integer, Integer, String, ParamsDigest, SynchronizedValueFactory<Long>) - Method in interface org.knowm.xchange.coinbase.CoinbaseAuthenticated
- getStartType() - Method in class org.knowm.xchange.coinbase.dto.account.CoinbaseRecurringPayment
- getStatus() - Method in class org.knowm.xchange.coinbase.dto.account.CoinbaseRecurringPayment
- getStatus() - Method in class org.knowm.xchange.coinbase.dto.account.CoinbaseTransaction
- getStatus() - Method in interface org.knowm.xchange.coinbase.dto.account.CoinbaseTransactionInfo
- getStatus() - Method in class org.knowm.xchange.coinbase.dto.merchant.CoinbaseOrder
- getStatus() - Method in class org.knowm.xchange.coinbase.dto.merchant.CoinbaseSubscription
- getStatus() - Method in class org.knowm.xchange.coinbase.dto.trade.CoinbaseTransfer
- getStyle() - Method in class org.knowm.xchange.coinbase.dto.merchant.CoinbaseButton.CoinbaseButtonBuilder
- getStyle() - Method in class org.knowm.xchange.coinbase.dto.merchant.CoinbaseButton
- getSubscriptions() - Method in class org.knowm.xchange.coinbase.dto.merchant.CoinbaseSubscriptions
- getSubtotal() - Method in class org.knowm.xchange.coinbase.dto.trade.CoinbaseTransfer
- getSubTotal() - Method in class org.knowm.xchange.coinbase.dto.marketdata.CoinbasePrice
- getSuccessUrl() - Method in class org.knowm.xchange.coinbase.dto.merchant.CoinbaseButton.CoinbaseButtonBuilder
- getSuccessUrl() - Method in class org.knowm.xchange.coinbase.dto.merchant.CoinbaseButton
- getSuggestedPrices() - Method in class org.knowm.xchange.coinbase.dto.merchant.CoinbaseButton
- getText() - Method in class org.knowm.xchange.coinbase.dto.merchant.CoinbaseButton.CoinbaseButtonBuilder
- getText() - Method in class org.knowm.xchange.coinbase.dto.merchant.CoinbaseButton
- getTicker(CurrencyPair, Object...) - Method in class org.knowm.xchange.coinbase.service.CoinbaseMarketDataService
- getTicker(CurrencyPair, Object...) - Method in class org.knowm.xchange.coinbase.v2.service.CoinbaseMarketDataService
- getTime(String) - Method in interface org.knowm.xchange.coinbase.v2.Coinbase
- getTimes() - Method in class org.knowm.xchange.coinbase.dto.account.CoinbaseRecurringPayment
- getTimesRun() - Method in class org.knowm.xchange.coinbase.dto.account.CoinbaseRecurringPayment
- getTimestamp() - Method in class org.knowm.xchange.coinbase.dto.marketdata.CoinbaseHistoricalSpotPrice
- getTimeZone() - Method in class org.knowm.xchange.coinbase.dto.account.CoinbaseUser.CoinbaseUserInfo
- getTimeZone() - Method in class org.knowm.xchange.coinbase.dto.account.CoinbaseUser
- getTo() - Method in class org.knowm.xchange.coinbase.dto.account.CoinbaseRecurringPayment
- getTo() - Method in class org.knowm.xchange.coinbase.dto.account.CoinbaseTransaction.CoinbaseSendMoneyRequest
- getTokenId() - Method in class org.knowm.xchange.coinbase.dto.account.CoinbaseToken
- getTokenType() - Method in class org.knowm.xchange.coinbase.dto.auth.CoinbaseOAuth
- getTotal() - Method in class org.knowm.xchange.coinbase.dto.marketdata.CoinbasePrice
- getTotal() - Method in class org.knowm.xchange.coinbase.dto.trade.CoinbaseTransfer
- getTotalBTC() - Method in class org.knowm.xchange.coinbase.dto.merchant.CoinbaseOrder
- getTotalCount() - Method in class org.knowm.xchange.coinbase.dto.CoinbasePagedResult
- getTotalNative() - Method in class org.knowm.xchange.coinbase.dto.merchant.CoinbaseOrder
- getTradeHistory(TradeHistoryParams) - Method in class org.knowm.xchange.coinbase.service.CoinbaseTradeService
-
Authenticated resource which returns the user’s Bitcoin purchases and sells.
- getTrades(CurrencyPair, Object...) - Method in class org.knowm.xchange.coinbase.service.CoinbaseMarketDataService
- getTrades(CurrencyPair, Object...) - Method in class org.knowm.xchange.coinbase.v2.service.CoinbaseMarketDataService
- getTransaction() - Method in class org.knowm.xchange.coinbase.dto.merchant.CoinbaseOrder
- getTransactionDetails(String, String, ParamsDigest, SynchronizedValueFactory<Long>) - Method in interface org.knowm.xchange.coinbase.CoinbaseAuthenticated
- getTransactionHash() - Method in class org.knowm.xchange.coinbase.dto.account.CoinbaseTransaction
- getTransactionHash() - Method in interface org.knowm.xchange.coinbase.dto.account.CoinbaseTransactionInfo
- getTransactionId() - Method in class org.knowm.xchange.coinbase.dto.account.CoinbaseAccountChange
- getTransactionId() - Method in class org.knowm.xchange.coinbase.dto.trade.CoinbaseTransfer
- getTransactions() - Method in class org.knowm.xchange.coinbase.dto.account.CoinbaseTransactions
- getTransactions(Integer, String, ParamsDigest, SynchronizedValueFactory<Long>) - Method in interface org.knowm.xchange.coinbase.CoinbaseAuthenticated
- getTransactions(String, String, ParamsDigest, BigDecimal, String) - Method in interface org.knowm.xchange.coinbase.v2.CoinbaseAuthenticated
- getTransfers() - Method in class org.knowm.xchange.coinbase.dto.trade.CoinbaseTransfers
- getTransfers(Integer, Integer, String, ParamsDigest, SynchronizedValueFactory<Long>) - Method in interface org.knowm.xchange.coinbase.CoinbaseAuthenticated
- getType() - Method in class org.knowm.xchange.coinbase.dto.account.CoinbaseRecurringPayment
- getType() - Method in class org.knowm.xchange.coinbase.dto.merchant.CoinbaseButton.CoinbaseButtonBuilder
- getType() - Method in class org.knowm.xchange.coinbase.dto.merchant.CoinbaseButton
- getType() - Method in class org.knowm.xchange.coinbase.dto.trade.CoinbaseTransfer
- getType() - Method in class org.knowm.xchange.coinbase.v2.dto.account.CoinbasePaymentMethodsData.CoinbasePaymentMethod
- getUserFee() - Method in class org.knowm.xchange.coinbase.dto.account.CoinbaseTransaction.CoinbaseSendMoneyRequest
- getUsers() - Method in class org.knowm.xchange.coinbase.dto.account.CoinbaseUsers
- getUsers(String, ParamsDigest, SynchronizedValueFactory<Long>) - Method in interface org.knowm.xchange.coinbase.CoinbaseAuthenticated
- getWithdrawals(String, String, ParamsDigest, BigDecimal, String) - Method in interface org.knowm.xchange.coinbase.v2.CoinbaseAuthenticated
H
- handleResponse(R) - Method in class org.knowm.xchange.coinbase.service.CoinbaseBaseService
- hashCode() - Method in class org.knowm.xchange.coinbase.v2.dto.CoinbaseAmount
- hashCode() - Method in class org.knowm.xchange.coinbase.v2.dto.CoinbasePrice
- hashCode() - Method in class org.knowm.xchange.coinbase.v2.dto.marketdata.CoinbaseCurrencyData.CoinbaseCurrency
I
- initServices() - Method in class org.knowm.xchange.coinbase.CoinbaseExchange
- initServices() - Method in class org.knowm.xchange.coinbase.v2.CoinbaseExchange
- INVOICE - org.knowm.xchange.coinbase.dto.account.CoinbaseAccountChangeCategory
- isAllowBuy() - Method in class org.knowm.xchange.coinbase.v2.dto.account.CoinbasePaymentMethodsData.CoinbasePaymentMethod
- isAllowDeposit() - Method in class org.knowm.xchange.coinbase.v2.dto.account.CoinbasePaymentMethodsData.CoinbasePaymentMethod
- isAllowSell() - Method in class org.knowm.xchange.coinbase.v2.dto.account.CoinbasePaymentMethodsData.CoinbasePaymentMethod
- isAllowWithdraw() - Method in class org.knowm.xchange.coinbase.v2.dto.account.CoinbasePaymentMethodsData.CoinbasePaymentMethod
- isAutoDirect() - Method in class org.knowm.xchange.coinbase.dto.merchant.CoinbaseButton.CoinbaseButtonBuilder
- isAutoReDirect() - Method in class org.knowm.xchange.coinbase.dto.merchant.CoinbaseButton
- isChoosePrice() - Method in class org.knowm.xchange.coinbase.dto.merchant.CoinbaseButton.CoinbaseButtonBuilder
- isChoosePrice() - Method in class org.knowm.xchange.coinbase.dto.merchant.CoinbaseButton
- isConfirmed() - Method in class org.knowm.xchange.coinbase.dto.account.CoinbaseAccountChange
- isCustomSecure() - Method in class org.knowm.xchange.coinbase.dto.merchant.CoinbaseButton.CoinbaseButtonBuilder
- isCustomSecure() - Method in class org.knowm.xchange.coinbase.dto.merchant.CoinbaseButton
- isIncludeAddress() - Method in class org.knowm.xchange.coinbase.dto.merchant.CoinbaseButton.CoinbaseButtonBuilder
- isIncludeAddress() - Method in class org.knowm.xchange.coinbase.dto.merchant.CoinbaseButton
- isIncludeEmail() - Method in class org.knowm.xchange.coinbase.dto.merchant.CoinbaseButton.CoinbaseButtonBuilder
- isIncludeEmail() - Method in class org.knowm.xchange.coinbase.dto.merchant.CoinbaseButton
- isInstantBuy() - Method in class org.knowm.xchange.coinbase.dto.account.CoinbaseTransaction.CoinbaseSendMoneyRequest
- isInstantBuy() - Method in class org.knowm.xchange.coinbase.v2.dto.account.CoinbasePaymentMethodsData.CoinbasePaymentMethod
- isInstantSell() - Method in class org.knowm.xchange.coinbase.v2.dto.account.CoinbasePaymentMethodsData.CoinbasePaymentMethod
- isNotesPresent() - Method in class org.knowm.xchange.coinbase.dto.account.CoinbaseAccountChange.CoinbaseCache
- isPrimaryBuy() - Method in class org.knowm.xchange.coinbase.v2.dto.account.CoinbasePaymentMethodsData.CoinbasePaymentMethod
- isPrimarySell() - Method in class org.knowm.xchange.coinbase.v2.dto.account.CoinbasePaymentMethodsData.CoinbasePaymentMethod
- isRequest() - Method in class org.knowm.xchange.coinbase.dto.account.CoinbaseTransaction
- isRequest() - Method in interface org.knowm.xchange.coinbase.dto.account.CoinbaseTransactionInfo
- isSuccess() - Method in class org.knowm.xchange.coinbase.dto.CoinbaseBaseResponse
- isVariablePrice() - Method in class org.knowm.xchange.coinbase.dto.merchant.CoinbaseButton.CoinbaseButtonBuilder
- isVariablePrice() - Method in class org.knowm.xchange.coinbase.dto.merchant.CoinbaseButton
- isVerified() - Method in class org.knowm.xchange.coinbase.v2.dto.account.CoinbasePaymentMethodsData.CoinbasePaymentMethod
L
M
- MERCHANT - org.knowm.xchange.coinbase.dto.auth.CoinbaseScope
- MONTHLY - org.knowm.xchange.coinbase.dto.common.CoinbaseRepeat
N
- NEVER - org.knowm.xchange.coinbase.dto.common.CoinbaseRepeat
- NEW - org.knowm.xchange.coinbase.dto.common.CoinbaseRecurringPaymentStatus
- NEW - org.knowm.xchange.coinbase.dto.merchant.CoinbaseOrder.CoinbaseOrderStatus
- NONE - org.knowm.xchange.coinbase.dto.merchant.CoinbaseButtonStyle
O
- ONE - org.knowm.xchange.coinbase.dto.account.CoinbaseBuySellLevel
- ORDERS - org.knowm.xchange.coinbase.dto.auth.CoinbaseScope
- org.knowm.xchange.coinbase - package org.knowm.xchange.coinbase
- org.knowm.xchange.coinbase.dto - package org.knowm.xchange.coinbase.dto
- org.knowm.xchange.coinbase.dto.account - package org.knowm.xchange.coinbase.dto.account
- org.knowm.xchange.coinbase.dto.auth - package org.knowm.xchange.coinbase.dto.auth
- org.knowm.xchange.coinbase.dto.common - package org.knowm.xchange.coinbase.dto.common
- org.knowm.xchange.coinbase.dto.marketdata - package org.knowm.xchange.coinbase.dto.marketdata
- org.knowm.xchange.coinbase.dto.merchant - package org.knowm.xchange.coinbase.dto.merchant
- org.knowm.xchange.coinbase.dto.serialization - package org.knowm.xchange.coinbase.dto.serialization
- org.knowm.xchange.coinbase.dto.trade - package org.knowm.xchange.coinbase.dto.trade
- org.knowm.xchange.coinbase.service - package org.knowm.xchange.coinbase.service
- org.knowm.xchange.coinbase.v2 - package org.knowm.xchange.coinbase.v2
- org.knowm.xchange.coinbase.v2.dto - package org.knowm.xchange.coinbase.v2.dto
- org.knowm.xchange.coinbase.v2.dto.account - package org.knowm.xchange.coinbase.v2.dto.account
- org.knowm.xchange.coinbase.v2.dto.marketdata - package org.knowm.xchange.coinbase.v2.dto.marketdata
- org.knowm.xchange.coinbase.v2.service - package org.knowm.xchange.coinbase.v2.service
P
- PAUSED - org.knowm.xchange.coinbase.dto.common.CoinbaseRecurringPaymentStatus
- PENDING - org.knowm.xchange.coinbase.dto.account.CoinbaseTransaction.CoinbaseTransactionStatus
- PENDING - org.knowm.xchange.coinbase.dto.trade.CoinbaseTransfer.CoinbaseTransferStatus
- placeLimitOrder(LimitOrder) - Method in class org.knowm.xchange.coinbase.service.CoinbaseTradeService
- placeLimitOrder(LimitOrder) - Method in class org.knowm.xchange.coinbase.v2.service.CoinbaseTradeService
- placeMarketOrder(MarketOrder) - Method in class org.knowm.xchange.coinbase.service.CoinbaseTradeService
- placeStopOrder(StopOrder) - Method in class org.knowm.xchange.coinbase.service.CoinbaseTradeService
- placeStopOrder(StopOrder) - Method in class org.knowm.xchange.coinbase.v2.service.CoinbaseTradeService
- POST - org.knowm.xchange.coinbase.v2.service.CoinbaseBaseService.HttpMethod
Q
- QUARTERLY - org.knowm.xchange.coinbase.dto.common.CoinbaseRepeat
R
- RECURRING_PAYMENTS - org.knowm.xchange.coinbase.dto.auth.CoinbaseScope
- redeemToken(String, String, ParamsDigest, SynchronizedValueFactory<Long>) - Method in interface org.knowm.xchange.coinbase.CoinbaseAuthenticated
- REQUEST - org.knowm.xchange.coinbase.dto.account.CoinbaseAccountChangeCategory
- REQUEST - org.knowm.xchange.coinbase.dto.auth.CoinbaseScope
- REQUEST - org.knowm.xchange.coinbase.dto.common.CoinbaseRecurringPaymentType
- requestDepositAddress(Currency, String...) - Method in class org.knowm.xchange.coinbase.service.CoinbaseAccountService
- requestMoney(CoinbaseTransaction, String, ParamsDigest, SynchronizedValueFactory<Long>) - Method in interface org.knowm.xchange.coinbase.CoinbaseAuthenticated
- resendRequest(String, String, ParamsDigest, SynchronizedValueFactory<Long>) - Method in interface org.knowm.xchange.coinbase.CoinbaseAuthenticated
- REVERSED - org.knowm.xchange.coinbase.dto.trade.CoinbaseTransfer.CoinbaseTransferStatus
S
- sell(String, String, String, String, BigDecimal, String, Object) - Method in interface org.knowm.xchange.coinbase.v2.CoinbaseAuthenticated
- sell(String, String, ParamsDigest, SynchronizedValueFactory<Long>) - Method in interface org.knowm.xchange.coinbase.CoinbaseAuthenticated
- SELL - org.knowm.xchange.coinbase.dto.auth.CoinbaseScope
- SELL - org.knowm.xchange.coinbase.dto.common.CoinbaseRecurringPaymentType
- SELL - org.knowm.xchange.coinbase.dto.trade.CoinbaseTransferType
- SEND - org.knowm.xchange.coinbase.dto.auth.CoinbaseScope
- SEND - org.knowm.xchange.coinbase.dto.common.CoinbaseRecurringPaymentType
- sendMoney(CoinbaseTransaction, String, ParamsDigest, SynchronizedValueFactory<Long>) - Method in interface org.knowm.xchange.coinbase.CoinbaseAuthenticated
- serialize(Enum<?>, JsonGenerator, SerializerProvider) - Method in class org.knowm.xchange.coinbase.dto.serialization.EnumLowercaseJsonSerializer
- setAllowBuy(boolean) - Method in class org.knowm.xchange.coinbase.v2.dto.account.CoinbasePaymentMethodsData.CoinbasePaymentMethod
- setAllowDeposit(boolean) - Method in class org.knowm.xchange.coinbase.v2.dto.account.CoinbasePaymentMethodsData.CoinbasePaymentMethod
- setAllowSell(boolean) - Method in class org.knowm.xchange.coinbase.v2.dto.account.CoinbasePaymentMethodsData.CoinbasePaymentMethod
- setAllowWithdraw(boolean) - Method in class org.knowm.xchange.coinbase.v2.dto.account.CoinbasePaymentMethodsData.CoinbasePaymentMethod
- setData(List<CoinbaseCurrencyData.CoinbaseCurrency>) - Method in class org.knowm.xchange.coinbase.v2.dto.marketdata.CoinbaseCurrencyData
- setData(CoinbasePrice) - Method in class org.knowm.xchange.coinbase.v2.dto.marketdata.CoinbasePriceData
- setData(CoinbaseExchangeRateData.CoinbaseExchangeRates) - Method in class org.knowm.xchange.coinbase.v2.dto.marketdata.CoinbaseExchangeRateData
- setData(CoinbaseTimeData.CoinbaseTime) - Method in class org.knowm.xchange.coinbase.v2.dto.marketdata.CoinbaseTimeData
- setInstantBuy(boolean) - Method in class org.knowm.xchange.coinbase.v2.dto.account.CoinbasePaymentMethodsData.CoinbasePaymentMethod
- setInstantSell(boolean) - Method in class org.knowm.xchange.coinbase.v2.dto.account.CoinbasePaymentMethodsData.CoinbasePaymentMethod
- setPrimaryBuy(boolean) - Method in class org.knowm.xchange.coinbase.v2.dto.account.CoinbasePaymentMethodsData.CoinbasePaymentMethod
- setPrimarySell(boolean) - Method in class org.knowm.xchange.coinbase.v2.dto.account.CoinbasePaymentMethodsData.CoinbasePaymentMethod
- setVerified(boolean) - Method in class org.knowm.xchange.coinbase.v2.dto.account.CoinbasePaymentMethodsData.CoinbasePaymentMethod
- showCurl(String, String, String, String, String, String) - Method in class org.knowm.xchange.coinbase.v2.CoinbaseV2Digest
- showCurl(CoinbaseBaseService.HttpMethod, String, BigDecimal, String, String, String) - Method in class org.knowm.xchange.coinbase.v2.service.CoinbaseBaseService
- signatureCreator - Variable in class org.knowm.xchange.coinbase.service.CoinbaseBaseService
- signatureCreator2 - Variable in class org.knowm.xchange.coinbase.v2.service.CoinbaseBaseService
- SUBSCRIPTION - org.knowm.xchange.coinbase.dto.merchant.CoinbaseButtonType
- SUBSCRIPTION_LARGE - org.knowm.xchange.coinbase.dto.merchant.CoinbaseButtonStyle
- SUBSCRIPTION_SMALL - org.knowm.xchange.coinbase.dto.merchant.CoinbaseButtonStyle
T
- THREE - org.knowm.xchange.coinbase.dto.account.CoinbaseBuySellLevel
- toString() - Method in class org.knowm.xchange.coinbase.dto.account.CoinbaseAccountChange.CoinbaseCache
- toString() - Method in class org.knowm.xchange.coinbase.dto.account.CoinbaseAccountChange
- toString() - Method in class org.knowm.xchange.coinbase.dto.account.CoinbaseAccountChanges
- toString() - Method in class org.knowm.xchange.coinbase.dto.account.CoinbaseAddress
- toString() - Method in class org.knowm.xchange.coinbase.dto.account.CoinbaseAddressCallback
- toString() - Method in class org.knowm.xchange.coinbase.dto.account.CoinbaseAddresses
- toString() - Method in class org.knowm.xchange.coinbase.dto.account.CoinbaseContact
- toString() - Method in class org.knowm.xchange.coinbase.dto.account.CoinbaseContacts
- toString() - Method in class org.knowm.xchange.coinbase.dto.account.CoinbaseRecurringPayment
- toString() - Method in class org.knowm.xchange.coinbase.dto.account.CoinbaseRecurringPayments
- toString() - Method in class org.knowm.xchange.coinbase.dto.account.CoinbaseToken
- toString() - Method in class org.knowm.xchange.coinbase.dto.account.CoinbaseTransaction.CoinbaseSendMoneyRequest
- toString() - Method in class org.knowm.xchange.coinbase.dto.account.CoinbaseTransaction
- toString() - Method in class org.knowm.xchange.coinbase.dto.account.CoinbaseTransactions
- toString() - Method in class org.knowm.xchange.coinbase.dto.account.CoinbaseUser.CoinbaseUserInfo
- toString() - Method in class org.knowm.xchange.coinbase.dto.account.CoinbaseUser
- toString() - Method in class org.knowm.xchange.coinbase.dto.account.CoinbaseUsers
- toString() - Method in class org.knowm.xchange.coinbase.dto.auth.CoinbaseOAuth
- toString() - Method in class org.knowm.xchange.coinbase.dto.CoinbaseBaseResponse
- toString() - Method in class org.knowm.xchange.coinbase.dto.CoinbasePagedResult
- toString() - Method in class org.knowm.xchange.coinbase.dto.marketdata.CoinbaseCurrency
- toString() - Method in class org.knowm.xchange.coinbase.dto.marketdata.CoinbaseHistoricalSpotPrice
- toString() - Method in class org.knowm.xchange.coinbase.dto.marketdata.CoinbaseMoney
- toString() - Method in class org.knowm.xchange.coinbase.dto.marketdata.CoinbasePrice
- toString() - Method in class org.knowm.xchange.coinbase.dto.marketdata.CoinbaseSpotPriceHistory
- toString() - Method in class org.knowm.xchange.coinbase.dto.merchant.CoinbaseButton
- toString() - Method in class org.knowm.xchange.coinbase.dto.merchant.CoinbaseMerchant
- toString() - Method in class org.knowm.xchange.coinbase.dto.merchant.CoinbaseOrder.CoinbaseOrderTransaction
- toString() - Method in class org.knowm.xchange.coinbase.dto.merchant.CoinbaseOrder
- toString() - Method in class org.knowm.xchange.coinbase.dto.merchant.CoinbaseOrders
- toString() - Method in class org.knowm.xchange.coinbase.dto.merchant.CoinbaseSubscription
- toString() - Method in class org.knowm.xchange.coinbase.dto.merchant.CoinbaseSubscriptions
- toString() - Method in class org.knowm.xchange.coinbase.dto.trade.CoinbaseTransfer
- toString() - Method in class org.knowm.xchange.coinbase.dto.trade.CoinbaseTransfers
- toString() - Method in class org.knowm.xchange.coinbase.v2.dto.account.CoinbaseAccountData.CoinbaseAccount
- toString() - Method in class org.knowm.xchange.coinbase.v2.dto.account.CoinbaseAccountData
- toString() - Method in class org.knowm.xchange.coinbase.v2.dto.account.CoinbaseAccountsData
- toString() - Method in class org.knowm.xchange.coinbase.v2.dto.account.CoinbasePaymentMethodsData.CoinbasePaymentMethod
- toString() - Method in class org.knowm.xchange.coinbase.v2.dto.account.CoinbasePaymentMethodsData
- toString() - Method in class org.knowm.xchange.coinbase.v2.dto.CoinbaseAmount
- toString() - Method in class org.knowm.xchange.coinbase.v2.dto.CoinbasePrice
- toString() - Method in class org.knowm.xchange.coinbase.v2.dto.marketdata.CoinbaseCurrencyData.CoinbaseCurrency
- toString() - Method in class org.knowm.xchange.coinbase.v2.dto.marketdata.CoinbaseTimeData.CoinbaseTime
- TRANSACTIONS - org.knowm.xchange.coinbase.dto.auth.CoinbaseScope
- TRANSFER - org.knowm.xchange.coinbase.dto.account.CoinbaseAccountChangeCategory
- TRANSFERS - org.knowm.xchange.coinbase.dto.auth.CoinbaseScope
- TWO - org.knowm.xchange.coinbase.dto.account.CoinbaseBuySellLevel
- TX - org.knowm.xchange.coinbase.dto.account.CoinbaseAccountChangeCategory
U
- updateEmail(String) - Method in class org.knowm.xchange.coinbase.dto.account.CoinbaseUser
- updateName(String) - Method in class org.knowm.xchange.coinbase.dto.account.CoinbaseUser
- updateNativeCurrency(String) - Method in class org.knowm.xchange.coinbase.dto.account.CoinbaseUser
- updatePin(String) - Method in class org.knowm.xchange.coinbase.dto.account.CoinbaseUser
- updateTimeZone(String) - Method in class org.knowm.xchange.coinbase.dto.account.CoinbaseUser
- updateUser(String, CoinbaseUser, String, ParamsDigest, SynchronizedValueFactory<Long>) - Method in interface org.knowm.xchange.coinbase.CoinbaseAuthenticated
- USER - org.knowm.xchange.coinbase.dto.auth.CoinbaseScope
V
- valueOf(String) - Static method in enum org.knowm.xchange.coinbase.dto.account.CoinbaseAccountChangeCategory
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.knowm.xchange.coinbase.dto.account.CoinbaseBuySellLevel
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.knowm.xchange.coinbase.dto.account.CoinbaseTransaction.CoinbaseTransactionStatus
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.knowm.xchange.coinbase.dto.auth.CoinbaseScope
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.knowm.xchange.coinbase.dto.common.CoinbaseRecurringPaymentStatus
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.knowm.xchange.coinbase.dto.common.CoinbaseRecurringPaymentType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.knowm.xchange.coinbase.dto.common.CoinbaseRepeat
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.knowm.xchange.coinbase.dto.merchant.CoinbaseButtonStyle
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.knowm.xchange.coinbase.dto.merchant.CoinbaseButtonType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.knowm.xchange.coinbase.dto.merchant.CoinbaseOrder.CoinbaseOrderStatus
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.knowm.xchange.coinbase.dto.trade.CoinbaseTransfer.CoinbaseTransferStatus
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.knowm.xchange.coinbase.dto.trade.CoinbaseTransferType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.knowm.xchange.coinbase.v2.service.CoinbaseBaseService.HttpMethod
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum org.knowm.xchange.coinbase.dto.account.CoinbaseAccountChangeCategory
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.knowm.xchange.coinbase.dto.account.CoinbaseBuySellLevel
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.knowm.xchange.coinbase.dto.account.CoinbaseTransaction.CoinbaseTransactionStatus
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.knowm.xchange.coinbase.dto.auth.CoinbaseScope
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.knowm.xchange.coinbase.dto.common.CoinbaseRecurringPaymentStatus
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.knowm.xchange.coinbase.dto.common.CoinbaseRecurringPaymentType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.knowm.xchange.coinbase.dto.common.CoinbaseRepeat
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.knowm.xchange.coinbase.dto.merchant.CoinbaseButtonStyle
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.knowm.xchange.coinbase.dto.merchant.CoinbaseButtonType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.knowm.xchange.coinbase.dto.merchant.CoinbaseOrder.CoinbaseOrderStatus
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.knowm.xchange.coinbase.dto.trade.CoinbaseTransfer.CoinbaseTransferStatus
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.knowm.xchange.coinbase.dto.trade.CoinbaseTransferType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.knowm.xchange.coinbase.v2.service.CoinbaseBaseService.HttpMethod
-
Returns an array containing the constants of this enum type, in the order they are declared.
W
- WEEKLY - org.knowm.xchange.coinbase.dto.common.CoinbaseRepeat
- withAutoDirect(boolean) - Method in class org.knowm.xchange.coinbase.dto.merchant.CoinbaseButton.CoinbaseButtonBuilder
- withCallbackUrl(String) - Method in class org.knowm.xchange.coinbase.dto.merchant.CoinbaseButton.CoinbaseButtonBuilder
- withCancelUrl(String) - Method in class org.knowm.xchange.coinbase.dto.merchant.CoinbaseButton.CoinbaseButtonBuilder
- withChoosePrice(boolean) - Method in class org.knowm.xchange.coinbase.dto.merchant.CoinbaseButton.CoinbaseButtonBuilder
- withCustom(String) - Method in class org.knowm.xchange.coinbase.dto.merchant.CoinbaseButton.CoinbaseButtonBuilder
- withCustomSecure(boolean) - Method in class org.knowm.xchange.coinbase.dto.merchant.CoinbaseButton.CoinbaseButtonBuilder
- withDescription(String) - Method in class org.knowm.xchange.coinbase.dto.merchant.CoinbaseButton.CoinbaseButtonBuilder
- withdrawFunds(Currency, BigDecimal, String) - Method in class org.knowm.xchange.coinbase.service.CoinbaseAccountService
- withdrawFunds(WithdrawFundsParams) - Method in class org.knowm.xchange.coinbase.service.CoinbaseAccountService
- withdrawFunds(WithdrawFundsParams) - Method in class org.knowm.xchange.coinbase.v2.service.CoinbaseAccountService
- withIdempotencyKey(String) - Method in class org.knowm.xchange.coinbase.dto.account.CoinbaseTransaction.CoinbaseSendMoneyRequest
- withIncludeAddress(boolean) - Method in class org.knowm.xchange.coinbase.dto.merchant.CoinbaseButton.CoinbaseButtonBuilder
- withIncludeEmail(boolean) - Method in class org.knowm.xchange.coinbase.dto.merchant.CoinbaseButton.CoinbaseButtonBuilder
- withInfoUrl(String) - Method in class org.knowm.xchange.coinbase.dto.merchant.CoinbaseButton.CoinbaseButtonBuilder
- withInstantBuy(boolean) - Method in class org.knowm.xchange.coinbase.dto.account.CoinbaseTransaction.CoinbaseSendMoneyRequest
- withNotes(String) - Method in class org.knowm.xchange.coinbase.dto.account.CoinbaseTransaction.CoinbaseRequestMoneyRequest
- withNotes(String) - Method in class org.knowm.xchange.coinbase.dto.account.CoinbaseTransaction.CoinbaseSendMoneyRequest
- withoAuthClientId(String) - Method in class org.knowm.xchange.coinbase.dto.account.CoinbaseUser
- withReferrerId(String) - Method in class org.knowm.xchange.coinbase.dto.account.CoinbaseTransaction.CoinbaseSendMoneyRequest
- withRepeat(CoinbaseRepeat) - Method in class org.knowm.xchange.coinbase.dto.merchant.CoinbaseButton.CoinbaseButtonBuilder
- withStyle(CoinbaseButtonStyle) - Method in class org.knowm.xchange.coinbase.dto.merchant.CoinbaseButton.CoinbaseButtonBuilder
- withSuccessUrl(String) - Method in class org.knowm.xchange.coinbase.dto.merchant.CoinbaseButton.CoinbaseButtonBuilder
- withSuggestedPrices(String...) - Method in class org.knowm.xchange.coinbase.dto.merchant.CoinbaseButton.CoinbaseButtonBuilder
- withText(String) - Method in class org.knowm.xchange.coinbase.dto.merchant.CoinbaseButton.CoinbaseButtonBuilder
- withType(CoinbaseButtonType) - Method in class org.knowm.xchange.coinbase.dto.merchant.CoinbaseButton.CoinbaseButtonBuilder
- withUserFee(String) - Method in class org.knowm.xchange.coinbase.dto.account.CoinbaseTransaction.CoinbaseSendMoneyRequest
- withVariablePrice(boolean) - Method in class org.knowm.xchange.coinbase.dto.merchant.CoinbaseButton.CoinbaseButtonBuilder
Y
- YEARLY - org.knowm.xchange.coinbase.dto.common.CoinbaseRepeat
All Classes All Packages