-
-
Notifications
You must be signed in to change notification settings - Fork 7.9k
XRB should be rewritten to NANO #2561
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Wherever the Hope this answers your post ) |
UPD. Added a few more clarifications to this. |
One of the reasons for not using the NANO code is that CoinMarketCap uses XRB, and NANO designates a different token there. |
@kroitor |
@arielorvits yep, thank you! Looks like CMC actually uses NANO now, and we will probably use NANO as well starting from 1.13. Will fix it soon and will let you know. |
The manual explains that some symbols get rewritten automatically (e.g. XBT, DSH). I think this should be the case for XRB as wel. RaiBlocks went through a rebranding and are now called NANO. Confusingly enough
binance.fetchBalance()['info']
returns NANO results whereasbinance.fetchBalance()['total']
returns XRB.Digging through the code I think this pair is actually just defined the wrong way around:
ccxt/python/ccxt/binance.py
Line 264 in 4c5df8e
binance
fetchBalance()
The text was updated successfully, but these errors were encountered: