derive_addresses_from_mnemonic
Derive multiple EVM wallet addresses from a BIP-39 mnemonic using HD derivation paths. Customize the path template, count, and start index to generate addresses for transactions and wallet management.
Instructions
Derive multiple addresses from a mnemonic using HD wallet derivation paths
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | Custom derivation path template (default: m/44'/60'/0'/0/{index}) | |
| count | No | Number of addresses to derive (1-20) | |
| mnemonic | Yes | BIP-39 mnemonic seed phrase | |
| startIndex | No | Starting index for derivation |