You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The only way to do this is to inspect the entire chain itself. You literally need to brute force the approach by looking at every transaction on the chain to see if your address of interest is involved.
You can use a 3rd party service like Etherscan to make this process easier, as they have already indexed the entire chain. Etherescan does have several API calls that you can use to accomplish exactly what you are asking. Web3Swift does not support Etherscan directly, so you will need to write your own implementation of their custom API, or use another library.
yaroslavyaroslav
added
FAQ
common questions tend to recur about web3 infra
question
Further information is requested
and removed
FAQ
common questions tend to recur about web3 infra
labels
May 31, 2022
Hi there,
I'm developing a wallet based on this SDK, and I'm wondering how to get all transactions made on a specific wallet?
I'm searching but still cannot find how it's done on this SDK. I would appreciate any example.
The text was updated successfully, but these errors were encountered: