Scraper for defi data
Scraper data from blockchains and other sources.
- defi-logs
scrapes blockchain data by parsing all logs
- defi-blocks
scrapes blocks to get their timestamp
- dexscreener
scrapes prices from dexscreener
Example
defi-logs --chain bsc --threads 10 --max_upd 10000 --block 10000
Links for defi-scraper