archive_wallets
Archive cryptocurrency wallets by providing a list of wallet names. This tool helps manage wallet organization and deactivate unused wallets within the Armor Crypto MCP server.
Instructions
Archive wallets.
Expects a list of wallet names, returns a list of WalletArchiveOrUnarchiveResponse.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
archive_wallet_requests | Yes |
Input Schema (JSON Schema)
{
"properties": {
"archive_wallet_requests": {
"$ref": "#/$defs/ArchiveWalletsRequestContainer"
}
},
"required": [
"archive_wallet_requests"
],
"type": "object"
}