Using the v3 Dataset
Overview
GraphQL Queries
Get Token Information by Symbol
{
tokens(where: { symbol: "WETH" }) {
id
name
description
symbol
avatar
dweb
discord
decimals
addresses {
tokenAddress
chainID {
id
}
}
}
}Get Token Information by Contract Address
Contract Queries
Additional Resources
Last updated
Was this helpful?