Access Subgraph
{
erc20Contracts {
name
symbol
totalSupply {
value
}
balances(
orderBy: valueExact
orderDirection: desc
where: {account_not: null}
first: 1
) {
account {
id
}
value
}
}
}Last updated
Was this helpful?