Class BTCMarketsAccountServiceRaw
java.lang.Object
org.knowm.xchange.service.BaseExchangeService
org.knowm.xchange.btcmarkets.service.BTCMarketsBaseService
org.knowm.xchange.btcmarkets.service.BTCMarketsAccountServiceRaw
- All Implemented Interfaces:
BaseService
- Direct Known Subclasses:
BTCMarketsAccountService
public class BTCMarketsAccountServiceRaw extends BTCMarketsBaseService
-
Field Summary
Fields inherited from class org.knowm.xchange.btcmarkets.service.BTCMarketsBaseService
btcm, btcmPublic, btcmv3, nonceFactory, signerV1, signerV2, signerV3
Fields inherited from class org.knowm.xchange.service.BaseExchangeService
exchange
-
Constructor Summary
Constructors Modifier Constructor Description protected
BTCMarketsAccountServiceRaw(Exchange exchange)
-
Method Summary
Modifier and Type Method Description BTCMarketsAddressesResponse
depositAddress(Currency currency)
BTCMarketsFundtransferHistoryResponse
fundtransferHistory()
List<BTCMarketsBalance>
getBTCMarketsBalance()
BTCMarketsTradingFeesResponse
tradingFees()
String
withdrawCrypto(String address, BigDecimal amount, Currency currency)
Methods inherited from class org.knowm.xchange.service.BaseExchangeService
verifyOrder, verifyOrder, verifyOrder
-
Constructor Details
-
BTCMarketsAccountServiceRaw
-
-
Method Details
-
getBTCMarketsBalance
- Throws:
IOException
-
withdrawCrypto
public String withdrawCrypto(String address, BigDecimal amount, Currency currency) throws IOException- Throws:
IOException
-
fundtransferHistory
- Throws:
IOException
-
depositAddress
- Throws:
IOException
-
tradingFees
- Throws:
IOException
-