The getTokenBalances API today returns the decimals
value for that token’s smart contract along with each balance, making it easy to manipulate and render these values.
Today getTokenTransfers is missing this data, requiring us to cache and fetch this information from our own storage, or via additional calls to getTokenMetadata.
What are the chances that the moralis team could add this additional information?