transfer_hbar
Send HBAR to a Hedera account by specifying the recipient ID and amount in HBAR. Optionally include a memo with the transaction.
Instructions
Send HBAR from the configured account to another Hedera account. Amount is in HBAR (e.g. "0.5"), not tinybars.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| memo | No | Optional transaction memo (max 100 chars) | |
| amount | Yes | HBAR amount as decimal string, e.g. "0.5" | |
| recipient | Yes | Recipient Hedera account ID, e.g. "0.0.12345" |