delta-exchange / python-rest-client

https://pypi.org/project/delta-rest-client/
13 stars 19 forks source link

websocket l2_orderbook error #38

Open Rahul-singh98 opened 2 years ago

Rahul-singh98 commented 2 years ago

I'm trying to get l2_orderbook of all listed channels but when i'm trying to fetch any more than 4 symbols i'm getting this same issue again and again. {'channels': [{'error': 'subscription forbidden on this channel with more than 4 symbols', 'name': 'l2_orderbook'}], 'type': 'subscriptions'}

bibinvargheset commented 2 years ago

Do you have working websocket code for delta exchange? can you share?