> ## Documentation Index
> Fetch the complete documentation index at: https://goldrush.dev/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# LedgerLiquidation

Ledger delta for an account liquidation event

## Fields

<ResponseField name="liquidated_ntl_pos" type="string">
  Liquidated notional position value
</ResponseField>

<ResponseField name="account_value" type="string">
  Account value at time of liquidation
</ResponseField>

<ResponseField name="liquidated_positions" type="object[]">
  List of positions that were liquidated

  Type: [`LedgerLiquidatedPosition`](/api-reference/streaming-api/types/ledger-liquidated-position)

  <Expandable title="properties">
    <ResponseField name="szi" type="string">
      Position size that was liquidated
    </ResponseField>

    <ResponseField name="coin" type="string">
      Market/coin symbol (e.g. ETH, BTC)
    </ResponseField>
  </Expandable>
</ResponseField>

<ResponseField name="leverage_type" type="string">
  Leverage type (e.g. cross, isolated)
</ResponseField>
