transfer_tokens
Send cryptocurrency tokens between wallets using the Armor Crypto MCP server to facilitate token transfers across supported blockchain networks.
Instructions
Transfer tokens from one wallet to another.
Expects a TransferTokensRequestContainer, returns a list of TransferTokenResponse.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
transfer_tokens_requests | Yes |
Input Schema (JSON Schema)
{
"properties": {
"transfer_tokens_requests": {
"$ref": "#/$defs/TransferTokensRequestContainer"
}
},
"required": [
"transfer_tokens_requests"
],
"type": "object"
}