Package com.bybit.api.client.restApi
Interface BybitApiAsyncLendingRestClient
-
- All Known Implementing Classes:
BybitApiAsyncLendingRestClientImpl
public interface BybitApiAsyncLendingRestClient
-
-
Method Summary
-
-
-
Method Detail
-
getInsProductInfo
void getInsProductInfo(LendingDataRequest lendingDataRequest, BybitApiCallback<Object> callback)
-
getInsMarginCoinInfo
void getInsMarginCoinInfo(LendingDataRequest lendingDataRequest, BybitApiCallback<Object> callback)
-
getInsLoanOrders
void getInsLoanOrders(LendingDataRequest institutionLoanOrdersRequest, BybitApiCallback<Object> callback)
-
getInsRepayOrders
void getInsRepayOrders(LendingDataRequest institutionRepayOrdersRequest, BybitApiCallback<Object> callback)
-
getInsLoanToValue
void getInsLoanToValue(BybitApiCallback<Object> callback)
-
updateInstitutionLoanUid
void updateInstitutionLoanUid(LendingDataRequest lendingDataRequest, BybitApiCallback<Object> callback)
-
getC2CLendingCoinInfo
void getC2CLendingCoinInfo(LendingDataRequest lendingDataRequest, BybitApiCallback<Object> callback)
-
C2cLendingDepositFunds
void C2cLendingDepositFunds(LendingDataRequest lendingDataRequest, BybitApiCallback<Object> callback)
-
C2cLendingRedeemFunds
void C2cLendingRedeemFunds(LendingDataRequest lendingDataRequest, BybitApiCallback<Object> callback)
-
C2cLendingRedeemCancel
void C2cLendingRedeemCancel(LendingDataRequest lendingDataRequest, BybitApiCallback<Object> callback)
-
getC2cOrdersRecords
void getC2cOrdersRecords(LendingDataRequest lendingDataRequest, BybitApiCallback<Object> callback)
-
getC2CLendingAccountInfo
void getC2CLendingAccountInfo(LendingDataRequest lendingDataRequest, BybitApiCallback<Object> callback)
-
-