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

EnigmaSymbolInfo

A single symbol catalog row returned by getEnigmaPriceServiceSymbolsInfo. The read returns an EnigmaSymbolInfo[] — one entry per known market. Use it to build the “which markets exist?” list and to filter by trading status.

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

Fields

namestring

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

status"SETTLING" | "TRADING"

Whether the market is actively trading or settling.

addressstring

Symbol address, usable with the address-keyed prices and metadata reads.

Last updated on