@somnia-chain/markets-sdk / index / PerpPortfolioMarket
Type Alias: PerpPortfolioMarket
PerpPortfolioMarket =
object
Defined in: query.ts:1442
Perp market context attached to perp portfolio rows. id == poolAddress.
Properties
poolAddress
poolAddress:
string
Defined in: query.ts:1443
baseSymbol
baseSymbol:
string|null
Defined in: query.ts:1444
quoteSymbol
quoteSymbol:
string|null
Defined in: query.ts:1445
baseDecimals
baseDecimals:
number
Defined in: query.ts:1446
quoteDecimals
quoteDecimals:
number
Defined in: query.ts:1447
tickSize
tickSize:
string|null
Defined in: query.ts:1448
lotSize
lotSize:
string|null
Defined in: query.ts:1449
minQuantity
minQuantity:
string|null
Defined in: query.ts:1450
lastPrice
lastPrice:
string|null
Defined in: query.ts:1451
marginBank
marginBank:
string|null
Defined in: query.ts:1452
initialMarginBps
initialMarginBps:
number|null
Defined in: query.ts:1453
fundingRate
fundingRate:
string|null
Defined in: query.ts:1454
indexPrice
indexPrice:
string|null
Defined in: query.ts:1455