Hi,
I want to know how can I find out the wallet ID of a private key without importing the priv key into my wallet?
You can't as far as i know. There is no ""Direct"" correlation between the wallet identifier and the private key, at least not in the way that it is reversible.
Adresses are derived from the public key, and the public key is derived from the private key.
You can go from Private Key -> Wallet adress, but not the other way around. >1 in adress is from 1= private key
Also a wallet adress is something different then a wallet identifier, so i'm not sure if you meant to refer to wallet ID instead of adress ID.
A wallet ID is something like this,
https://www.walletexplorer.com/wallet/0004e0d47a2c36bdSo, correct me if i'm wrong, if you'd want to know the wallet ID(s) of a certain set of adresses, without importing the private key, ( essentially loading / scanning the private key), shouldn't be possible. ( as the process would / should be able to be done reversed aswell ).