Skip to main content
Glama

Aptos Blockchain MCP

by cuongpo
MIT License

transfer_coin

Send custom coins or tokens to another Aptos account by specifying the recipient address, coin type, and amount. Returns the transaction hash for confirmation.

Instructions

Transfer a specific coin type to another Aptos account. This is used for sending custom coins or tokens from your account to another address. Returns the transaction hash upon successful transfer.

Input Schema

NameRequiredDescriptionDefault
amountYesAmount of coins to transfer (in smallest unit)
coin_typeYesCoin type identifier, e.g., '0x1::aptos_coin::AptosCoin' or custom coin type
max_gas_amountNoMaximum gas amount for the transaction (optional)
recipient_addressYesRecipient Aptos address, e.g., 0x1 or 0x742d35Cc6634C0532925a3b8D6Ac0C4db9c8b3

Input Schema (JSON Schema)

{ "properties": { "amount": { "description": "Amount of coins to transfer (in smallest unit)", "type": "string" }, "coin_type": { "description": "Coin type identifier, e.g., '0x1::aptos_coin::AptosCoin' or custom coin type", "type": "string" }, "max_gas_amount": { "default": 2000, "description": "Maximum gas amount for the transaction (optional)", "type": "number" }, "recipient_address": { "description": "Recipient Aptos address, e.g., 0x1 or 0x742d35Cc6634C0532925a3b8D6Ac0C4db9c8b3", "type": "string" } }, "required": [ "recipient_address", "coin_type", "amount" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/cuongpo/aptos-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server