...icense" error via Websocket API
Hi everyone,
I'm trying to get market data prices via WebSocket API. While i'm trying to reach to the datas i get "Cannot request snapshot batch or dynamic view due to unavailable SNAP_AND_DYNAMIC_VIEW license" error as i said above. Why am i getting this error? I'm using the 'View' feature of the API and I added "BID" and "ASK" values to the View which i need the market price of.
Here's my response:
[{"ID":1,"Type":"Status","Key":{"Service":"IDN_RDF","Name":"TRY="},"State":{"Stream":"Closed","Data":"Suspect","Code":"AlreadyOpen","Text":"Request Rejected: Cannot request snapshot batch or dynamic view due to unavailable SNAP_AND_DYNAMIC_VIEW license."}}]
Thanks.