Skip to main content

Get position percentile of unwind queue

GET 

/unwindqueue

This endpoint returns the percentile of the open position in case of unwinding.

Responses

Schema
    oneOf
    queue object[]

    A list containing structures with information on open positions' percentile rank in the unwind/termination queue.

  • Array [
  • symbol string

    The symbol of the futures to which the order refers.

    percentile number

    The percentile rank of which the trader's position is in the unwind queue (20, 40, 80, or 100).

  • ]
  • result stringrequired

    Possible values: [success]

    serverTime date-timerequired

    Server time in Coordinated Universal Time (UTC)

Loading...