DeviaVir / zenbot

Zenbot is a command-line cryptocurrency trading bot using Node.js and MongoDB.
MIT License
8.21k stars 2.04k forks source link

fix: broken kraken products #2641

Closed zaventh closed 3 years ago

zaventh commented 3 years ago

Removes the need for manual mapping due to Kraken's inconsistent naming conventions for asset pairs.

Tested with most asset pairs including XXBT/ZUSD, XDG/USD, ATOM/ETH and DOT/ETH.

Resolves #2632