Using the code straight from the “how to get marketcap post” I am able to successfully retrieve attributes for BNB, but for another token “FOMO - ForeverFOMO” some data is returned (balance, symbol, name etc…) but ‘smartContract → attributes’ returns nothing. It’s a new token (a few days), and totalSupply appears correctly on bscscan.
Is there a reason why bitquery won’t return attributes for specific tokens?
{
ethereum(network: bsc) {
address(address: {is: "0x95637d4fbe7153dcc3e26e71bde7a2d82621f083"}) {
annotation
address
smartContract {
contractType
attributes {
name
value
}
currency {
symbol
name
decimals
tokenType
}
}
balance
}
}
}