Does a websocket connection count as 1 request?
I know the request limit is 1200 requests/minute. I am wondering if a websocket connection is considered as 1 request. Thanks..
I know the request limit is 1200 requests/minute. I am wondering if a websocket connection is considered as 1 request. Thanks..
The request limit you’re referring to is for the REST API. Websockets are separate. Also, it is 1200 request weight per minute, not 1200 requests.
As you will see on the REST API documentation, each endpoint has a weight associated.