Coin details

Hello.
Could anyone please give a hint, how to double check a coin that is traded on binance? I can see only name / symbol in APIs, however there are many coins with same symbols or names in crypto world, that could be mistaken and deposits/witdhrawal might be lost.

  1. this endpoint has a few details of the coins that supported at Binance.
    https://binance-docs.github.io/apidocs/spot/en/#all-coins-39-information-user_data

  2. You can get deposit address of your own wallet by API.

  3. If you still have any doubt, please feel free to consult with customer support for more details.

  1. I gave it a try, the endpoint only contains name and symbol.
  2. Unfortunately, coin can’t be identified by deposit address, as the deposit addresses is common for all coins per chain

Let’s say I am going to deposit bolt tokens “https://etherscan.io/token/0xb26abb2928c22f3763620448fbad913648521866”. I checked the coin by your endpoint:
“coin”: “BOLT”,
“depositAllEnable”: true,
“withdrawAllEnable”: true,
“name”: “BOLT”,

“network”: “ETH”,
“coin”: “BOLT”,
“name”: “ERC20”,
“addressRegex”: “^(0x)[0-9A-Fa-f]{40}$”,

I successfully generated deposit address (same for all erc20 tokens).

How can I make sure that my token is not namesake and will not get lost in the deposit process?