liquidationFills
Stream all liquidation fills.
Every live data message includes both routing identifiers with the same value:
{"type": "liquidationFills", "channel": "liquidationFills"}Other payload fields are omitted above. Existing clients may continue routing on either field.
Subscribe
{
"type": "subscribe",
"subscription": {
"type": "liquidationFills",
"aggregateByTime": true // optional
}
} Unsubscribe
{
"type": "unsubscribe",
"subscription": {
"type": "liquidationFills",
"aggregateByTime": true // optional
}
}Fill data format
Each fill contains an address and fill details. Fills are batched per block.
Examples
Error messages:
Common errors
Last updated