Decimals not returned as part of getTokenTransfers

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?

I don’t expect it to be added soon. I changed the category for this post to Suggestions and Improvements.