Requests
About
Both public and private WebSocket API requests begin with a GET request that includes headers asking for an upgrade to the WebSocket protocol.
However, the private API WebSocket request also includes the standard private API headers.
The Sec-WebSocket-Key and Sec-WebSocket-Version headers shown in the examples will be added by your WebSocket client. See the WebSocket RFC for more detail.
Public API Request Headers
Code
Private Request Headers
Code
Last modified on