Account Liquidation
account_liquidation Channel
Monitor account liquidation events.
Subscribe
| Parameter | Required | Description |
|---|---|---|
account | Yes | EOA or Smart account address (42 characters with 0x prefix) |
pair | No | Trading 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_liquidationchannel, no events will be delivered at this time. The event structure will be documented when this feature becomes available.
Updated about 15 hours ago
