# BalanceNode **Type:** GraphQL objects **Description:** A representation of a balance in the Kadena blockchain. ## Fields - accountName (String): The full account name to retrieve balances for. @example(value: "k:bcbaf20fb2975ae362ae82b27afce1ac4a72774c6c45fa1afd8df394e6141251") - module (String): The name of the module that issued the token. - chainId (String): The chain ID where the balance exists. - balance (String): The balance amount.