> For the complete documentation index, see [llms.txt](https://hdsd2.entrade.com.vn/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://hdsd2.entrade.com.vn/entrade-api/6.-lay-danh-sach-ma-phai-sinh.md).

# 6. Lấy danh sách mã Phái Sinh

* **URL:**
  * PROD: <https://services.entrade.com.vn/entrade-api/derivatives>
* **Method:** `GET`
* **Description:** Lấy danh sách mã Phái Sinh
* **Parameters: None**
* **Query parameters: None**
* **Response:**

```
{
    "total": 4,
    "data": [
        {
            "symbol": "VN30F2512",
            "type": "VN30F1M",
            "marketPrice": 1921.0,
            "ceilingPrice": 2059.6,
            "floorPrice": 1790.2,
            "basicPrice": 1924.9,
            "modifiedDate": "2025-11-27T07:44:55",
            "expirationDate": "2025-12-18T00:00:00Z",
            "id": "VN30F2512"
        },
        {
            "symbol": "41I1G1000",
            "type": "VN30F2M",
            "marketPrice": 1915.3,
            "ceilingPrice": 2058.6,
            "floorPrice": 1789.4,
            "basicPrice": 1924.0,
            "modifiedDate": "2025-11-27T07:44:54",
            "expirationDate": "2026-01-15T00:00:00Z",
            "id": "41I1G1000"
        },
        {
            "symbol": "41I1G6000",
            "type": "VN30F2Q",
            "marketPrice": 1912.5,
            "ceilingPrice": 2053.2,
            "floorPrice": 1784.6,
            "basicPrice": 1918.9,
            "modifiedDate": "2025-11-27T07:44:30",
            "expirationDate": "2026-06-18T00:00:00Z",
            "id": "41I1G6000"
        },
        {
            "symbol": "41I1G3000",
            "type": "VN30F1Q",
            "marketPrice": 1910.0,
            "ceilingPrice": 2050.9,
            "floorPrice": 1782.7,
            "basicPrice": 1916.8,
            "modifiedDate": "2025-11-27T07:44:30",
            "expirationDate": "2026-03-19T00:00:00Z",
            "id": "41I1G3000"
        }
    ]
}
```

* **Mô tả:**
  * `symbol`: mã phái sinh
  * `type`: loại mã
  * `marketPrice`: giá hiện tại
  * `ceilingPrice`: giá trần
  * `floorPrice`: giá sàn
  * `basicPrice`: giá tham chiếu
