blockchain-etl / ethereum-etl

Python scripts for ETL (extract, transform and load) jobs for Ethereum blocks, transactions, ERC20 / ERC721 tokens, transfers, receipts, logs, contracts, internal transactions. Data is available in Google BigQuery https://goo.gl/oY5BCQ
https://t.me/BlockchainETL
MIT License
2.87k stars 812 forks source link

Unable to use comand to get transactions data #411

Open NEW4skyWalker opened 1 year ago

NEW4skyWalker commented 1 year ago

I used comand like: ethereumetl export_blocks_and_transactions --start-block 0 --end-block 50 --transactions-output transactions.csv --provider-uri https://mainnet.infura.io/v3/7aef3f0cd1f64408b163814b22cc643c to get the transactions data. However, there is an error said: requests.exceptions.HTTPError: 429 Client Error: Too Many Requests for url: https://mainnet.infura.io/v3/7aef3f0cd1f64408b163814b22cc643c. How can i handle the problem? or should i change the url to another one? Thanks for your help.

cisan86 commented 1 year ago

you should run a ethereum fullnode locally