Skip to main content
POST
/
v1
/
ix
/
place-isolated-limit-order
Build isolated limit order transaction
curl --request POST \
  --url https://perp-api.phoenix.trade/v1/ix/place-isolated-limit-order \
  --header 'Content-Type: application/json' \
  --data '
{
  "authority": "string",
  "side": "string",
  "symbol": "string"
}
'
[
  {
    "data": [
      1
    ],
    "keys": [
      {
        "isSigner": true,
        "isWritable": true,
        "pubkey": "<string>"
      }
    ],
    "programId": "<string>"
  }
]

Body

application/json

JSON request payload for v1.place_isolated_limit_order_ix.

Request payload for /ix/place-isolated-limit-order.

authority
string
required
side
string
required
symbol
string
required
allowCrossAndIsolatedForAsset
boolean | null
feePayer
string | null
flightBuilderAuthority
string | null
flightFeeCollectorTrader
string | null
isPostOnly
boolean | null

If true, the order will be post-only (maker only, will not match against existing orders).

isReduceOnly
boolean | null
numBaseLots
integer<int64> | null
Required range: x >= 0
pdaIndex
integer<int32> | null
Required range: x >= 0
positionAuthority
string | null
price
number<double> | null
priceInTicks
integer<int64> | null
Required range: x >= 0
quantity
number<double> | null
skipTransferToParent
boolean | null
slide
boolean | null

For post-only orders: if true, slide to best price when order would cross. Defaults to true.

tpSl
object

TP/SL configuration shared across endpoints.

transferAmount
integer<int64>
Required range: x >= 0

Response

200 - application/json
data
integer<int32>[]
required
Required range: x >= 0
keys
object[]
required
programId
string
required