lib 1400587 // BitGet Java SDK import com.bitget.openapi.ws.*; import com.alibaba.fastjson.JSONObject; static BitgetWsHandle.BitgetClientBuilder bitGetWSClientBuilder(BitGetCredentials cred) { S PUSH_URL = "wss://ws.bitget.com/mix/v1/stream"; ret BitgetWsHandle.builder() .pushUrl(PUSH_URL) .apiKey(cred.apiKey()) .secretKey(cred.secretKey()) .passPhrase(cred.passphrase()) .isLogin(true); }