check_wallet#

check_wallet(id=<typer.models.OptionInfo object>, strategy_file=<typer.models.OptionInfo object>, private_key=<typer.models.OptionInfo object>, trading_strategy_api_key=<typer.models.OptionInfo object>, cache_path=<typer.models.OptionInfo object>, minimum_gas_balance=<typer.models.OptionInfo object>, json_rpc_binance=<typer.models.OptionInfo object>, json_rpc_polygon=<typer.models.OptionInfo object>, json_rpc_ethereum=<typer.models.OptionInfo object>, json_rpc_avalanche=<typer.models.OptionInfo object>)[source]#

Print out the token balances of the hot wallet.

Check that our hot wallet has cash deposits and gas token deposits.

Parameters
  • id (str) –

  • strategy_file (Path) –

  • private_key (str) –

  • trading_strategy_api_key (str) –

  • cache_path (Optional[Path]) –

  • minimum_gas_balance (Optional[float]) –

  • json_rpc_binance (str) –

  • json_rpc_polygon (str) –

  • json_rpc_ethereum (str) –

  • json_rpc_avalanche (str) –