Package org.knowm.xchange.ftx.service
Class FtxBorrowingServiceRaw
java.lang.Object
org.knowm.xchange.service.BaseExchangeService
org.knowm.xchange.ftx.service.FtxBaseService
org.knowm.xchange.ftx.service.FtxBorrowingServiceRaw
- All Implemented Interfaces:
BaseService
public class FtxBorrowingServiceRaw extends FtxBaseService
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
FtxBorrowingServiceRaw.FtxBorrowingServiceException
-
Field Summary
Fields inherited from class org.knowm.xchange.ftx.service.FtxBaseService
ftx, signatureCreator
Fields inherited from class org.knowm.xchange.service.BaseExchangeService
exchange
-
Constructor Summary
Constructors Constructor Description FtxBorrowingServiceRaw(FtxExchange exchange)
-
Method Summary
Modifier and Type Method Description List<FtxBorrowingHistoryDto>
histories(String subaccount)
List<FtxBorrowingHistoryDto>
histories(String subaccount, List<String> coins)
List<FtxBorrowingHistoryDto>
historiesByDates(String subAccount, Long startTime, Long endTime)
FtxBorrowingHistoryDto
history(String subaccount, String coin)
FtxBorrowingInfoDto
info(String subaccount, String coin)
List<FtxBorrowingInfoDto>
infos(String subaccount)
List<FtxBorrowingInfoDto>
infos(String subaccount, List<String> coins)
FtxBorrowingRatesDto
rate(String coin)
List<FtxBorrowingRatesDto>
rates()
List<FtxBorrowingRatesDto>
rates(List<String> coins)
Methods inherited from class org.knowm.xchange.service.BaseExchangeService
verifyOrder, verifyOrder, verifyOrder
-
Constructor Details
-
FtxBorrowingServiceRaw
-
-
Method Details
-
histories
-
historiesByDates
public List<FtxBorrowingHistoryDto> historiesByDates(String subAccount, Long startTime, Long endTime) -
histories
-
history
-
infos
-
infos
-
info
-
rates
-
rates
-
rate
-