We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Thanks for building this API. I've used the API to retrieve my balance which has returned the incorrect value.
Array ( [status] => 1 [message] => OK [result] => 396448160000000000 )
Any help would be appreciated.
changing the function to transactionlist seems to work correctly.
PS: i wish that was my ETH balance.
The text was updated successfully, but these errors were encountered:
It's probably your account balance in wei, so it's like 0.396... ether
Sorry, something went wrong.
@guyfi @olgierds Yes, this is balance in wei (1 eth = 10^18 wei)
No branches or pull requests
Thanks for building this API. I've used the API to retrieve my balance which has returned the incorrect value.
Array ( [status] => 1 [message] => OK [result] => 396448160000000000 )
Any help would be appreciated.
changing the function to transactionlist seems to work correctly.
PS: i wish that was my ETH balance.
The text was updated successfully, but these errors were encountered: