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

SetTpSlSide

One side (TP or SL) of a setQuoteTpSl call. Passed as the tp and/or sl field; omit a side to skip it.

const tp = { triggerPrice: "150", priceType: "markPrice" };

Fields

triggerPricestring

Trigger price (decimal string).

priceTypeTpSlPriceType

Whether the order trips on the mark price or the last-close price.

Last updated on