transfer_apt
Send native APT tokens to another Aptos account. Specify recipient address, amount, and optional gas limit to complete the transaction and receive a confirmation hash.
Instructions
Transfer native APT tokens to another Aptos account. This is used for sending APT tokens from your account to another address. Returns the transaction hash upon successful transfer.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
amount | Yes | Amount of APT to transfer (e.g., '1.5' for 1.5 APT) | |
max_gas_amount | No | Maximum gas amount for the transaction (optional) | |
recipient_address | Yes | Recipient Aptos address, e.g., 0x1 or 0x742d35Cc6634C0532925a3b8D6Ac0C4db9c8b3 |