Package com.bybit.api.client.impl
Class BybitApiAssetRestClientImpl
- java.lang.Object
-
- com.bybit.api.client.impl.BybitApiAssetRestClientImpl
-
- All Implemented Interfaces:
BybitApiAssetRestClient
public class BybitApiAssetRestClientImpl extends Object implements BybitApiAssetRestClient
-
-
Constructor Summary
Constructors Constructor Description BybitApiAssetRestClientImpl(String apiKey, String secret, String baseUrl, boolean debugMode, long recvWindow, String logOption)
-
Method Summary
-
-
-
Method Detail
-
getAssetCoinExchangeRecords
public Object getAssetCoinExchangeRecords(AssetDataRequest coinExchangeRecordsRequest)
- Specified by:
getAssetCoinExchangeRecordsin interfaceBybitApiAssetRestClient
-
getAssetDeliveryRecords
public Object getAssetDeliveryRecords(AssetDataRequest deliveryRecordsRequest)
- Specified by:
getAssetDeliveryRecordsin interfaceBybitApiAssetRestClient
-
getAssetUSDCSettlementRecords
public Object getAssetUSDCSettlementRecords(AssetDataRequest usdcSettlementRequest)
- Specified by:
getAssetUSDCSettlementRecordsin interfaceBybitApiAssetRestClient
-
getAssetInfo
public Object getAssetInfo(AssetDataRequest assetInfoRequest)
- Specified by:
getAssetInfoin interfaceBybitApiAssetRestClient
-
getAssetAllCoinsBalance
public Object getAssetAllCoinsBalance(AssetDataRequest allCoinsBalanceRequest)
- Specified by:
getAssetAllCoinsBalancein interfaceBybitApiAssetRestClient
-
getAssetTransferableCoins
public Object getAssetTransferableCoins(AssetDataRequest request)
- Specified by:
getAssetTransferableCoinsin interfaceBybitApiAssetRestClient
-
getAssetSingleCoinBalance
public Object getAssetSingleCoinBalance(AssetDataRequest singleCoinBalanceRequest)
- Specified by:
getAssetSingleCoinBalancein interfaceBybitApiAssetRestClient
-
createAssetInternalTransfer
public Object createAssetInternalTransfer(AssetDataRequest assetInternalTransferRequest)
- Specified by:
createAssetInternalTransferin interfaceBybitApiAssetRestClient
-
getAssetTransferSubUidList
public Object getAssetTransferSubUidList()
- Specified by:
getAssetTransferSubUidListin interfaceBybitApiAssetRestClient
-
createAssetUniversalTransfer
public Object createAssetUniversalTransfer(AssetDataRequest assetUniversalTransferRequest)
- Specified by:
createAssetUniversalTransferin interfaceBybitApiAssetRestClient
-
getAssetInternalTransferRecords
public Object getAssetInternalTransferRecords(AssetDataRequest internalTransferRequest)
- Specified by:
getAssetInternalTransferRecordsin interfaceBybitApiAssetRestClient
-
getAssetUniversalTransferRecords
public Object getAssetUniversalTransferRecords(AssetDataRequest universalTransferRequest)
- Specified by:
getAssetUniversalTransferRecordsin interfaceBybitApiAssetRestClient
-
getAssetAllowedDepositCoinInfo
public Object getAssetAllowedDepositCoinInfo(AssetDataRequest allowedDepositCoinRequest)
- Specified by:
getAssetAllowedDepositCoinInfoin interfaceBybitApiAssetRestClient
-
setAssetDepositAccount
public Object setAssetDepositAccount(AssetDataRequest request)
- Specified by:
setAssetDepositAccountin interfaceBybitApiAssetRestClient
-
getAssetDepositRecords
public Object getAssetDepositRecords(AssetDataRequest assetDepositRecordsRequest)
- Specified by:
getAssetDepositRecordsin interfaceBybitApiAssetRestClient
-
getAssetSubMembersDepositRecords
public Object getAssetSubMembersDepositRecords(AssetDataRequest assetDepositRecordsRequest)
- Specified by:
getAssetSubMembersDepositRecordsin interfaceBybitApiAssetRestClient
-
getAssetInternalDepositRecords
public Object getAssetInternalDepositRecords(AssetDataRequest assetDepositRecordsRequest)
- Specified by:
getAssetInternalDepositRecordsin interfaceBybitApiAssetRestClient
-
getAssetMasterDepositAddress
public Object getAssetMasterDepositAddress(AssetDataRequest masterDepositRequest)
- Specified by:
getAssetMasterDepositAddressin interfaceBybitApiAssetRestClient
-
getAssetSubMemberDepositAddress
public Object getAssetSubMemberDepositAddress(AssetDataRequest subDepositRequest)
- Specified by:
getAssetSubMemberDepositAddressin interfaceBybitApiAssetRestClient
-
getAssetCoinInfo
public Object getAssetCoinInfo(AssetDataRequest request)
- Specified by:
getAssetCoinInfoin interfaceBybitApiAssetRestClient
-
getAssetWithdrawalAmount
public Object getAssetWithdrawalAmount(AssetDataRequest request)
- Specified by:
getAssetWithdrawalAmountin interfaceBybitApiAssetRestClient
-
getAssetWithdrawalRecords
public Object getAssetWithdrawalRecords(AssetDataRequest assetWithdrawRecordsRequest)
- Specified by:
getAssetWithdrawalRecordsin interfaceBybitApiAssetRestClient
-
cancelAssetWithdraw
public Object cancelAssetWithdraw(AssetDataRequest request)
- Specified by:
cancelAssetWithdrawin interfaceBybitApiAssetRestClient
-
createAssetWithdraw
public Object createAssetWithdraw(AssetDataRequest assetWithdrawRequest)
- Specified by:
createAssetWithdrawin interfaceBybitApiAssetRestClient
-
-