> ## Documentation Index
> Fetch the complete documentation index at: https://docs.data-hub.verolabs.co/llms.txt
> Use this file to discover all available pages before exploring further.

# API dữ liệu tham chiếu

> Tra cứu mã giao dịch và siêu dữ liệu trước khi gọi dữ liệu thị trường

<div style={{ width: '100%', height: 240, marginBottom: 32, borderRadius: 16, overflow: 'hidden', position: 'relative' }}>
  <video style={{ width: '100%', height: '100%', objectFit: 'cover', filter: 'sepia(0.3) saturate(1.5) hue-rotate(-14deg) brightness(0.72) contrast(1.12)' }} autoPlay loop muted playsInline>
    <source src="https://mintcdn.com/vero-fa5575b5/G_sL_RHXpWEXOwUp/images/bg_video.mp4?fit=max&auto=format&n=G_sL_RHXpWEXOwUp&q=85&s=f731a6a676fb99a2368193fbaf3281ee" type="video/mp4" data-path="images/bg_video.mp4" />
  </video>
</div>

<div style={{ width: '100%', height: 4, marginBottom: 24, borderRadius: 2, background: 'rgba(0,0,0,0.08)' }}>
  <div style={{ width: '50%', height: '100%', borderRadius: 2, background: 'linear-gradient(90deg, var(--accent-primary) 0%, var(--accent-light) 50%, var(--accent-dark) 100%)' }} />
</div>

API dữ liệu tham chiếu giúp ứng dụng tìm và xác nhận mã giao dịch trước khi gọi dữ liệu chi tiết.

<CardGroup cols={2}>
  <Card title="Danh sách mã giao dịch" icon="list">
    Tìm mã giao dịch theo nhóm tài sản, sàn và tiền tố mã.
  </Card>

  <Card title="Chi tiết mã giao dịch" icon="circle-info">
    Lấy siêu dữ liệu của một mã giao dịch cụ thể.
  </Card>
</CardGroup>

## Endpoints

| Endpoint                       | Mục đích                            |
| ------------------------------ | ----------------------------------- |
| `GET /v1/instruments`          | Tìm kiếm và phân trang mã giao dịch |
| `GET /v1/instruments/{symbol}` | Lấy một mã giao dịch                |

## Trường hợp sử dụng

* Autocomplete mã giao dịch
* Xác thực mã trước khi gọi tick hoặc nến
* Lọc tập mã theo nhóm tài sản hoặc sàn
* Hiển thị siêu dữ liệu như `base`, `quote`, `currency` và `status`

## Gọi thử

<CardGroup cols={2}>
  <Card title="Danh sách mã giao dịch" icon="play" href="/vi/apis/reference/list-instruments">
    Mở playground để tìm mã giao dịch.
  </Card>

  <Card title="Chi tiết mã giao dịch" icon="play" href="/vi/apis/reference/get-instrument">
    Mở playground để lấy một mã cụ thể.
  </Card>
</CardGroup>
