get_address_from_private_key
Derive the EVM address from a given private key to identify the wallet. Returns the public address without storing or logging the private key.
Instructions
Get the EVM address derived from a private key
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| privateKey | Yes | Private key in hex format (with or without 0x prefix). SECURITY: This is used only for address derivation and is not stored. The private key will not be logged or displayed in chat history. |