PositionEstimate
Response for the estimate of the margin level and, if available, collateral was provided in the request, liqudation price for the specified position
type PositionEstimate {
margin: MarginEstimate!
liquidation: LiquidationEstimate
}
Fields
PositionEstimate.margin
● MarginEstimate!
non-null object
Margin level range estimate for the specified position
PositionEstimate.liquidation
● LiquidationEstimate
object
Liquidation price range estimate for the specified position. Only populated if available collateral was specified in the request
Returned by
estimatePosition
query