Class BitflyerAccountServiceRaw
java.lang.Object
org.knowm.xchange.service.BaseExchangeService
org.knowm.xchange.bitflyer.service.BitflyerBaseService
org.knowm.xchange.bitflyer.service.BitflyerAccountServiceRaw
- All Implemented Interfaces:
BaseService
- Direct Known Subclasses:
BitflyerAccountService
public class BitflyerAccountServiceRaw extends BitflyerBaseService
-
Field Summary
Fields inherited from class org.knowm.xchange.bitflyer.service.BitflyerBaseService
apiKey, bitflyer, signatureCreator
Fields inherited from class org.knowm.xchange.service.BaseExchangeService
exchange
-
Constructor Summary
Constructors Constructor Description BitflyerAccountServiceRaw(Exchange exchange)
Constructor -
Method Summary
Modifier and Type Method Description List<BitflyerAddress>
getAddresses()
List<BitflyerBankAccount>
getBankAccounts()
List<BitflyerBalance>
getBitflyerBalances()
List<BitflyerMarginAccount>
getBitflyerMarginAccounts()
List<BitflyerMarginTransaction>
getBitflyerMarginHistory()
BitflyerMarginStatus
getBitflyerMarginStatus()
List<BitflyerDepositOrWithdrawal>
getCashDeposits()
List<BitflyerCoinHistory>
getCoinIns()
List<BitflyerCoinHistory>
getCoinOuts()
List<String>
getPermissions()
BitflyerTradingCommission
getTradingCommission(String productCode)
List<BitflyerDepositOrWithdrawal>
getWithdrawals()
BitflyerWithdrawResponse
withdrawFunds(String currencyCode, String bankAccountID, BigDecimal amount)
Methods inherited from class org.knowm.xchange.bitflyer.service.BitflyerBaseService
handleError
Methods inherited from class org.knowm.xchange.service.BaseExchangeService
verifyOrder, verifyOrder, verifyOrder
-
Constructor Details
-
BitflyerAccountServiceRaw
Constructor- Parameters:
exchange
-
-
-
Method Details
-
getPermissions
- Throws:
IOException
-
getAddresses
- Throws:
IOException
-
getCoinIns
- Throws:
IOException
-
getCoinOuts
- Throws:
IOException
-
getBankAccounts
- Throws:
IOException
-
getCashDeposits
- Throws:
IOException
-
withdrawFunds
public BitflyerWithdrawResponse withdrawFunds(String currencyCode, String bankAccountID, BigDecimal amount) throws IOException- Throws:
IOException
-
getWithdrawals
- Throws:
IOException
-
getBitflyerMarginStatus
- Throws:
IOException
-
getBitflyerMarginAccounts
- Throws:
IOException
-
getBitflyerBalances
- Throws:
IOException
-
getBitflyerMarginHistory
- Throws:
IOException
-
getTradingCommission
- Throws:
IOException
-