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.1.tar.gz (9.2 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.1-py3-none-any.whl (10.2 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: cryptobalancefinder-1.0.1.tar.gz
  • Upload date:
  • Size: 9.2 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.1.tar.gz
Algorithm Hash digest
SHA256 4cd88e4b3d778c6f4470cf055cb252e055137ceeddacb5353acd0c01fc006ff1
MD5 dce44ef263f9a48347dd2c77f9ee532f
BLAKE2b-256 c1bb3277668919d2f1e93cf46730f6c32ed5dbfb6545e895ea7dd44c043c535e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cryptobalancefinder-1.0.1-py3-none-any.whl
Algorithm Hash digest
SHA256 8fb2cc98670d60ba3273cfe82b22cb9c36c784b19dcc2321e34e1c69fc4e0ef4
MD5 8bd04d2a81bfe867b0b104d9dd6f429c
BLAKE2b-256 c0f6c5092a791db5f049ae8fed9aa83eace1c0bf1b9e0fca6f4e8c5fa20ec6fd

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