0

I am exploring etherscan api. I would like a list of all transactions by block or date. But the api almost always requires address or topic to fetch the transaction. Is there a way to get all txs or all txs by block ?

1 Answers1

0

You do not EtherScan for this, you can get this

EtherScan is a commercial, private, data provider. This blockchain data is public and available on any node. Using a private service provider for such basic query is counterproductive.

Mikko Ohtamaa
  • 82,057
  • 50
  • 264
  • 435