Skip to main content
POST
public/get_liquidation_history

Body

application/json

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_timestamp
integer<uint64> | null

End of the window, unix milliseconds (default: unbounded).

Required range: x >= 0
page
integer<uint32> | null

Page number, 1-based (default 1).

Required range: x >= 0
page_size
integer<uint32> | null

Results per page (default 100, max 1000).

Required range: x >= 0
start_timestamp
integer<uint64> | null

Start of the window, unix milliseconds (default 0).

Required range: x >= 0
subaccount_id
integer<uint64> | null
Required range: x >= 0

Response

Success

auctions
object[]
required
pagination
object
required

Response envelope for paginated RPCs.