Package org.knowm.xchange.bybit.service
Class BybitAccountService
java.lang.Object
org.knowm.xchange.bybit.service.BybitBaseService
org.knowm.xchange.bybit.service.BybitAccountServiceRaw
org.knowm.xchange.bybit.service.BybitAccountService
- All Implemented Interfaces:
AccountService
,BaseService
public class BybitAccountService extends BybitAccountServiceRaw implements AccountService
-
Field Summary
Fields inherited from class org.knowm.xchange.bybit.service.BybitBaseService
apiKey, bybit, bybitAuthenticated, nonceFactory, signatureCreator
-
Constructor Summary
Constructors Constructor Description BybitAccountService(Exchange exchange)
-
Method Summary
Modifier and Type Method Description AccountInfo
getAccountInfo()
Get account infoMethods inherited from class org.knowm.xchange.bybit.service.BybitAccountServiceRaw
getWalletBalances
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.knowm.xchange.service.account.AccountService
createFundingHistoryParams, getDynamicTradingFeesByInstrument, getFundingHistory, requestDepositAddress, requestDepositAddressData, withdrawFunds, withdrawFunds, withdrawFunds
-
Constructor Details
-
BybitAccountService
-
-
Method Details
-
getAccountInfo
Description copied from interface:AccountService
Get account info- Specified by:
getAccountInfo
in interfaceAccountService
- Returns:
- the AccountInfo object, null if some sort of error occurred. Implementers should log the error.
- Throws:
IOException
- - Indication that a networking error occurred while fetching JSON data
-