bmoscon / cryptofeed

Cryptocurrency Exchange Websocket Data Feed Handler
Other
2.14k stars 668 forks source link

wrong value for ticker channel in crypto.com #955

Closed KamranBiglari closed 1 year ago

KamranBiglari commented 1 year ago

The ask key is not "a" and it's "k" https://exchange-docs.crypto.com/spot/index.html#public-get-ticker

a: The price of the latest trade, null if there weren't any trades k: The current best ask price, null if there aren't any asks

Description of code - what bug does this fix / what feature does this add?