> For the complete documentation index, see [llms.txt](https://nami.gitbook.io/nami-exchange-api-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://nami.gitbook.io/nami-exchange-api-docs/tieng-viet/readme.md).

# Giới thiệu

***

Bộ tài liệu này cung cấp cho bạn mọi thông tin cần thiết để bắt đầu và tận dụng hiệu quả API của chúng tôi trong việc quản lý tài khoản và giao dịch của bạn.

### Bắt đầu

Để bắt đầu sử dụng API, hãy thực hiện các bước sau:

1. **Tạo tài khoản**: Đăng ký tài khoản miễn phí trên website [Nami Exchange](https://nami.exchange/vi).
2. **Lấy khoá API**: Truy cập Quản Lý Tài Khoản > Quản lý API để tạo khóa API mới.
3. **Băt đầu sử dụng**: Sử dụng Khóa API được cung cấp cùng với tài liệu API này để bắt đầu.

### Truy cập API&#x20;

* Base Endpoint: <https://nami.exchange/api/v4>
* Tất cả các yêu cầu **REST** phải được gửi bằng loại nội dung **application/json**.
* Các yêu cầu không phải **HTTPS** sẽ được chuyển hướng sang **HTTPS**, có thể gây ra các vấn đề về chức năng hoặc hiệu suất cho ứng dụng của bạn.&#x20;
* Tất cả các yêu cầu **REST** sẽ trả về phản hồi **200** Ok trừ khi có lỗi máy chủ hoặc hạ tầng.&#x20;
* Kết quả API sẽ được đóng gói trong một đối tượng JSON Result, trong đó trường status chỉ ra trạng thái phản hồi.

### Hỗ trợ

Nếu bạn cần trợ giúp, hãy truy cập [Trang hỗ trợ](https://nami.exchange/vi/support) của chúng tôi hoặc liên hệ với chúng tôi qua <support@nami.exchange>.

***

{% embed url="<https://nami.exchange/>" %}


---

# 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://nami.gitbook.io/nami-exchange-api-docs/tieng-viet/readme.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.
