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
-
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 -
Method Summary
Modifier and TypeMethodDescriptiongetTradingCommission
(String productCode) 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
-