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

org.knowm.xchange.examples.bitcoinaverage.BitcoinAverageMetaDataDemo Maven / Gradle / Ivy

package org.knowm.xchange.examples.bitcoinaverage;

import java.io.IOException;
import org.knowm.xchange.Exchange;
import org.knowm.xchange.ExchangeFactory;
import org.knowm.xchange.bitcoinaverage.BitcoinAverageExchange;

public class BitcoinAverageMetaDataDemo {

  public static void main(String[] args) throws IOException {

    Exchange exchange = ExchangeFactory.INSTANCE.createExchange(BitcoinAverageExchange.class);
    exchange.remoteInit();

    System.out.println(exchange.getExchangeMetaData().toString());
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy