Passive Perp Instrument
This contract manages perpetual future markets, pricing of market orders executed against the passive pool, matching as well as keeping track of account exposures and PnLs in available markets
getUpdatedPositionInfo
function getUpdatedPositionInfo(uint128 marketId, uint128 accountId) external view returns (PerpPosition memory);getPoolMaxExposures
function getPoolMaxExposures(uint128 marketId) external view returns (UD60x18 maxShortExposure, UD60x18 maxLongExposure)getLatestFundingRate
function getLatestFundingRate(uint128 marketId) external view returns (SD59x18)getLatestMTMData
function getLatestMTMData(uint128 marketId) external view returns (PriceData memory);getFundingVelocity
getOpenBaseInterest
getInstantaneousPoolPrice
getSimulatedPoolPrice
Last updated