Account Liquidation

account_liquidation Channel

Monitor account liquidation events.

Subscribe

ParameterRequiredDescription
accountYesEOA or Smart account address (42 characters with 0x prefix)
pairNoTrading pair (e.g., "BTC_USDC"). If omitted, returns events for all pairs.
{
  "channel": "account_liquidation",
  "query": {
    "account": "0x1234567890abcdef1234567890abcdef12345678",
    "pair": "BTC_USDC"
  }
}

Event: account_liquidation

Warning: This event type is currently not available. While you can subscribe to the account_liquidation channel, no events will be delivered at this time. The event structure will be documented when this feature becomes available.