Table of contents
Python scripts to scrape data from Debank.
The purpose of these scripts is to scrape data in order to find the strategies used by whales by looking at their belongings and transactions.
🤝 Feel free to contribute by fork, and making pull-request
Here below a description of python scripts details.
This python script searches among the top wallets listed in DeBank according to tokens held in a specific blockchain (e.g. ETH, CRO, BSC, etc...)
Configure Input Variables located on top of the script, and then run it
# Wallet counts is the maximum top wallet IDs to look into (e.g. 100)
walletsCount = 100
For possible chainId values, please refer to Debank OpenAPI website
# ChainId indicates which wallet id contains tokens from the specific chain
# For the chainId valid values please refer to 'https://openapi.debank.com/docs'
chainId = 'cro'
- Run Top 1000 Wallets with tokens from Ethereum blockchain
- Run Top 1000 Wallets with tokens from BSC blockchain
- Run Top 1000 Wallets with tokens from Cronos blockchain
Output example:
Begin retrieving 1000 top wallet ids...
[50/1000] ...
[100/1000] ...
....
[950/1000] ...
[1000/1000] ...
----
Begin retrieving which wallet contains tokens from chain cro...
[6/1000] Scanning...
[7/1000] Scanning...
[15/1000] Scanning...
...
[995/1000] Scanning...
[1000/1000] Scanning...
----
Scan completed! The following wallets contains tokens from cro blockchain
https://debank.com/profile/0x3ec6732676db7996c1b34e64b0503f941025cb63
https://debank.com/profile/0x108a8b7200d044bbbe95bef6f671baec5473e05f
....
https://debank.com/profile/0x438bbff80252c9c959797d0180a5c868e1a86c91
ETH / CRO / BSC Wallet Address:
👉 0x542AD209341d2944CDa9b9e1eB098E6A7Cb35366