derive_address_from_mnemonic
Derive a blockchain address from a BIP-39 mnemonic phrase. Use account and address indices to specify the HD derivation path.
Instructions
Derive an address from a mnemonic phrase with optional HD path
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mnemonic | Yes | The BIP-39 mnemonic phrase | |
| accountIndex | No | Account index for derivation (default: 0) | |
| addressIndex | No | Address index for derivation (default: 0) |