Skip to main content
Version: mainnet (v0.71)

LiquidationEstimate

Liquidation estimate for both worst and best case possible

type LiquidationEstimate {
worstCase: LiquidationPrice!
bestCase: LiquidationPrice!
}

Fields

LiquidationEstimate.worstCase ● LiquidationPrice! non-null object

Liquidation price estimate assuming slippage cap is applied

LiquidationEstimate.bestCase ● LiquidationPrice! non-null object

Liquidation price estimate assuming no slippage

Member of

PositionEstimate object