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
namestringMarket symbol name (e.g. "BTCUSDT").
status"SETTLING" | "TRADING"Whether the market is actively trading or settling.
addressstringSymbol address, usable with the address-keyed prices and metadata reads.
Related
- getEnigmaPriceServiceSymbolsInfo — returns
EnigmaSymbolInfo[]. - EnigmaMetadata — the richer per-market metadata row.
Last updated on