Skip to main content

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

cryptobalancefinder-0.1.0.tar.gz (9.0 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

cryptobalancefinder-0.1.0-py3-none-any.whl (10.1 kB view details)

Uploaded Python 3

File details

Details for the file cryptobalancefinder-0.1.0.tar.gz.

File metadata

  • Download URL: cryptobalancefinder-0.1.0.tar.gz
  • Upload date:
  • Size: 9.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.0.1 CPython/3.12.8

File hashes

Hashes for cryptobalancefinder-0.1.0.tar.gz
Algorithm Hash digest
SHA256 4ffd4e92e52dd70feb1c9f8fe26e59884f3e689b73f533a04020949048a054fa
MD5 9930809dcfdae58da2dacfb31fb0d386
BLAKE2b-256 dea535c6d4d66958f26ba38d5f3929d2a00b6eed745ff0a73d6a237611d789bd

See more details on using hashes here.

File details

Details for the file cryptobalancefinder-0.1.0-py3-none-any.whl.

File metadata

File hashes

Hashes for cryptobalancefinder-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 070344db6aa14627e492a18a650279a7063d194f2bc4b784c07db63fe704141e
MD5 c7359d2e02e620a7357fb0bcd3f4239f
BLAKE2b-256 14676420e472ebff518ea3107dd78c3b88c72da2acab1796ab050f344fde9b44

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page