Skip to Content
Symmio Trading-SDK — the SDK surface for builders on HyperEVM
CorePrice ServiceEnigmaPriceTick

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

namestring

Market symbol name (e.g. "BTCUSDT").

markPricestring

Mark price as a decimal string.

timenumberoptional

Source timestamp (unix ms), when present on the frame.

addressstringoptional

Address of the underlying token / market, when present on the frame.

Last updated on