{s}omniamarkets

@somnia-chain/markets-sdk


@somnia-chain/markets-sdk / index / Tradable

Interface: Tradable

Defined in: unified/symbols.ts:21

A parsed + resolved tradable: the market it lives on, and (for outcome markets) which outcome book it addresses.

Properties

market

market: Market

Defined in: unified/symbols.ts:22


marketSymbol

marketSymbol: string

Defined in: unified/symbols.ts:24

Canonical MARKET symbol (no outcome suffix).


symbol

symbol: string

Defined in: unified/symbols.ts:26

Canonical tradable symbol (with outcome suffix where applicable).


outcome?

optional outcome?: string

Defined in: unified/symbols.ts:28

Outcome label (binary: "YES" | "NO"); undefined for spot.


outcomeIndex?

optional outcomeIndex?: number

Defined in: unified/symbols.ts:30

Outcome index (binary: 0 = YES, 1 = NO); undefined for spot.


pool

pool: string

Defined in: unified/symbols.ts:32

The pool the tradable's orders go to.