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

QuoteTpSl

A folded TP/SL snapshot for a single quote — both sides merged from the handler’s per-conditional-order rows. This is the UI-facing shape the React layer’s toQuoteTpSl produces; core returns the raw rows and leaves folding to the consumer.

Fields

tpstring

Take-profit trigger price (decimal string). Empty when no order.

slstring

Stop-loss trigger price (decimal string). Empty when no order.

tpOpenPricestring

Slippage-shifted “opened” price stamped on the TP order (decimal string).

slOpenPricestring

Slippage-shifted “opened” price stamped on the SL order (decimal string).

tpPriceTypeTpSlPriceType

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

slPriceTypeTpSlPriceType

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

Lifecycle stage of the TP order.

Lifecycle stage of the SL order.

tpCohQuoteIdstringoptional

Handler-issued conditional-order id for the TP order, when present.

slCohQuoteIdstringoptional

Handler-issued conditional-order id for the SL order, when present.

Last updated on