-
Notifications
You must be signed in to change notification settings - Fork 358
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
BUG: Ethplorer API reports incorrect eth balance #209
Comments
Can confirm this is still an issue. Ethplorer eventually updates but for a long time (hours/days) it is incorrect https://etherscan.io/address/0x58f3bf91d9cd535c20590bd034196767791e36ec |
I have this issue currently. Ethplorer is not showing the balance of ETH after a BTC->ETH swap on AsgarDEX desktop 0.2.0 installed yesterday for the first time. Seed restore workaround in another wallet is not a solution thus far in any of the Native RUNE supporting wallets. |
The issue was immediately fixed in 2021. We apologize, missed the update here. |
Ethplorer API tracks balances incorrectly due to missing any eth transferred via internal transactions. This is a significant issue. See below:
https://api.ethplorer.io/getAddressInfo/0xc525daac6d307d219bd854bf50ff97016fa3c9a7?apiKey=yourapikey
{"address":"0xc525daac6d307d219bd854bf50ff97016fa3c9a7","ETH":{"balance":0.001292595278115721,"price":{"rate":2374.7802085206013,"diff":-2.8,"diff7d":11.82,"ts":1618702382,"marketCapUsd":274313551174.00226,"availableSupply":115511132.4365,"volume24h":32150867531.48246,"diff30d":31.712218732515794,"volDiff1":-10.729856377487025,"volDiff7":9.296480171172178,"volDiff30":-0.174111066019762}},"countTxs":28}
https://api.etherscan.io/api?module=account&action=balance&address=0xc525daac6d307d219bd854bf50ff97016fa3c9a7&tag=latest&apikey=YourApiKeyToken
{"status":"1","message":"OK-Missing/Invalid API Key, rate limit of 1/5sec applied","result":"1292595278115721"}
The text was updated successfully, but these errors were encountered: