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

# Overview

This stream allows you to create, cancel, and modify orders, as well as receive order notifications.

Upon subscription to this stream, the following requests and notifications are supported:

#### Requests

<CardGroup cols={2}>
  <Card title="Create Order" href="/latest/websocket-api/order-creation-stream/create-order">
    Create limit or market orders
  </Card>

  <Card title="Cancel Order by ID" href="/latest/websocket-api/order-creation-stream/cancel-order-by-id">
    Cancel specific orders using order ID
  </Card>

  <Card title="Modify Order" href="/latest/websocket-api/order-creation-stream/modify-order">
    Modify existing orders
  </Card>

  <Card title="Update Margin" href="/latest/websocket-api/order-creation-stream/update-margin">
    Update the margin allocated to an open isolated position
  </Card>
</CardGroup>

#### Notifications

<CardGroup cols={2}>
  <Card title="Order Filled Notifications" href="/latest/websocket-api/order-creation-stream/order-filled-notifications">
    Real-time order execution updates
  </Card>

  <Card title="Order Rejected Notifications" href="/latest/websocket-api/order-creation-stream/order-rejected-notifications">
    Order rejection and error handling
  </Card>
</CardGroup>
