> ## 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.

# Overview

> Vero OMS API documentation for order management integrations

<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 helps applications integrate with Vero order management workflows through REST/JSON endpoints and real-time streaming channels.

<CardGroup cols={4}>
  <Card title="Authentication" icon="key">
    Use API credentials for protected REST and streaming workflows.
  </Card>

  <Card title="Trading" icon="arrow-right-arrow-left">
    Work with accounts, orders, trades, history, withdrawals and bank accounts.
  </Card>

  <Card title="Market Data" icon="chart-line">
    Fetch watchlists, symbol search, product master data and OHLCV history.
  </Card>

  <Card title="Streaming" icon="tower-broadcast">
    Subscribe to market, order, account and notification channels over WebSocket.
  </Card>
</CardGroup>

## API coverage

| Section          | Coverage                                                             |
| ---------------- | -------------------------------------------------------------------- |
| REST API         | 47 HTTP operations                                                   |
| Streaming API    | 8 WebSocket channel patterns                                         |
| Authentication   | Protected REST and streaming access                                  |
| Trading workflow | Accounts, orders, executions, history, withdrawals and bank accounts |

## How to use these docs

<Steps>
  <Step title="Open REST API">
    Use the REST reference for request parameters, schemas and examples.
  </Step>

  <Step title="Open Streaming API">
    Use the Streaming API reference for channel names, parameters and messages.
  </Step>

  <Step title="Validate integration">
    Use the support checklist to share request details when debugging.
  </Step>
</Steps>
