altangent / ccxws

WebSocket client for 38 cryptocurrency exchanges
MIT License
617 stars 186 forks source link

Documentation table inaccuracy regarding Bitstamp level3Updates subscription. #174

Closed greenman734 closed 4 years ago

greenman734 commented 4 years ago

Exchange Bitstamp Subscription type level3Updates Describe the bug The table in the documentation that lists all the exchanges with their subscription capabilities is inaccurate with regard to Bitstamp's level3Updates capability: Their should not be a check-mark in the level3Updates column for Bitstamp as Bitstamp is not capable of subscribing to level3Updates.

To confirm that this error exists, look at the bitstamp-client.js class (or its test class bitstamp-client.spec.js) to see that the hasLevel3Updates variable is not set to True.

bmancini55 commented 4 years ago

Cool thanks! This is probably left over from the v1 feed.

It does look like they offer L3 data, but only as periodic snapshots not update streams, so either way the README needs to be updated. I will create a separate issue for adding L3 snapshot support.