> ## Documentation Index
> Fetch the complete documentation index at: https://hedera-0c6e0218-mintlify-bc559771.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# AccountAmount

> AccountAmount is a Hedera protobuf message pairing an account ID with a signed HBAR or token amount used inside CryptoTransfer transfer lists.

An account, and the amount that it sends or receives during a cryptocurrency or token transfer.

| Field         | Type                                                   | Description                                                                                                                                              |
| ------------- | ------------------------------------------------------ | -------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `accountID`   | [AccountID](/reference/protobuf/basic-types/accountid) | The Account ID that sends/receives cryptocurrency or tokens                                                                                              |
| `amount`      | sint64                                                 | The amount of tinybars (for Crypto transfers) or in the lowest denomination (for Token transfers) that the account sends(negative) or receives(positive) |
| `is_approval` | bool                                                   | If true then the transfer is expected to be an approved allowance and the accountID is expected to be the owner. The default is false (omitted).         |

####
