How to resbscribe to new tokens
-
I have started the websocket for 2 tokens(lets say x & y) and I have started receiving feeds from the websocket. Now I want to add one more token to the list to start getting feeds for new token as well.
I tried ss.resubscribe method but nothing changes, I keep getting feeds for 2 tokens I initially provided.
@admin - can you help with above.
-
@Sukhwant280 @admin
Even I am looking for the same solution