Uniswap / v3-subgraph

Subgraph for Uniswap V3
GNU General Public License v3.0
338 stars 464 forks source link

Token is null #196

Open nevstas opened 7 months ago

nevstas commented 7 months ago

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?