---
title: "Build isolated limit order transaction with liquidation estimate"
method: POST
path: "/v1/ix/place-isolated-limit-order-enhanced"
tags: ["Trader"]
---

# Build isolated limit order transaction with liquidation estimate

`POST /v1/ix/place-isolated-limit-order-enhanced`

Handles `POST /v1/ix/place-isolated-limit-order-enhanced` via `post.v1.ix.place_isolated_limit_order_enhanced`.

## Request body

- PlaceIsolatedLimitOrderRequest — Request payload for /ix/place-isolated-limit-order.
  - `allowCrossAndIsolatedForAsset` boolean, nullable
  - `authority` string, required
  - `feePayer` string, nullable
  - `flightBuilderAuthority` string, nullable
  - `flightFeeCollectorTrader` string, nullable
  - `isPostOnly` boolean, nullable — If true, the order will be post-only (maker only, will not match against existing orders).
  - `isReduceOnly` boolean, nullable
  - `numBaseLots` integer, nullable
  - `pdaIndex` integer, nullable
  - `positionAuthority` string, nullable
  - `price` number, double, nullable
  - `priceInTicks` integer, nullable
  - `quantity` number, double, nullable
  - `side` string, required
  - `skipTransferToParent` boolean, nullable
  - `slide` boolean, nullable — For post-only orders: if true, slide to best price when order would cross. Defaults to true.
  - `symbol` string, required
  - `tpSl` TpSlOrderConfig — TP/SL configuration shared across endpoints.
    - `numBaseLots` integer, nullable
    - `orderKind` string, nullable
    - `quantity` number, double, nullable
    - `stopLossExecutionPrice` number, double, nullable
    - `stopLossExecutionPriceInTicks` integer, nullable
    - `stopLossTriggerPrice` number, double, nullable
    - `stopLossTriggerPriceInTicks` integer, nullable
    - `takeProfitExecutionPrice` number, double, nullable
    - `takeProfitExecutionPriceInTicks` integer, nullable
    - `takeProfitTriggerPrice` number, double, nullable
    - `takeProfitTriggerPriceInTicks` integer, nullable
  - `transferAmount` integer

## Response `200`

- PlaceIsolatedLimitOrderEnhancedResponse
  - `estimatedLiquidationPriceUsd` number, double, nullable
  - `instructions` ApiInstructionResponse[], required
    - `data` integer[], required
    - `keys` ApiAccountMeta[], required
      - `isSigner` boolean, required
      - `isWritable` boolean, required
      - `pubkey` string, required
    - `programId` string, required

---

[API](https://skmtc.net/phoenix/apis/phoenix-eternal-api.md) · [All operations](https://skmtc.net/phoenix/apis/phoenix-eternal-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/phoenix/phoenix-eternal-api/revisions/0f598402d680/schema)
