unarchive_wallets
Restore archived cryptocurrency wallets to active status for wallet management operations. This tool accepts a list of wallet names and returns their unarchive status, enabling reactivation of previously archived wallets.
Instructions
Unarchive wallets.
Expects a list of wallet names, returns a list of WalletArchiveOrUnarchiveResponse.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
unarchive_wallet_requests | Yes |
Input Schema (JSON Schema)
{
"properties": {
"unarchive_wallet_requests": {
"$ref": "#/$defs/UnarchiveWalletRequestContainer"
}
},
"required": [
"unarchive_wallet_requests"
],
"type": "object"
}