-
My app needs to retrieve transfer history for an account on a private network within a period of time. Here mentioned a |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
It is only available on the EtherscanProvider. This is only available on the networks that Etherscan indexes. The needed information is generally not available on an Ethereum node. You will need to create indices for the needed data yourself to get the list of transactions for a given network. |
Beta Was this translation helpful? Give feedback.
It is only available on the EtherscanProvider.
This is only available on the networks that Etherscan indexes. The needed information is generally not available on an Ethereum node. You will need to create indices for the needed data yourself to get the list of transactions for a given network.