Class BithumbAccountServiceRaw
java.lang.Object
org.knowm.xchange.service.BaseExchangeService
org.knowm.xchange.bithumb.service.BithumbBaseService
org.knowm.xchange.bithumb.service.BithumbAccountServiceRaw
- All Implemented Interfaces:
BaseService
- Direct Known Subclasses:
BithumbAccountService
public class BithumbAccountServiceRaw extends BithumbBaseService
-
Field Summary
Fields inherited from class org.knowm.xchange.bithumb.service.BithumbBaseService
apiKey, bithumb, bithumbAuthenticated, endpointGenerator, signatureCreator
Fields inherited from class org.knowm.xchange.service.BaseExchangeService
exchange
-
Constructor Summary
Constructors Modifier Constructor Description protected
BithumbAccountServiceRaw(Exchange exchange)
-
Method Summary
Modifier and Type Method Description BithumbAccount
getBithumbAddress()
BithumbBalance
getBithumbBalance()
Optional<BithumbWalletAddress>
getBithumbWalletAddress(Currency currency)
Methods inherited from class org.knowm.xchange.service.BaseExchangeService
verifyOrder, verifyOrder, verifyOrder
-
Constructor Details
-
BithumbAccountServiceRaw
-
-
Method Details
-
getBithumbBalance
- Throws:
IOException
-
getBithumbAddress
- Throws:
IOException
-
getBithumbWalletAddress
public Optional<BithumbWalletAddress> getBithumbWalletAddress(Currency currency) throws IOException- Throws:
IOException
-