
info.bitrich.xchangestream.okcoin.OkExFuturesStreamingExchange Maven / Gradle / Ivy
The newest version!
package info.bitrich.xchangestream.okcoin;
public class OkExFuturesStreamingExchange extends OkExStreamingExchange {
private static final String API_URI = "wss://real.okex.com:10440/websocket/okexapi?compress=true";
public OkExFuturesStreamingExchange() {
super(API_URI);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy