archive_wallet_group
Archive cryptocurrency wallet groups to organize and manage digital asset holdings within the Armor Crypto MCP server environment.
Instructions
Archive wallet groups.
Expects a list of group names, returns a list of GroupArchiveOrUnarchiveResponse.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
archive_wallet_group_requests | Yes |
Input Schema (JSON Schema)
{
"properties": {
"archive_wallet_group_requests": {
"$ref": "#/$defs/ArchiveWalletGroupRequestContainer"
}
},
"required": [
"archive_wallet_group_requests"
],
"type": "object"
}