Find a wallet by user ID or wallet addressThe find-wallet command allows you to search for wallet associations in the Trust Engine system. You can search by either a user ID to find their associated wallet, or by a wallet address to find the associated user. To use it, run the following command from your terminal
Option | Description |
---|---|
-u, --userID <id> | User ID to search for (alphanumeric string) |
-w, --walletAddress <address> | Wallet address to search for (Solana public key) |
--json | Output the result as JSON |
userID
or a walletAddress
(but not both).