Rate limits in websocket

All Other APIs

|Time duration|Request limit|
|Per second|25 requests|
|Per minute|250 requests|
|Per 30 minutes|1000 requests|

do this rate limits apply for websocket apis also?
if yes, then how can i use apis for continue connection without limits.
is there any other way like you used in your mobile app for showing stocks ltp without limits and continue connection.

Hi @Abhilash7
Websocket connection do not have rate limits

As WebSockets maintains a persistent connection, allowing continuous real-time data flow without the need to repeatedly open and close connections like HTTP requests.

Thank you.

yes i have tried to integrate your websocket in flutter but i didnt get any data in response and i wanted some help from your end for connecting websocket but i couldnt see any help/response from your end when i posted several error messages thrown when connecting.even i tried contacting flutter exprties but couldnt connect it.

i want someone to help me in connecting socket in flutter

just show me how to connect in postman or any other platform so i ll try in flutter.