Uniswap v3 most traded tokens
Code :
{
tokens(first:20, orderBy:totalValueLockedUSD, orderDirection:desc)
{
# token address
id
# token symbol
symbol
# token name
name
# token decimals
# token decimals
decimals
# token total supply
totalSupply
# volume in token units
volume
# volume in derived USD
volumeUSD
# volume in USD even on pools with less reliable USD values
untrackedVolumeUSD
# fees in USD
feesUSD
# transactions across all pools that include this token
txCount
# number of pools containing this token
poolCount
# liquidity across all pools in token units
totalValueLocked
# liquidity across all pools in derived USD
totalValueLockedUSD
}
}
Our results
Now to see the 20 token’s amounts in the uniswap v3!
There are 50 tokens in uniswap v3 ! I understand that 5 tokens are main tokens in the uniswap v3.
Now to see the 20 token’s distribution!
This is distribution.
5 tokens’ totalvaluelockedUSD is equal to the %80 of the all totalvaluelockedUSD.
Dr. Engin YILMAZ
Ankara
Note: Special thanks to Selçuk