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

# Trading Operations

* [Create market order](/api-documentation/api/websocket/trading-operations/create-market-order): This request type allows users to place market orders through Pacifica's websocket API.
* [Create limit order](/api-documentation/api/websocket/trading-operations/create-limit-order): This request type allows users to place limit orders through Pacifica's websocket API.
* [Edit order](/api-documentation/api/websocket/trading-operations/edit-order): This request type allows users to modify existing orders (price and/or size) through websocket API in one request.
* [Batch order](/api-documentation/api/websocket/trading-operations/batch-order): This endpoint allows users to submit multiple order operations in a single websocket request.
* [Cancel order](/api-documentation/api/websocket/trading-operations/cancel-order): This request type allows users to cancel orders through Pacifica's websocket API.
* [Cancel all orders](/api-documentation/api/websocket/trading-operations/cancel-all-orders): This request type allows users to cancel all orders through Pacifica's websocket API.
