Question about IOTA and MIOTA

Hello,

When I get my balance with ‘/api/v3/account’ , for IOTA I get
{
“asset”: “IOTA”,
“free”: “1000.00000000”,
“locked”: “0.00000000”
},

IOTA is the name of the project and MIOTA the name of the currency. Should it be “MIOTA” instead in “asset” ?

I’m working with other APIs, and it does not match with them (for exemple CoinGecko or CMC) as they work with “MIOTA” as currency

Thanks

thanks for the feedback, IOTA seems a much well known name than MIOTA,

Hello,

Same problem for me and for all users.

image

It’s the opposit.
IOTA => Name
MIOTA => Symbol

I admit, it’s confusing to have a symbol bigger than a name.

You’ll probably encounter difficulty to change this ? What’s the technical problem ?

I’ve a line who add a “M” in my program uhuh x)

It seems like it’s a “special” case and the only one.
So I did the same and put a “M” in my code haha