I’m using “/account” endpoint to get all the info I need but positions “liquidationPrice”. I need to make another request only to get the “liquidationPrice”.
Therefore, can you add “liquidationPrice” to “positions” object in the “/account” endpoint?
liquidationPrice can be found from the endpoint that query the position, please feel free to use it for getting position related info, including the liquidationPrice.
However, I know I can get it from “/positionRisk” but I’m asking if it can be added to “/account” endpoint since it’s also returning positions data but it’s missing only “liquidationPrice”?