add_wallets_to_group
Organize cryptocurrency wallets by adding them to a specified group for easier management and categorization within the Armor Crypto MCP server.
Instructions
Add wallets to a specified group.
Expects the group name and a list of wallet names, returns a list of AddWalletToGroupResponse.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
add_wallet_to_group_requests | Yes |
Input Schema (JSON Schema)
{
"properties": {
"add_wallet_to_group_requests": {
"$ref": "#/$defs/AddWalletToGroupRequestContainer"
}
},
"required": [
"add_wallet_to_group_requests"
],
"type": "object"
}