Skip to main content
Version: testnet (v0.73)

LiquidityProvider

Information about a liquidity provider

type LiquidityProvider {
partyId: ID!
marketId: ID!
feeShare: LiquidityProviderFeeShare
}

Fields

LiquidityProvider.partyId ● ID! non-null scalar

Party ID of the liquidity provider

LiquidityProvider.marketId ● ID! non-null scalar

Market ID the liquidity provision is for

LiquidityProvider.feeShare ● LiquidityProviderFeeShare object

Information used for calculating an LP's fee share, such as the equity like share, average entry valuation and liquidity score, for the given liquidity provider and market

Member of

LiquidityProviderEdge object