Setting a Websocket
Using our price data websockets is very straightforward. You need to follow the same authentication process as you would for any other endpoint, as described in the API Documentation.
Afterwards, you can set up a websocket by sending a request to the following endpoint:
wss://test.whitelabel.bitpanda.com/v1/ws
Authorization
header. After this, you will have an open connection to our server.Subscribing to a topic will be explained in the next sections.