get-wallet-address
Retrieve a wallet address from a mnemonic phrase while keeping the private key secure. Specify address prefix and account index as needed.
Instructions
Gets the address from a mnemonic phrase without exposing the private key
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mnemonic | Yes | BIP-39 mnemonic phrase | |
| prefix | No | Address prefix (default: 'osmo') | osmo |
| accountIndex | No | Account index for HD derivation (default: 0) |