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

PositionResolution

No description

type PositionResolution {
marketId: ID!
distressed: Int!
closed: Int!
markPrice: String!
}

Fields

PositionResolution.marketId ● ID! non-null scalar

The market ID where position resolution happened

PositionResolution.distressed ● Int! non-null scalar

Number of distressed parties on market

PositionResolution.closed ● Int! non-null scalar

Number of parties closed out

PositionResolution.markPrice ● String! non-null scalar

The mark price at which parties were distressed/closed out