kylemcdonald / ethereum-nft-activity

Estimate the total emissions for popular CryptoArt platforms.
MIT License
186 stars 12 forks source link

build in 5 call/s rate limit #15

Closed kylemcdonald closed 2 years ago

kylemcdonald commented 2 years ago

Etherscan has a 5 calls per second rate limit for the free tier. Instead of pausing every time we hit a rate limit, we could rate limit the fetch_transactions_in_range function itself.