Class CoinmateAccountServiceRaw
java.lang.Object
org.knowm.xchange.service.BaseExchangeService
org.knowm.xchange.coinmate.service.CoinmateBaseService
org.knowm.xchange.coinmate.service.CoinmateAccountServiceRaw
- All Implemented Interfaces:
BaseService
- Direct Known Subclasses:
CoinmateAccountService
- Author:
- Martin Stachon
-
Field Summary
Fields inherited from class org.knowm.xchange.service.BaseExchangeService
exchange
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncoinmateBitcoinWithdrawal
(BigDecimal amount, String address) coinmateBitcoinWithdrawal
(BigDecimal amount, String address, FeePriority feePriority) coinmateCardanoWithdrawal
(BigDecimal amount, String address) coinmateEthereumWithdrawal
(BigDecimal amount, String address) coinmateLitecoinWithdrawal
(BigDecimal amount, String address) coinmateRippleWithdrawal
(BigDecimal amount, String address) coinmateSolanaWithdrawal
(BigDecimal amount, String address) coinmateUnconfirmedVirtualCurrencyDeposits
(String currencyName) coinmateVirtualCurrencyDepositAddresses
(String currencyName) coinmateWithdrawVirtualCurrency
(BigDecimal amount, String address, String currencyName, AmountType amountType, FeePriority feePriority, String destinationTag) getCoinmateTraderFees
(String currencyPair) getCoinmateTransactionHistory
(int offset, Integer limit, String sort, Long timestampFrom, Long timestampTo, String orderId) getCoinmateTransferDetail
(Long transactionId) getCoinmateTransferHistory
(Integer limit, Integer lastId, TransferHistoryOrder sort, Long timestampFrom, Long timestampTo, String currency) getTransfersData
(Integer limit, Long timestampFrom, Long timestampTo) Methods inherited from class org.knowm.xchange.coinmate.service.CoinmateBaseService
throwExceptionIfError
Methods inherited from class org.knowm.xchange.service.BaseExchangeService
verifyOrder, verifyOrder, verifyOrder
-
Constructor Details
-
CoinmateAccountServiceRaw
-
-
Method Details
-
getCoinmateBalance
- Throws:
IOException
-
getCoinmateTraderFees
public CoinmateTradingFeesResponseData getCoinmateTraderFees(String currencyPair) throws IOException - Throws:
IOException
-
coinmateWithdrawVirtualCurrency
public Long coinmateWithdrawVirtualCurrency(BigDecimal amount, String address, String currencyName, AmountType amountType, FeePriority feePriority, String destinationTag) throws IOException - Throws:
IOException
-
coinmateVirtualCurrencyDepositAddresses
public ArrayList<String> coinmateVirtualCurrencyDepositAddresses(String currencyName) throws IOException - Throws:
IOException
-
coinmateUnconfirmedVirtualCurrencyDeposits
public List<UnconfirmedDeposits> coinmateUnconfirmedVirtualCurrencyDeposits(String currencyName) throws IOException - Throws:
IOException
-
coinmateBitcoinWithdrawal
public CoinmateTradeResponse coinmateBitcoinWithdrawal(BigDecimal amount, String address) throws IOException - Throws:
IOException
-
coinmateBitcoinWithdrawal
public CoinmateTradeResponse coinmateBitcoinWithdrawal(BigDecimal amount, String address, FeePriority feePriority) throws IOException - Throws:
IOException
-
coinmateBitcoinDepositAddresses
- Throws:
IOException
-
coinmateLitecoinWithdrawal
public CoinmateTradeResponse coinmateLitecoinWithdrawal(BigDecimal amount, String address) throws IOException - Throws:
IOException
-
coinmateLitecoinDepositAddresses
- Throws:
IOException
-
coinmateEthereumWithdrawal
public CoinmateTradeResponse coinmateEthereumWithdrawal(BigDecimal amount, String address) throws IOException - Throws:
IOException
-
coinmateEthereumDepositAddresses
- Throws:
IOException
-
coinmateRippleWithdrawal
public CoinmateTradeResponse coinmateRippleWithdrawal(BigDecimal amount, String address) throws IOException - Throws:
IOException
-
coinmateRippleDepositAddresses
- Throws:
IOException
-
coinmateCardanoWithdrawal
public CoinmateTradeResponse coinmateCardanoWithdrawal(BigDecimal amount, String address) throws IOException - Throws:
IOException
-
coinmateCardanoDepositAddresses
- Throws:
IOException
-
coinmateSolanaWithdrawal
public CoinmateTradeResponse coinmateSolanaWithdrawal(BigDecimal amount, String address) throws IOException - Throws:
IOException
-
coinmateSolanaDepositAddresses
- Throws:
IOException
-
getCoinmateTransactionHistory
public CoinmateTransactionHistory getCoinmateTransactionHistory(int offset, Integer limit, String sort, Long timestampFrom, Long timestampTo, String orderId) throws IOException - Throws:
IOException
-
getTransfersData
public CoinmateTransferHistory getTransfersData(Integer limit, Long timestampFrom, Long timestampTo) throws IOException - Throws:
IOException
-
getCoinmateTransferHistory
public CoinmateTransferHistory getCoinmateTransferHistory(Integer limit, Integer lastId, TransferHistoryOrder sort, Long timestampFrom, Long timestampTo, String currency) throws IOException - Throws:
IOException
-
getCoinmateTransferDetail
- Throws:
IOException
-