# 4.8. Thông tin phái sinh

<table><thead><tr><th width="245">Type</th><th width="253">URL</th><th>Method</th></tr></thead><tbody><tr><td>Real</td><td><a href="https://services.entrade.com.vn/entrade-api/derivatives">https://services.entrade.com.vn/entrade-api/derivatives</a></td><td>GET</td></tr><tr><td>Demo</td><td><a href="https://services.entrade.com.vn/entrade-api/derivatives">https://services.entrade.com.vn/entrade-api/derivatives</a></td><td>GET</td></tr></tbody></table>

#### Request header

<table data-full-width="false"><thead><tr><th>Field</th><th>Type</th><th>Description</th></tr></thead><tbody><tr><td>Authorization</td><td></td><td>Bearer &#x3C;JWT Token></td></tr></tbody></table>

#### Request Body

<table data-full-width="false"><thead><tr><th>Field</th><th>Type</th><th>Description</th></tr></thead><tbody><tr><td>N/A</td><td></td><td></td></tr></tbody></table>

#### Response Body

| Field | Type | Description                |
| ----- | ---- | -------------------------- |
| total |      | Tổng số mã phái sinh       |
| data  |      | Danh sách các mã phái sinh |

#### Data

| Field          | Type   | Description                      |
| -------------- | ------ | -------------------------------- |
| symbol         | String | Mã phái sinh (ví dụ “VN30F2504”) |
| type           | String | (ví dụ “VN30F1M”)                |
| marketPrice    | Double | Giá thị trường                   |
| ceilingPrice   | Double | Giá trần                         |
| floorPrice     | Double | Giá sàn                          |
| basicPrice     | Double | Giá tham chiếu                   |
| modifiedDate   |        |                                  |
| expirationDate |        |                                  |


---

# 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://hdsd2.entrade.com.vn/entrade-api/tai-lieu-api-cu/4.-giao-dich-phai-sinh/4.8.-thong-tin-phai-sinh.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.
