Quoter
Request a quote
function quote(
IClearingHouse.OpenPositionParams calldata params
)
returns (
int256, // Amount of base token
int256 // Amount of quote token
)Last updated
Was this helpful?
function quote(
IClearingHouse.OpenPositionParams calldata params
)
returns (
int256, // Amount of base token
int256 // Amount of quote token
)Last updated
Was this helpful?
Was this helpful?