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
public class CoinmateAccountServiceRaw extends CoinmateBaseService
- Author:
- Martin Stachon
-
Field Summary
Fields inherited from class org.knowm.xchange.service.BaseExchangeService
exchange
-
Constructor Summary
Constructors Constructor Description CoinmateAccountServiceRaw(Exchange exchange)
-
Method Summary
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
-
coinmateBitcoinWithdrawal
public CoinmateTradeResponse coinmateBitcoinWithdrawal(BigDecimal amount, String address) 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
-
coinmateDashWithdrawal
public CoinmateTradeResponse coinmateDashWithdrawal(BigDecimal amount, String address) throws IOException- Throws:
IOException
-
coinmateDashDepositAddresses
- 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, String sort, Long timestampFrom, Long timestampTo, String currency) throws IOException- Throws:
IOException
-