# 3.3.  Thông tin tiền

***Lấy thông tin tài sản tiền theo mã tiểu khoản***

| **URL**                                                                                                                                                         | **Method** |
| --------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------- |
| [https://services.entrade.com.vn/dnse-order-service/account-balances/\<account>](https://services.entrade.com.vn/dnse-order-service/account-balances/<account>) | GET        |

### **Path param**

| **Field**   | **Type** | **Description**                         |
| ----------- | -------- | --------------------------------------- |
| **account** |          | Mã tiểu khoản \<account> lấy ở bước 3.2 |

### **Resquest header**

| **Field**         | **Type** | **Description**     |
| ----------------- | -------- | ------------------- |
| **Authorization** |          | Bearer \<JWT token> |

### **Resquest body**

<table data-header-hidden><thead><tr><th width="247"></th><th width="252.33333333333331"></th><th></th></tr></thead><tbody><tr><td><strong>Field</strong></td><td><strong>Type</strong></td><td><strong>Description</strong></td></tr><tr><td><strong>N/A</strong></td><td> </td><td> </td></tr></tbody></table>

### **Response body**

<table data-header-hidden><thead><tr><th width="249"></th><th width="194.33333333333331"></th><th></th></tr></thead><tbody><tr><td><strong>Field</strong></td><td><strong>Type</strong></td><td><strong>Description</strong></td></tr><tr><td><strong>custodyCode</strong></td><td>String</td><td>Số lưu ký</td></tr><tr><td><strong>investorAccountId</strong></td><td>String</td><td>Mã tiểu khoản, bằng giá trị &#x3C;account> truyền lên</td></tr><tr><td><strong>totalCash</strong></td><td>Double</td><td>Tổng tiền hiện có</td></tr><tr><td><strong>availableCash</strong></td><td>Double</td><td>Tiền mặt hiện có đã trừ đi các khoản nợ + phí</td></tr><tr><td><strong>totalDebt</strong></td><td>Double</td><td>Tổng nợ</td></tr><tr><td><strong>withdrawableCash</strong></td><td>Double</td><td>Số tiền được rút</td></tr><tr><td><strong>depositFeeAmount</strong></td><td>Double</td><td>Phí lưu ký</td></tr><tr><td><strong>depositInterest</strong></td><td>Double</td><td>Lãi tiền gửi không ký hạn</td></tr><tr><td><strong>marginDebt</strong></td><td>Double</td><td>Nợ margin</td></tr><tr><td><strong>stockValue</strong></td><td>Double</td><td>Giá trị chứng khoán tính theo giá đầu ngày</td></tr><tr><td><strong>netAssetValue</strong></td><td>Double</td><td>Tài sản ròng</td></tr><tr><td><strong>receivingAmount</strong></td><td>Double</td><td>Tiền chờ về</td></tr><tr><td><strong>secureAmount</strong></td><td>Double</td><td>Tiền mua khớp trong ngày</td></tr><tr><td><strong>withdrawableCash</strong></td><td>Double</td><td>Số tiền có thể rút</td></tr><tr><td><strong>cashDividendReceiving</strong></td><td>Double</td><td>Tiền cổ tức chờ về</td></tr></tbody></table>

{% tabs %}
{% tab title="cURL" %}

<pre><code>curl --location --request GET 'https://services.entrade.com.vn/dnse-order-service/account-balances/&#x3C;account>' \
<strong>--header 'Content-Type: application/json' \
</strong>--header 'authorization: Bearer &#x3C;jwt_token_from_login_API_response_step_2.1>'
</code></pre>

{% endtab %}
{% endtabs %}


---

# 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://hdsd.dnse.com.vn/san-pham-dich-vu/lightspeed-api-truoc-krx/ii.-trading-api/3.-thong-tin-tai-khoan-va-tien-tai-khoan/3.3.-thong-tin-tien.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.
