Skip to main content

Batch Place Order

Batch place orders

Header Parameters
  • apiKey string

    A UTA sub account API key is provided by default

  • secret string

    A UTA sub account API key is provided by default

Request Body
  • category string required

    Possible values: [option, linear]

    Product type. linear, option

  • request object[] required

    Possible values: <= 10

  • symbol string required

    Symbol name

  • side string required

    Possible values: [Buy, Sell]

  • orderType string required

    Possible values: [Market, Limit]

    Order type

  • qty string required
  • price string
  • orderIv string
  • timeInForce string required

    Possible values: [GTC, IOC, FOK, PostOnly]

    Time in force

  • positionIdx integer

    Possible values: [0]

    Position mode. one-way mode only for unified.

  • orderLinkId string required

    REQUIRED param when place an option order

  • reduceOnly boolean

    Possible values: [true, false]

    specify true if a close position order

  • mmp boolean

    Possible values: [true, false]

    enable market marker protection

  • smpType string

    Possible values: [None, CancelMaker, CancelTaker, CancelBoth]

    Smp execution type

Responses

successful operation

Loading...