Skip to main content

Get position percentile of unwind queue

GET 

/v3/unwindqueue

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

Responses

Schema
    oneOf
    serverTime string

    Server time in Coordinated Universal Time (UTC)

    result string

    Possible values: [success]

    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).

  • ]
Loading...