Get Data about Tokens
Blockchain tokens are part of an emerging technology that abstracts the concept of value to a higher level. This example shows how to use BlockchainTokenData to get the most active tokens from the Ethereum blockchain and create a WordCloud based on their activity.
Use BlockchainTokenData to extract the name and amount of transfers of all tokens in the Ethereum mainnet.
In[1]:=1

✖
Sort the results by their "TransfersCount" value and use WordCloud to generate a visual representation of the tokens' activity.
In[2]:=2

✖
Out[2]=2
