transfer_coin
Send custom coins or tokens from your Aptos account to another address. Specify recipient address, coin type, and amount to initiate the transfer and receive a transaction hash.
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
Name | Required | Description | Default |
---|---|---|---|
amount | Yes | Amount of coins to transfer (in smallest unit) | |
coin_type | Yes | Coin type identifier, e.g., '0x1::aptos_coin::AptosCoin' or custom coin type | |
max_gas_amount | No | Maximum gas amount for the transaction (optional) | |
recipient_address | Yes | Recipient Aptos address, e.g., 0x1 or 0x742d35Cc6634C0532925a3b8D6Ac0C4db9c8b3 |