public/get_liquidation_history
Returns a paginated history of liquidation auctions, newest first, for a single subaccount or across all of them, optionally bounded by a start/end timestamp window over the auction start. Each entry gives the auctioned subaccount, whether the auction was solvent or insolvent, the fee charged at start, the start and end timestamps, and the bids that filled it with the fraction of the account each absorbed and the cash it moved.
Body
Parameters for public/get_liquidation_history. Omit subaccount_id to span every account. [start_timestamp, end_timestamp] is a unix-millisecond window over the auction start.
End of the window, unix milliseconds (default: unbounded).
x >= 0Page number, 1-based (default 1).
x >= 0Results per page (default 100, max 1000).
x >= 0Start of the window, unix milliseconds (default 0).
x >= 0x >= 0