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

# Tổng quan

> Tài liệu Vero OMS API cho tích hợp quản lý lệnh

<div style={{ width: '100%', height: 240, marginBottom: 32, borderRadius: 16, overflow: 'hidden', position: 'relative' }}>
  <video style={{ width: '100%', height: '100%', objectFit: 'cover' }} autoPlay loop muted playsInline>
    <source src="https://mintcdn.com/vero-8996ea10/hu9QdVlMC-7-ZuH_/images/bg_video.mp4?fit=max&auto=format&n=hu9QdVlMC-7-ZuH_&q=85&s=aebece46bb35649a673a523819eb1a56" 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: '12.5%', height: '100%', borderRadius: 2, background: 'linear-gradient(90deg, var(--accent-primary) 0%, var(--accent-light) 50%, var(--accent-dark) 100%)' }} />
</div>

Vero OMS API giúp ứng dụng tích hợp với các quy trình quản lý lệnh của Vero qua REST/JSON endpoints và real-time streaming channels.

<CardGroup cols={4}>
  <Card title="Xác thực" icon="key">
    Dùng thông tin xác thực API cho REST và streaming cần bảo vệ.
  </Card>

  <Card title="Giao dịch" icon="arrow-right-arrow-left">
    Làm việc với tài khoản, lệnh, khớp lệnh, lịch sử, rút tiền và tài khoản ngân hàng.
  </Card>

  <Card title="Dữ liệu thị trường" icon="chart-line">
    Lấy watchlist, tìm kiếm mã, product master và lịch sử OHLCV.
  </Card>

  <Card title="Streaming" icon="tower-broadcast">
    Subscribe kênh market, order, account và notification qua WebSocket.
  </Card>
</CardGroup>

## Độ phủ API

| Mục                 | Độ phủ                                                               |
| ------------------- | -------------------------------------------------------------------- |
| REST API            | 47 HTTP operations                                                   |
| Streaming API       | 8 WebSocket channel patterns                                         |
| Xác thực            | Truy cập REST và streaming cần bảo vệ                                |
| Quy trình giao dịch | Tài khoản, lệnh, khớp lệnh, lịch sử, rút tiền và tài khoản ngân hàng |

## Cách đọc tài liệu

<Steps>
  <Step title="Mở REST API">
    Dùng phần tham chiếu REST để xem tham số request, schema và ví dụ.
  </Step>

  <Step title="Mở Streaming API">
    Dùng phần tham chiếu Streaming API để xem channel, tham số và message.
  </Step>

  <Step title="Kiểm tra tích hợp">
    Dùng checklist hỗ trợ để gửi đủ thông tin request khi cần gỡ lỗi.
  </Step>
</Steps>
