Skip to Content
Symmio Trading-SDK — the SDK surface for builders on HyperEVM
CoreTP/SLTpSlPriceType

TpSlPriceType

Whether a conditional order trips on the mark price or the last-close (subgraph trade) price.

type TpSlPriceType = "markPrice" | "lastPrice";

On the wire, buildConditionalOrderLeg maps these onto the handler’s conditionalPriceTypemarkPricemarket, lastPricelast_close.

Values

markPrice"markPrice"

Trips on the mark price.

lastPrice"lastPrice"

Trips on the last-close (subgraph trade) price.

Last updated on