Uses of Class
org.knowm.xchange.kucoin.dto.response.KucoinResponse
Packages that use KucoinResponse
-
Uses of KucoinResponse in org.knowm.xchange.kucoin
Method parameters in org.knowm.xchange.kucoin with type arguments of type KucoinResponseModifier and TypeMethodDescriptionstatic <T> T
KucoinExceptionClassifier.classifyingExceptions
(org.knowm.xchange.kucoin.KucoinExceptionClassifier.IOExceptionThrowingSupplier<KucoinResponse<T>> apiCall) -
Uses of KucoinResponse in org.knowm.xchange.kucoin.service
Methods in org.knowm.xchange.kucoin.service that return KucoinResponseModifier and TypeMethodDescriptionWithdrawalAPI.applyWithdraw
(String apiKey, si.mazi.rescu.ParamsDigest signature, si.mazi.rescu.SynchronizedValueFactory<Long> nonce, String apiPassphrase, ApplyWithdrawApiRequest req) Apply withdraw.OrderAPI.cancelOrder
(String apiKey, si.mazi.rescu.ParamsDigest signature, si.mazi.rescu.SynchronizedValueFactory<Long> nonce, String apiPassphrase, String orderId) Cancel an orderOrderAPI.cancelOrders
(String apiKey, si.mazi.rescu.ParamsDigest signature, si.mazi.rescu.SynchronizedValueFactory<Long> nonce, String apiPassphrase, String symbol) With best effort, cancel all open orders.AccountAPI.createAccount
(String apiKey, si.mazi.rescu.ParamsDigest signature, si.mazi.rescu.SynchronizedValueFactory<Long> nonce, String apiPassphrase, CreateAccountRequest req) DepositAPI.createDepositAddress
(String apiKey, si.mazi.rescu.ParamsDigest signature, si.mazi.rescu.SynchronizedValueFactory<Long> nonce, String apiPassphrase, String currency, String chain) OrderAPI.createOrder
(String apiKey, si.mazi.rescu.ParamsDigest signature, si.mazi.rescu.SynchronizedValueFactory<Long> nonce, String apiPassphrase, OrderCreateApiRequest opsRequest) Place a new order.AccountAPI.getAccount
(String apiKey, si.mazi.rescu.ParamsDigest signature, si.mazi.rescu.SynchronizedValueFactory<Long> nonce, String apiPassphrase, String accountId) AccountAPI.getAccountLedgers
(String apiKey, si.mazi.rescu.ParamsDigest signature, si.mazi.rescu.SynchronizedValueFactory<Long> nonce, String apiPassphrase, String accountId, Long startAt, Long endAt, Integer pageSize, Integer currentPage) AccountAPI.getAccountLedgersWithParams
(String apiKey, si.mazi.rescu.ParamsDigest signature, si.mazi.rescu.SynchronizedValueFactory<Long> nonce, String apiPassphrase, String currency, String direction, String bizType, Long startAt, Long endAt, Integer pageSize, Integer currentPage) AccountAPI.getAccountList
(String apiKey, si.mazi.rescu.ParamsDigest signature, si.mazi.rescu.SynchronizedValueFactory<Long> nonce, String apiPassphrase, String currency, String type) Get a list of accounts.TradingFeeAPI.getBaseFee
(String apiKey, si.mazi.rescu.ParamsDigest signature, si.mazi.rescu.SynchronizedValueFactory<Long> nonce, String apiPassphrase) Get basic fee rate of users.SymbolAPI.getCurrencies()
Get a list of available currencies for trading.SymbolAPI.getCurrencies
(String currency) Get currency detail.DepositAPI.getDepositAddress
(String apiKey, si.mazi.rescu.ParamsDigest signature, si.mazi.rescu.SynchronizedValueFactory<Long> nonce, String apiPassphrase, String currency, String chain) DepositAPI.getDepositAddresses
(String apiKey, si.mazi.rescu.ParamsDigest signature, si.mazi.rescu.SynchronizedValueFactory<Long> nonce, String apiPassphrase, String currency) DepositAPI.getDepositList
(String apiKey, si.mazi.rescu.ParamsDigest signature, si.mazi.rescu.SynchronizedValueFactory<Long> nonce, String apiPassphrase, String currency, String status, Long startAt, Long endAt, Integer currentPage, Integer pageSize) Get Deposit List.OrderBookAPI.getFullOrderBookAggregated
(String symbol, String apiKey, si.mazi.rescu.ParamsDigest signature, si.mazi.rescu.SynchronizedValueFactory<Long> nonce, String apiPassphrase) Get a list of open orders for a symbol.OrderBookAPI.getFullOrderBookAtomic
(String symbol) Get a list of open orders for a symbol.KucoinResponse<List<Object[]>>
Gets the kline of the specified symbol.SymbolAPI.getMarketStats
(String symbol) Get 24 hr stats for the symbol.OrderAPI.getOrder
(String apiKey, si.mazi.rescu.ParamsDigest signature, si.mazi.rescu.SynchronizedValueFactory<Long> nonce, String apiPassphrase, String orderId) Get a single order by order id.OrderBookAPI.getPartOrderBookAggregated
(String symbol) Get a list of open orders for a symbol.OrderBookAPI.getPartOrderBookShallowAggregated
(String symbol) Get a list of open orders for a symbol.SymbolAPI.getPrices()
Get the fiat price of the currencies for the available trading pairs.WebsocketAPI.getPrivateWebsocketDetails
(String apiKey, si.mazi.rescu.ParamsDigest signature, si.mazi.rescu.SynchronizedValueFactory<Long> nonce, String apiPassphrase) Get connection details (URL + token) for subscribing to private websocket feedsWebsocketAPI.getPublicWebsocketDetails()
Get connection details (URL + token) for subscribing to public websocket feedsLimitOrderAPI.getRecentOrders
(String apiKey, si.mazi.rescu.ParamsDigest signature, si.mazi.rescu.SynchronizedValueFactory<Long> nonce, String apiPassphrase) SymbolAPI.getSymbols()
Deprecated.SymbolAPI.getSymbolsV2()
Get a list of available currency pairs for trading.Ticker include only the inside (i.e.SymbolAPI.getTickers()
Request market tickers for all the trading pairs in the market (including 24h volume).TradingFeeAPI.getTradeFee
(String apiKey, si.mazi.rescu.ParamsDigest signature, si.mazi.rescu.SynchronizedValueFactory<Long> nonce, String apiPassphrase, String symbols) HistoryAPI.getTradeHistories
(String symbol) List the latest trades for a symbol.WithdrawalAPI.getWithdrawalsList
(String apiKey, si.mazi.rescu.ParamsDigest signature, si.mazi.rescu.SynchronizedValueFactory<Long> nonce, String apiPassphrase, String currency, String status, Long startAt, Long endAt, Integer pageSize, Integer currentPage) Get Withdrawals List.AccountAPI.innerTransfer
(String apiKey, si.mazi.rescu.ParamsDigest signature, si.mazi.rescu.SynchronizedValueFactory<Long> nonce, String apiPassphrase, InnerTransferRequest req) HistOrdersAPI.queryHistOrders
(String apiKey, si.mazi.rescu.ParamsDigest signature, si.mazi.rescu.SynchronizedValueFactory<Long> nonce, String apiPassphrase, String symbol, String side, Long startAt, Long endAt, Integer pageSize, Integer currentPage) Get a list of recent fills.OrderAPI.queryOrders
(String apiKey, si.mazi.rescu.ParamsDigest signature, si.mazi.rescu.SynchronizedValueFactory<Long> nonce, String apiPassphrase, String symbol, String side, String type, String status, Long startAt, Long endAt, Integer pageSize, Integer currentPage) List your current orders.FillAPI.queryTrades
(String apiKey, si.mazi.rescu.ParamsDigest signature, si.mazi.rescu.SynchronizedValueFactory<Long> nonce, String apiPassphrase, String symbol, String orderId, String side, String type, Long startAt, Long endAt, Integer pageSize, Integer currentPage) Get a list of recent fills.
SymbolAPI.getSymbolsV2()