possible Binance coin mapping issue (IOTA -> MIOTA)
See original GitHub issueThe info in the balance response looks like this:
{ makerCommission: 10,
takerCommission: 10,
buyerCommission: 0,
sellerCommission: 0,
canTrade: true,
canWithdraw: true,
canDeposit: true,
updateTime: 1536193392194,
accountType: 'MARGIN',
balances:
[ { asset: 'BTC', free: '0.00023580', locked: '0.00000000' },
...
{ asset: 'IOTA', free: '7794.19900000', locked: '0.00000000' },
CMC uses MIOT (which I guess is milli ITOA?).
{
id: 1720,
name: "IOTA",
symbol: "MIOTA",
slug: "iota",
is_active: 1,
first_historical_data: "2017-06-13T14:30:09.000Z",
last_historical_data: "2019-05-30T14:34:01.000Z",
platform: null,
}
https://info.binance.com/en/currencies/miota https://coinmarketcap.com/currencies/iota/
Issue Analytics
- State:
- Created 4 years ago
- Comments:7 (7 by maintainers)
Top Results From Across the Web
IOTA Price Prediction 2022-2027: Is IOTA a Good Investment?
Is IOTA a Good Investment? Check out IOTA price prediction from 2022 to 2027 based on analysis from the Cryptopolitan team.
Read more >Binance Has Completed the IOTA (IOTA) Token Migration to ...
Binance has completed the IOTA (IOTA) token migration to the Chrysalis Network, and has also opened deposits and withdrawals for IOTA.
Read more >IOTA (MIOTA): Strengths, Weaknesses, Risks - CryptoEQ
IOTA is listed on over 20 exchanges which makes it a bit tougher to acquire/trade compared to major crypto-assets like bitcoin, Ethereum, and...
Read more >IOTA Price Prediction 2022 - 2025 - Business 2 Community
Our guide features an IOTA price prediction for 2022 to 2025, as well as the IOTA token's use cases, benefits and project history....
Read more >Investing in IOTA (MIOTA) - Everything You Need to Know
IOTA (MIOTA) attempts to rectify some glaring issues facing the IoT and blockchain sectors. For one, it provides developers an alternative to ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@npomfret you’re looking at the raw CMC response, which is not a unified CCXT response, and if you check for the markets on CMC, it should show id = iota, symbol = IOTA:
That happens due to the substitution in CMC https://github.com/ccxt/ccxt/blob/master/js/coinmarketcap.js#L127
So, there may be exceptions for historical reasons, if practically all other exchanges use IOTA to designate it, then changing it everywhere to MIOTA just to keep it in line with CMC makes less sense than just altering the CMC code to match the rest of the world. We could switch back to MIOTA, if we find more than one exchange that trades whole IOTAs instead of milliIOTAs.
Let us know if that doesn’t answer the question.
CMC doesn’t use the symbol IOTA, it uses MIOTA. I checked the top 5000 symbols in CMC to see if IOTA was used but it isn’t. The name is IOTA, but the symbol isn’t:
I was under the impression that we used the CMC symbols (where there wasn’t a conflict).