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

LiquidationPrice

Liquidation price estimate for either only the current open volume and position given some or all buy orders get filled, or position given some or all sell orders get filled

type LiquidationPrice {
open_volume_only: String!
including_buy_orders: String!
including_sell_orders: String!
}

Fields

LiquidationPrice.open_volume_only ● String! non-null scalar

Liquidation price for current open volume ignoring any active orders

LiquidationPrice.including_buy_orders ● String! non-null scalar

Liquidation price assuming buy orders start getting filled

LiquidationPrice.including_sell_orders ● String! non-null scalar

Liquidation price assuming sell orders start getting filled

Member of

LiquidationEstimate object