Package com.bybit.api.client.restApi
Interface BybitApiAsyncLendingRestClient
-
- All Known Implementing Classes:
BybitApiAsyncLendingRestClientImpl
public interface BybitApiAsyncLendingRestClient
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidgetInsLoanOrders(LendingDataRequest institutionLoanOrdersRequest, BybitApiCallback<Object> callback)voidgetInsLoanToValue(BybitApiCallback<Object> callback)voidgetInsMarginCoinInfo(LendingDataRequest lendingDataRequest, BybitApiCallback<Object> callback)voidgetInsProductInfo(LendingDataRequest lendingDataRequest, BybitApiCallback<Object> callback)voidgetInsRepayOrders(LendingDataRequest institutionRepayOrdersRequest, BybitApiCallback<Object> callback)voidupdateInstitutionLoanUid(LendingDataRequest lendingDataRequest, BybitApiCallback<Object> callback)
-
-
-
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)
-
-