-
Notifications
You must be signed in to change notification settings - Fork 440
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
How to get my wallet's transaction history list, gas price and token 's detail? #377
Comments
I 've read all functions in Web3+Eth.swift, looks like there 's no function that satisfied my needs. And I also confused with : |
@skywinder Pls help me boss~! |
You have to cycle through all transactions.
|
Gas price is web3.eth.gasPrice I believe. |
@dangell7 |
@dangell7 |
I do the transaction sync on the server. I use filters and cycle through the blocks. I think there is even a GitHub repo if you search. I went the long way though. Here is the docs for web3 python Learn More. Gas Price is just an estimate. Its an arbitrary number. In the beginning there was no high or slow. It was one number and we started just "estimating". There are some calculators out there. You could use python web3 I know they return the prices. Or there's likely another api. And I use the kucoin api for prices. Learn More |
Hi @dangell7 , |
hi please show some example for calculate slow medium and fast gas fees estimation any one help about this topic ? |
Oops, I also meet the same issue, have any progress? |
I have the same issue |
Please see #576 issue. |
Hi all, I m working on a wallet project, and found some problem that I can't handle with web3swift doc. I can get transID after each transaction, but how to get my wallet's transaction history list? Almost every dapp will show gasprice with high, average and slow speed when prepare to send a transaction. Where can I get the gas price? How to get unit price, symbol name and icon for a token? Btw, where do you guys get monetary exchange rate?
The text was updated successfully, but these errors were encountered: