See the WebSocket API reference for more details.
➊ Install WebSocket Client
The quickest way to open a connection is by using wscat, which runs in the terminal. Using the Python websocket-client package requires a bit of code and the Python shell.➋ Connect to Sandbox Feed
Open a long-lived connection to the Sandbox BTC Market Data Feed.➌ Review Sandbox Feed
If everything worked, you see the initialSNAPSHOT
and then an UPDATE
stream in the terminal.
Sandbox BTC Market Data Feed (wscat)