Fetch all tokens
Get all tokens present at least in one of our listed pairs with their ids (also their addresses), token names, decimals and symbols.
{
tokens {
id
name
symbol
decimals
}
}
{
data {
tokens: [
{
id: ID
name: string
symbol: string
decimals: Int
}
]
}
}
Last modified 10mo ago