You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Help solve the problem. I need to access the binance websocket data, but I don't see a method to do this.
Am I bad at searching?
Or should I implement this method myself by modifying Mr. zhouaini's source code?
something like this:
Help solve the problem. I need to access the binance websocket data, but I don't see a method to do this. Am I bad at searching? Or should I implement this method myself by modifying Mr. zhouaini's source code? something like this:
You can modify the source code to see if it is the result you need.
functiononMessage($global){
returnfunction($con,$data) use($global){
//Here are all the data returned by the exchange$data=json_decode($data,true);
print_r($data);
};
}
Help solve the problem. I need to access the binance websocket data, but I don't see a method to do this.
Am I bad at searching?
Or should I implement this method myself by modifying Mr. zhouaini's source code?
something like this:
The text was updated successfully, but these errors were encountered: