Class BitfinexDepositWithdrawalHistoryRequest

java.lang.Object
org.knowm.xchange.bitfinex.v1.dto.account.BitfinexDepositWithdrawalHistoryRequest

public class BitfinexDepositWithdrawalHistoryRequest extends Object
http://docs.bitfinex.com/#deposit-withdrawal-history
  • Constructor Details

    • BitfinexDepositWithdrawalHistoryRequest

      public BitfinexDepositWithdrawalHistoryRequest(String nonce, String currency, String method, Date since, Date until, Integer limit)