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

EnigmaPriceData

A single mark-price row returned by the Enigma REST prices reads. Both getEnigmaPriceServicePricesByAddresses and getEnigmaPriceServicePricesByNames return a Record whose values are EnigmaPriceData.

Unlike the live EnigmaPriceTick, the REST markPrice is a plain number (not a decimal string).

import type { EnigmaPriceData } from "@symmio/trading-core";

Fields

namestring

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

markPricenumber

Mark price.

timenumber

Source timestamp (unix ms).

Last updated on