DeltaBalances / DeltaBalances.github.io

The Ethereum decentralized exchange assistant. Check token balances, transaction details & trade history.
https://deltabalances.github.io/
GNU General Public License v3.0
169 stars 67 forks source link

Unknown tokens #6

Closed DeltaBalances closed 6 years ago

DeltaBalances commented 6 years ago

Tokens not listed on etherdelta and not in the custom tokens list will either not show up at all or show incorrect prices/amounts

TODO: lookup their symbol & decimals from their contract

StevenBerryman commented 6 years ago

Couldn't find an appropriate place to leave a comment but thanks for putting together a great site. I had been trying to pull out my trades from EtherDelta than discovered your site. Saved me a lot of time and sent you 0.5 ethers for that beer. Would be nice to see an API but the downloads worked a treat. Thanks again and if you are in the UK I buy you that beer in person.

0x364fcdC8081107B94993aACa3cFE3c8D0c3fE699

DeltaBalances commented 6 years ago

Thank you very much. There is no API as it all runs client side, you can download the site and just run it locally. It is basicallly an intermediate that translates various ethereum related APIs into something readable.

Making it more efficient with my own server is definitely a possibility, but thats quite a big step up.