hitbtc-com / hitbtc-api

HitBTC API
GNU Lesser General Public License v3.0
324 stars 153 forks source link

ETH contract address info #250

Open krychla1 opened 3 years ago

krychla1 commented 3 years ago

For sure you know, that eth contract name is insufficient to identify the correct eth contract, before depositing its token to your exchange (similar token names, new and old contracts for the same token, etc.). There is no API possibility to check contract address of tokens listed in your exchange, leaving api users at risk of loosing deposited tokens.

Could you possibly enhance one of your API endpoints with contract addresses? Like kucoin did recently: { "currency": "FOTA", "name": "FOTA", "fullName": "Fortuna", "precision": 8, "confirms": 12, "contractAddress": "0x4270bb238f6dd8b1c3ca01f96ca65b2647c06d3c", ... }

Thank you!