---
title: "Order Multi-OP"
method: POST
path: "/auth/w/order/multi"
---

# Order Multi-OP

`POST /auth/w/order/multi`

Send Multiple order-related operations. Please note the sent object has only one property with a value of an array of arrays detailing each order operation. (Max 75 operations per request)

## Request body

- object
  - `type` string — Order Type: LIMIT, EXCHANGE LIMIT, MARKET, EXCHANGE MARKET, STOP, EXCHANGE STOP, STOP LIMIT, EXCHANGE STOP LIMIT, TRAILING STOP, EXCHANGE TRAILING STOP, FOK, EXCHANGE FOK, IOC, EXCHANGE IOC.
  - `symbol` string — Symbol for desired pair
  - `price` string — Price of order
  - `amount` string — Amount of order (positive for buy, negative for sell)
  - `flags` integer — Optional see https://docs.bitfinex.com/v2/docs/flag-values
  - `lev` integer — Set the leverage for a derivative order, supported by derivative symbol orders only. The value should be between 1 and 100 inclusive. The field is optional, if omitted the default leverage value of 10 will be used.
  - `price_trailing` string — The trailing price for a trailing stop order
  - `price_aux_limit` string — Auxiliary Limit price (for STOP LIMIT)
  - `price_oco_stop` string — OCO stop price
  - `gid` integer — Group Order ID (int45)
  - `tif` string — Time-In-Force: UTC datetime for automatic order cancellation (e.g. 2020-01-15 10:45:23). Note: TIF can be updated but not removed.
  - `id` integer — Order ID (Can be retrieved by calling the [Retrieve Orders](https://docs.bitfinex.com/reference#rest-auth-orders) endpoint)
  - `cid` integer — Client Order ID (int45)
  - `cid_date` string — Client Order ID Date
  - `all` integer — Cancel all open orders if value is set to: 1
  - `meta` object — Object to pass order meta data. Options: 'aff_code' (to pass affiliate codes), 'make_visible' (to toggle visible on hit for hidden orders), 'protect_selfmatch' (to cancel submitted order if it would match with one of your own orders). Example: meta: {aff_code: "AFF_CODE_HERE", make_visible: 1}

## Response `200`

200

## Other responses

- `400` — 400

---

[API](https://skmtc.net/bitfinex/apis/api-settings-public.md) · [All operations](https://skmtc.net/bitfinex/apis/api-settings-public/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bitfinex/api-settings-public/versions/d60be16fab63/schema)
