v3-subgraph
v3-subgraph copied to clipboard
Token is null
I want to get info about token:
{
token(id:"0xfef2bf3f07a78a21f1d10ac0c39f286490092508") {
totalValueLockedUSD
symbol
}
}
But response is null:
{
"data": {
"token": null
}
}
How can I get info about the token?