Uses of Class
com.bybit.api.client.domain.asset.request.AssetWithdrawRequest
-
Packages that use AssetWithdrawRequest Package Description com.bybit.api.client.restApi com.bybit.api.client.service -
-
Uses of AssetWithdrawRequest in com.bybit.api.client.restApi
Methods in com.bybit.api.client.restApi with parameters of type AssetWithdrawRequest Modifier and Type Method Description retrofit2.Call<Object>BybitApiService. createAssetWithdraw(AssetWithdrawRequest assetWithdrawRequest)Withdraw Withdraw assets from your Bybit account. -
Uses of AssetWithdrawRequest in com.bybit.api.client.service
Methods in com.bybit.api.client.service that return AssetWithdrawRequest Modifier and Type Method Description AssetWithdrawRequestBybitJsonConverter. mapToAssetWithdrawRequest(AssetDataRequest assetDataRequest)
-