Show the price in USD on the BSC network

HI
I want to show the price in dollars

my query

query MyQuery {
  ethereum(network: bsc) {
    address(address: {is: $address}) {
      balances {
        value
        currency {
          address
          symbol
          tokenType
        }
		value
        value_usd: value(in: USD)
      }
    }
  }
}

and result

why value_usd is zero?

It would be helpful if you share the address as well, I can check if it’s a singular issue.

0x3f091ee78186b9f150257575bc117bfe80fc85c8

I went through the wallet in the explorer Address 0x3f091ee78186b9f150257575bc117bfe80fc85c8 | Binance Smart Chain Mainnet

Most of the tokens are NFTs, that’s why there is no proper USD conversion. Right now there is only partial support and NFT token data might not be there. We are working on supporting NFTS in the new database.

Check this query to get USD price of token