EnigmaPriceTick
A normalized live price tick delivered by watchEnigmaPrices. The stream pushes an array of these per message — one entry per market that ticked. The markPrice arrives as a JSON number on the wire and the SDK normalizes it to a decimal string.
import type { EnigmaPriceTick } from "@symmio/trading-core";Fields
namestringMarket symbol name (e.g. "BTCUSDT").
markPricestringMark price as a decimal string.
timenumberoptionalSource timestamp (unix ms), when present on the frame.
addressstringoptionalAddress of the underlying token / market, when present on the frame.
Related
- watchEnigmaPrices — the subscription that delivers these ticks.
- EnigmaPriceData — the REST equivalent, where
markPriceis anumber.
Last updated on