A tool for finding and checking cryptocurrency wallet balances from seed phrases
Project description
CryptoBalanceFinder
A Python package for finding cryptocurrency wallet balances across multiple blockchain networks.
Features
- Check wallet balances across multiple blockchain networks
- Asynchronous balance checking for improved performance
- Support for wallet generation from seed phrases
- Configurable batch processing
- Detailed logging and error handling
Installation
pip install cryptobalancefinder
Quick Start
import asyncio
from cryptobalancefinder import WalletManager
# Initialize the wallet manager
wallet_manager = WalletManager(config_path="config.yml", batch_size=25)
# Generate wallet from seed phrase
seed_phrase = "your twelve word seed phrase here"
wallet = wallet_manager.get_wallet(seed_phrase)
# Check balances
async def main():
await wallet_manager.check_balance([wallet])
asyncio.run(main())
Configuration
Create a config.yml file with your API keys:
api_keys:
tron_grid:
- 'your-tron-grid-api-key'
License
This project is licensed under the MIT License - see the LICENSE file for details.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file cryptobalancefinder-1.0.2.tar.gz.
File metadata
- Download URL: cryptobalancefinder-1.0.2.tar.gz
- Upload date:
- Size: 9.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.12.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5beca7d696fe2754bdd6c43708ddde8199f84f33b261e96090e4fdff199aa8e0
|
|
| MD5 |
165ce894b755440cdc2e496bdc4dfd5d
|
|
| BLAKE2b-256 |
05c38d42d59dadde93d70ff8adc2c9f4c934841daba84c2b0670f106595ca151
|
File details
Details for the file cryptobalancefinder-1.0.2-py3-none-any.whl.
File metadata
- Download URL: cryptobalancefinder-1.0.2-py3-none-any.whl
- Upload date:
- Size: 10.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.12.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
08121f7983406d74b6e8ca17e68fbeba341640469cd3b93049b42da9c492f44b
|
|
| MD5 |
218084ec33bc73ae3276101e13e65e95
|
|
| BLAKE2b-256 |
923828f894e15795011a1f99d6795a14127683138ad4e9f29416765230744340
|