rekey_account
Change the authorization key for an Algorand account by rekeying it to a new address, enabling secure account management and access control on the blockchain.
Instructions
Rekey an Algorand account to a new address
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sourceAddress | Yes | Sender address in standard Algorand format (58 characters) | |
| targetAddress | Yes | Address to rekey the sender account to | |
| network | No | Algorand network to use (default: mainnet) | |
| itemsPerPage | No | Number of items per page for paginated responses (default: 10) |