@somnia-chain/markets-sdk / index / SpotPortfolioTrade
Type Alias: SpotPortfolioTrade
SpotPortfolioTrade =
object
Defined in: query.ts:1305
Properties
id
id:
string
Defined in: query.ts:1306
fillPrice
fillPrice:
string
Defined in: query.ts:1307
quantity
quantity:
string
Defined in: query.ts:1308
quoteQuantity
quoteQuantity:
string
Defined in: query.ts:1309
timestamp
timestamp:
string
Defined in: query.ts:1310
txHash
txHash:
string
Defined in: query.ts:1311
isBid
isBid:
boolean
Defined in: query.ts:1313
Whether the account bought the base asset on this fill.
asMaker
asMaker:
boolean
Defined in: query.ts:1315
Whether the account was the maker (resting) on this fill.
counterparty
counterparty:
string|null
Defined in: query.ts:1316
market
market:
SpotPortfolioMarket
Defined in: query.ts:1317