Package com.bybit.api.client.restApi
Interface BybitApiAsyncAccountRestClient
-
- All Known Implementing Classes:
BybitApiAsyncAccountRestClientImpl
public interface BybitApiAsyncAccountRestClient
-
-
Method Summary
-
-
-
Method Detail
-
getWalletBalance
void getWalletBalance(AccountDataRequest walletBalanceRequest, BybitApiCallback<Object> callback)
-
upgradeAccountToUTA
void upgradeAccountToUTA(BybitApiCallback<Object> callback)
-
getAccountBorrowHistory
void getAccountBorrowHistory(AccountDataRequest borrowHistoryRequest, BybitApiCallback<Object> callback)
-
setAccountCollateralCoin
void setAccountCollateralCoin(AccountDataRequest setCollateralCoinRequest, BybitApiCallback<Object> callback)
-
batchSetAccountCollateralCoin
void batchSetAccountCollateralCoin(BatchSetCollateralCoinRequest batchSetCollateralCoinRequest, BybitApiCallback<Object> callback)
-
getAccountCollateralInfo
void getAccountCollateralInfo(AccountDataRequest request, BybitApiCallback<Object> callback)
-
getAccountCoinGeeks
void getAccountCoinGeeks(AccountDataRequest request, BybitApiCallback<Object> callback)
-
getAccountFreeRate
void getAccountFreeRate(AccountDataRequest getFeeRateRequest, BybitApiCallback<Object> callback)
-
getAccountInfo
void getAccountInfo(BybitApiCallback<Object> callback)
-
getTransactionLog
void getTransactionLog(AccountDataRequest getTransactionLogRequest, BybitApiCallback<Object> callback)
-
setAccountMarginMode
void setAccountMarginMode(AccountDataRequest request, BybitApiCallback<Object> callback)
-
modifyAccountMMP
void modifyAccountMMP(AccountDataRequest setMMPRequest, BybitApiCallback<Object> callback)
-
resetAccountMMP
void resetAccountMMP(AccountDataRequest request, BybitApiCallback<Object> callback)
-
getAccountMMPState
void getAccountMMPState(AccountDataRequest request, BybitApiCallback<Object> callback)
-
setAccountSpotHedging
void setAccountSpotHedging(AccountDataRequest request, BybitApiCallback<Object> callback)
-
-