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.94k stars 841 forks source link

requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: https://mainnet.infura.io/ #387

Open cryptodogofmax opened 2 years ago

cryptodogofmax commented 2 years ago

When I ran this command docker run -v $HOME/output:/ethereum-etl/output ethereum-etl:latest export_all -s 0 -e 5499999 -b 100000 -p https://mainnet.infura.io I am getting 403 error

egalano commented 2 years ago

You need to register for an Infura account first and use your API credential/ProjectID https://mainnet.infura.io/v3/{project-id}