@somnia-chain/markets-sdk / index / LiquidationEvent
Type Alias: LiquidationEvent
LiquidationEvent =
object
Defined in: query.ts:2672
A liquidation event (mirror of the indexer LiquidationEvent entity). All
numeric fields are raw units; any may be null when the source event didn't
carry it.
Properties
id
id:
string
Defined in: query.ts:2673
account
account:
string
Defined in: query.ts:2674
pool
pool:
string|null
Defined in: query.ts:2675
size
size:
string|null
Defined in: query.ts:2676
price
price:
string|null
Defined in: query.ts:2677
penalty
penalty:
string|null
Defined in: query.ts:2678
badDebt
badDebt:
string|null
Defined in: query.ts:2679
timestamp
timestamp:
string
Defined in: query.ts:2680
txHash
txHash:
string
Defined in: query.ts:2681