Package org.knowm.xchange.ftx.service
Class FtxLendingServiceRaw
java.lang.Object
org.knowm.xchange.service.BaseExchangeService
org.knowm.xchange.ftx.service.FtxBaseService
org.knowm.xchange.ftx.service.FtxLendingServiceRaw
- All Implemented Interfaces:
BaseService
public class FtxLendingServiceRaw extends FtxBaseService
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
FtxLendingServiceRaw.FtxLendingServiceException
-
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 FtxLendingServiceRaw(FtxExchange exchange)
-
Method Summary
Modifier and Type Method Description List<FtxLendingHistoryDto>
histories(String subaccount)
List<FtxLendingHistoryDto>
histories(String subaccount, List<String> coins)
FtxLendingHistoryDto
history(String subaccount, String coin)
FtxLendingInfoDto
info(String subaccount, String coin)
List<FtxLendingInfoDto>
infos(String subaccount)
List<FtxLendingInfoDto>
infos(String subaccount, List<String> coins)
FtxLendDataDto
lend(String subaccount, String coin, double size, double rate)
FtxLendingRatesDto
rate(String coin)
List<FtxLendingRatesDto>
rates()
List<FtxLendingRatesDto>
rates(List<String> coins)
FtxLendDataDto
stopLending(String subaccount, String coin)
List<FtxLendDataDto>
stopLending(String subaccount, List<String> coins)
Methods inherited from class org.knowm.xchange.service.BaseExchangeService
verifyOrder, verifyOrder, verifyOrder
-
Constructor Details
-
FtxLendingServiceRaw
-
-
Method Details
-
stopLending
-
stopLending
-
lend
-
histories
-
histories
-
history
-
infos
-
infos
-
info
-
rates
-
rates
-
rate
-