Package org.knowm.xchange.bitfinex.v1
Class BitfinexUtils
- java.lang.Object
-
- org.knowm.xchange.bitfinex.v1.BitfinexUtils
-
public final class BitfinexUtils extends Object
A central place for shared Bitfinex properties
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static StringadaptXchangeCurrency(Currency xchangeSymbol)static StringconvertToBitfinexWithdrawalType(String currency)From the reference documentation for field withdraw_type (2018-02-14); can be one of the following ['bitcoin', 'litecoin', 'ethereum', 'ethereumc', 'mastercoin', 'zcash', 'monero', 'wire', 'dash', 'ripple', 'eos', 'neo', 'aventus', 'qtum', 'eidoo'] From customer support via email on 2018-02-27; "...static StringtoPairString(CurrencyPair currencyPair)static StringtoPairStringV1(CurrencyPair currencyPair)
-
-
-
Method Detail
-
toPairString
public static String toPairString(CurrencyPair currencyPair)
-
toPairStringV1
public static String toPairStringV1(CurrencyPair currencyPair)
-
convertToBitfinexWithdrawalType
public static String convertToBitfinexWithdrawalType(String currency)
From the reference documentation for field withdraw_type (2018-02-14); can be one of the following ['bitcoin', 'litecoin', 'ethereum', 'ethereumc', 'mastercoin', 'zcash', 'monero', 'wire', 'dash', 'ripple', 'eos', 'neo', 'aventus', 'qtum', 'eidoo'] From customer support via email on 2018-02-27; "... After discussing with our developers, you can use API to withdraw BCH and withdraw_type is bcash. ..."- Parameters:
currency-- Returns:
-
-