public class PeatioAccountService extends PeatioAccountServiceRaw implements com.xeiam.xchange.service.polling.account.PollingAccountService
accessKey, signature, tonce
peatio
Constructor and Description |
---|
PeatioAccountService(com.xeiam.xchange.Exchange exchange) |
Modifier and Type | Method and Description |
---|---|
com.xeiam.xchange.dto.account.AccountInfo |
getAccountInfo() |
String |
requestDepositAddress(String currency,
String... args) |
String |
withdrawFunds(String currency,
BigDecimal amount,
String address) |
getDeposit, getDeposits, getMe
getExchangeSymbols, getMarkets
public PeatioAccountService(com.xeiam.xchange.Exchange exchange)
public com.xeiam.xchange.dto.account.AccountInfo getAccountInfo() throws PeatioException, IOException
getAccountInfo
in interface com.xeiam.xchange.service.polling.account.PollingAccountService
PeatioException
IOException
public String withdrawFunds(String currency, BigDecimal amount, String address) throws com.xeiam.xchange.exceptions.ExchangeException, com.xeiam.xchange.exceptions.NotAvailableFromExchangeException, com.xeiam.xchange.exceptions.NotYetImplementedForExchangeException, IOException
withdrawFunds
in interface com.xeiam.xchange.service.polling.account.PollingAccountService
com.xeiam.xchange.exceptions.ExchangeException
com.xeiam.xchange.exceptions.NotAvailableFromExchangeException
com.xeiam.xchange.exceptions.NotYetImplementedForExchangeException
IOException
public String requestDepositAddress(String currency, String... args) throws com.xeiam.xchange.exceptions.ExchangeException, com.xeiam.xchange.exceptions.NotAvailableFromExchangeException, com.xeiam.xchange.exceptions.NotYetImplementedForExchangeException, IOException
requestDepositAddress
in interface com.xeiam.xchange.service.polling.account.PollingAccountService
com.xeiam.xchange.exceptions.ExchangeException
com.xeiam.xchange.exceptions.NotAvailableFromExchangeException
com.xeiam.xchange.exceptions.NotYetImplementedForExchangeException
IOException
Copyright © 2015. All rights reserved.