All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.knowm.xchange.bitfinex.v1.dto.account.BitfinexBalancesRequest Maven / Gradle / Ivy

There is a newer version: 4.3.19.2
Show newest version
package org.knowm.xchange.bitfinex.v1.dto.account;

public class BitfinexBalancesRequest extends BitfinexEmptyRequest {

  /**
   * Constructor
   *
   * @param nonce
   */
  public BitfinexBalancesRequest(String nonce) {
    super(nonce, "/v1/balances");
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy