> For the complete documentation index, see [llms.txt](https://archive-vn.docs.klaytn.foundation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://archive-vn.docs.klaytn.foundation/content/dapp/json-rpc/api-references.md).

# Tham chiếu API

- [eth](https://archive-vn.docs.klaytn.foundation/content/dapp/json-rpc/api-references/eth.md): API không gian tên eth.
- [Cảnh báo](https://archive-vn.docs.klaytn.foundation/content/dapp/json-rpc/api-references/eth/caution.md): Lưu ý khi sử dụng API không gian tên eth trong Klaytn.
- [Tài khoản](https://archive-vn.docs.klaytn.foundation/content/dapp/json-rpc/api-references/eth/account.md)
- [Khối](https://archive-vn.docs.klaytn.foundation/content/dapp/json-rpc/api-references/eth/block.md)
- [Giao dịch](https://archive-vn.docs.klaytn.foundation/content/dapp/json-rpc/api-references/eth/transaction.md)
- [Cấu hình](https://archive-vn.docs.klaytn.foundation/content/dapp/json-rpc/api-references/eth/config.md)
- [Bộ lọc](https://archive-vn.docs.klaytn.foundation/content/dapp/json-rpc/api-references/eth/filter.md)
- [Gas](https://archive-vn.docs.klaytn.foundation/content/dapp/json-rpc/api-references/eth/gas.md)
- [Khác](https://archive-vn.docs.klaytn.foundation/content/dapp/json-rpc/api-references/eth/misc.md)
- [klay](https://archive-vn.docs.klaytn.foundation/content/dapp/json-rpc/api-references/klay.md): API liên quan đến tài khoản, khối, giao dịch và nút.
- [Tài khoản](https://archive-vn.docs.klaytn.foundation/content/dapp/json-rpc/api-references/klay/account.md)
- [Khối](https://archive-vn.docs.klaytn.foundation/content/dapp/json-rpc/api-references/klay/block.md)
- [Giao dịch](https://archive-vn.docs.klaytn.foundation/content/dapp/json-rpc/api-references/klay/transaction.md)
- [Làm việc với các loại giao dịch của Klaytn](https://archive-vn.docs.klaytn.foundation/content/dapp/json-rpc/api-references/klay/transaction/transaction-type-support.md)
- [Cấu hình](https://archive-vn.docs.klaytn.foundation/content/dapp/json-rpc/api-references/klay/config.md)
- [Bộ lọc](https://archive-vn.docs.klaytn.foundation/content/dapp/json-rpc/api-references/klay/filter.md)
- [Gas](https://archive-vn.docs.klaytn.foundation/content/dapp/json-rpc/api-references/klay/gas.md)
- [Khác](https://archive-vn.docs.klaytn.foundation/content/dapp/json-rpc/api-references/klay/misc.md)
- [net](https://archive-vn.docs.klaytn.foundation/content/dapp/json-rpc/api-references/network.md): API được sử dụng để truy vấn cấu hình mạng.
- [gỡ lỗi](https://archive-vn.docs.klaytn.foundation/content/dapp/json-rpc/api-references/debug.md): API được sử dụng để kiểm tra và gỡ lỗi trạng thái nút và dữ liệu chuỗi khối trong thời gian chạy.
- [Ghi bản ghi](https://archive-vn.docs.klaytn.foundation/content/dapp/json-rpc/api-references/debug/logging.md)
- [Tạo hồ sơ](https://archive-vn.docs.klaytn.foundation/content/dapp/json-rpc/api-references/debug/profile.md)
- [Theo dõi thời gian chạy](https://archive-vn.docs.klaytn.foundation/content/dapp/json-rpc/api-references/debug/go_trace.md)
- [Gỡ lỗi thời gian chạy](https://archive-vn.docs.klaytn.foundation/content/dapp/json-rpc/api-references/debug/runtime.md)
- [Theo dõi VM](https://archive-vn.docs.klaytn.foundation/content/dapp/json-rpc/api-references/debug/tracing.md)
- [Theo dõi tiêu chuẩn VM](https://archive-vn.docs.klaytn.foundation/content/dapp/json-rpc/api-references/debug/standard_tracing.md)
- [Kiểm tra chuỗi khối](https://archive-vn.docs.klaytn.foundation/content/dapp/json-rpc/api-references/debug/blockchain.md)
- [quản trị viên](https://archive-vn.docs.klaytn.foundation/content/dapp/json-rpc/api-references/admin.md): API dùng để kiểm soát nút Klaytn.
- [cá nhân](https://archive-vn.docs.klaytn.foundation/content/dapp/json-rpc/api-references/personal.md): API để quản lý tài khoản và khóa riêng tư trong nút.
- [txpool](https://archive-vn.docs.klaytn.foundation/content/dapp/json-rpc/api-references/txpool.md): API dùng để kiểm tra bể giao dịch trong nút.
- [quản trị](https://archive-vn.docs.klaytn.foundation/content/dapp/json-rpc/api-references/governance.md): Các API liên quan đến Cơ chế quản trị của Klaytn.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://archive-vn.docs.klaytn.foundation/content/dapp/json-rpc/api-references.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
