# Returns status info of the sprout to sapling migration Returns information about the status of the Sprout to Sapling migration. Note that a transaction is defined as finalized if it has at least ten confirmations. Also, it is possible that manually created transactions involving this wallet will be included in the result. Endpoint: GET /daemon/zgetmigrationstatus Version: 6.6.1 Security: ZelID ## Response 200 fields (application/json): - `status` (string) Explanation of status Enum: "success", "error" - `data` (object) - `data.enabled` (boolean) Whether or not migration is enabled - `data.unmigrated_amount` (number) The total amount of unmigrated FLUX - `data.unfinalized_migrated_amount` (number) The total amount of unfinalized FLUX - `data.finalized_migrated_amount` (number) The total amount of finalized FLUX - `data.finalized_migration_transactions` (integer) The number of migration transactions involving this wallet - `data.migration_txids` (array)