Deep-index metadata request issue

Hi all,

I’m looking for an explanation for this behaviour:
Looking up one of the zepe.io scam tokens on BSC : https://bscscan.com/token/0xb0557906c617f0048a700758606f64b33d0c41a6

The deep-index provides me basically nothing :smiley:
https://deep-index.moralis.io/api/v2/erc20/metadata?chain=bsc&addresses=0xb0557906c617f0048a700758606f64b33d0c41a6

[
  {
    "address": "0xb0557906c617f0048a700758606f64b33d0c41a6",
    "name": null,
    "symbol": null,
    "logo": null,
    "logo_hash": null,
    "thumbnail": null,
    "decimals": null,
    "block_number": "10730599",
    "validated": 0
  }
]

On bscscan it says that it is a Binance Cross-Chain Token Type and it doesn’t show a transaction from when it was created
But when querying Binance node for that smart contract name it returns the right name.

1 Like

I’m sorry I lack knowledge about all different chain types. As you just mentioned I now see it straight away… :man_facepalming:
querying binance node using web3js you mean?

I queried https://bsc-dataseed.binance.org/ using web3 from Python, it should be same thing from web3js.

1 Like

yeah thats all just the same i guess.
But can’t do this using moralis deep-index ?
I tries bsc and 0x38
Or detect the chaintype before querying
Guess I’ll just move most of the stuff I’m doing to a little node project :slight_smile: