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-1.0.0.tar.gz (9.1 kB view details)

Uploaded Source

Built Distribution

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

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

Uploaded Python 3

File details

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

File metadata

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

File hashes

Hashes for cryptobalancefinder-1.0.0.tar.gz
Algorithm Hash digest
SHA256 e8142e5648001a718d3e80d8307f6f7d31e72470049fb4af48d794f9dfca8283
MD5 400e6eea91d9e4ad5c8863c377e2aa42
BLAKE2b-256 d4279f08caa782e8fd120d494949fe58b211f4b1e4385b387e54a74d120ac925

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cryptobalancefinder-1.0.0-py3-none-any.whl
Algorithm Hash digest
SHA256 2a08bd568214c29ac00e0adc35dd9daa82769d1ee08ada345bf5a6e49097d18d
MD5 0b54fcd740c14f0d9b49e2726422fb94
BLAKE2b-256 945804c50ef430ed70b25cfd54836fd4705a3c4982588e70d0493fb369712a82

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