[  
   0,
   "ps",
   [  
      [  
         "<POS_PAIR>",
         "<POS_STATUS>",
         "<POS_AMOUNT>",
         "<POS_BASE_PRICE>",
         "<POS_MARGIN_FUNDING>",
         "<POS_MARGIN_FUNDING_TYPE>"
      ],
      [  
         "..."
      ]
   ]
]

Fields

TermTypeDescription
POS_PAIRstringPair (BTCUSD, …).
POS_STATUSstringStatus (ACTIVE, CLOSED).
±POS_AMOUNTfloatSize of the position. Positive values means a long position, negative values means a short position.
POS_BASE_PRICEfloatThe price at which you entered your position.
POS_MARGIN_FUNDINGfloatThe amount of funding being used for this position.
POS_MARGIN_FUNDING_TYPEint0 for daily, 1 for term.