mnemonic_to_secret_key
Convert a mnemonic phrase to a secret key for Algorand blockchain transactions on mainnet, testnet, or localnet networks.
Instructions
Convert a mnemonic to a secret key
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mnemonic | Yes | The mnemonic phrase to convert to a secret key | |
| network | No | Algorand network to use (default: mainnet) | |
| itemsPerPage | No | Number of items per page for paginated responses (default: 10) |