Last active
November 14, 2024 12:23
-
-
Save oliver-zehentleitner/57e1a32959b2019c62e0254f2ad19726 to your computer and use it in GitHub Desktop.
Test connectivity with the Binance WebSocket API and take the response into a variable.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ping = ubwa.api.spot.ping(return_response=True) | |
| print(f"Awaited ping response:\r\n{ping}") |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment