# Account

<figure><img src="https://content.gitbook.com/content/gFCFldhGojm5Eu8QZ4Qo/blobs/hA8RxEwyfrIu3IWWdwqa/image.png" alt=""><figcaption></figcaption></figure>

## Overview

Provides an overview of the account (address).

***

#### **Address (Hex)**

The unique address of the account.

#### **Balance**

The total amount of KLAY in the account.

#### **Next Nonce**

The number of transactions sent from the sender's address. A nonce increases sequentially by one every time a transaction is completed starting at zero. "Next Nonce" is the value required for signing the next transaction.

#### **Total TXs**

The total number of transactions sent or received by the account.

####

#### **Account Key**

Shows the current "Account Key Type." You can check the unique address system of Klaytn, such as  Multisig, RoleBased, etc.

<br>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.kaiascope.com/account.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
