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:

Copy
Copied
wss://test.whitelabel.bitpanda.com/v1/ws
The request needs to include your authentication token in the Authorization header. After this, you will have an open connection to our server.

Subscribing to a topic will be explained in the next sections.