Uses of Class
org.knowm.xchange.blockchain.dto.BlockchainException
Packages that use BlockchainException
-
Uses of BlockchainException in org.knowm.xchange.blockchain
Methods in org.knowm.xchange.blockchain with parameters of type BlockchainExceptionModifier and TypeMethodDescriptionstatic ExchangeExceptionBlockchainErrorAdapter.adapt(BlockchainException e) Methods in org.knowm.xchange.blockchain that throw BlockchainExceptionModifier and TypeMethodDescriptionBlockchainAuthenticated.cancelAllOrders(String symbol) Delete all open orders (of a symbol, if specified)BlockchainAuthenticated.cancelOrder(String orderId) Delete a specific orderBlockchainAuthenticated.getDepositAddress(String symbol) Get a deposit address.Get a specific orderBlockchain.getOrderBookL3(String symbol) Level 3 Order Book data is available through the l3 channel.BlockchainAuthenticated.getOrdersBySymbol(String symbol) Get a list orders by symbolGet a list of filled ordersBlockchainAuthenticated.postWithdrawFunds(BlockchainWithdrawalParams blockchainWithdrawalRequest) Request a withdrawal Call GET /whitelist first to retrieve the ID of the beneficiary. -
Uses of BlockchainException in org.knowm.xchange.blockchain.service
Methods in org.knowm.xchange.blockchain.service that throw BlockchainExceptionModifier and TypeMethodDescriptionprotected BooleanBlockchainTradeServiceRaw.cancelAllOrdersBySymbol(String symbol) protected BooleanBlockchainTradeServiceRaw.cancelOrderById(String orderId) protected Map<String,List<BlockchainAccountInformation>> BlockchainAccountServiceRaw.getAccountInformation()protected BlockchainDepositBlockchainAccountServiceRaw.getDepositAddress(Currency currency) protected BlockchainOrderBookBlockchainMarketDataServiceRaw.getOrderBookL3(CurrencyPair currencyPair) protected List<BlockchainOrder>BlockchainTradeServiceRaw.getOrders()protected List<BlockchainOrder>BlockchainTradeServiceRaw.getOrdersBySymbol(String symbol) protected BlockchainWithdrawalBlockchainAccountServiceRaw.postWithdrawFunds(BlockchainWithdrawalParams blockchainWithdrawalRequest)